Changeset 886
- Timestamp:
- 4/18/2009 3:58:17 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/bin/Eraser.iss (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Eraser.iss
r885 r886 57 57 Source: win32\release\Erasext.dll; DestDir: {syswow64}; Flags: restartreplace uninsrestartdelete 32bit; Components: arch32Bit archWoW 58 58 Source: win32\release\ErsChk.exe; DestDir: {app}; Flags: ignoreversion restartreplace uninsrestartdelete 32bit; Components: Verify; Check: IsWin32 59 Source: vcredist_x86.cab; DestName: vc_red.cab; DestDir: {tmp} ; Flags: deleteafterinstall; Components: arch32Bit60 Source: vcredist_x86.msi; DestName: vc_red.msi; DestDir: {tmp} ; Flags: deleteafterinstall; Components: arch32Bit59 Source: vcredist_x86.cab; DestName: vc_red.cab; DestDir: {tmp}\vcredist_x86; Flags: deleteafterinstall; Components: arch32Bit archWoW 60 Source: vcredist_x86.msi; DestName: vc_red.msi; DestDir: {tmp}\vcredist_x86; Flags: deleteafterinstall; Components: arch32Bit archWoW 61 61 62 62 Source: x64\release\Eraser.exe; DestDir: {app}; Flags: ignoreversion restartreplace uninsrestartdelete 64bit; Components: arch64Bit … … 65 65 Source: x64\release\Erasext.dll; DestDir: {sys}; Flags: restartreplace uninsrestartdelete 64bit; Components: arch64Bit 66 66 Source: x64\release\ErsChk.exe; DestDir: {app}; Flags: ignoreversion restartreplace uninsrestartdelete 64bit; Components: Verify; Check: IsWin64 67 Source: vcredist_x64.cab; DestName: vc_red.cab; DestDir: {tmp} ; Flags: deleteafterinstall; Components: arch64Bit68 Source: vcredist_x64.msi; DestName: vc_red.msi; DestDir: {tmp} ; Flags: deleteafterinstall; Components: arch64Bit67 Source: vcredist_x64.cab; DestName: vc_red.cab; DestDir: {tmp}\vcredist_x64; Flags: deleteafterinstall; Components: arch64Bit 68 Source: vcredist_x64.msi; DestName: vc_red.msi; DestDir: {tmp}\vcredist_x64; Flags: deleteafterinstall; Components: arch64Bit 69 69 70 70 [Components] … … 123 123 Root: HKCR; SubKey: Folder\shellex\DragDropHandlers\Erasext; ValueType: string; ValueName: ; ValueData: {{8BE13461-936F-11D1-A87D-444553540000}; Flags: uninsdeletekey 124 124 Root: HKCR; SubKey: lnkfile\shellex\ContextMenuHandlers\Erasext; ValueType: string; ValueData: {{8BE13461-936F-11D1-A87D-444553540000}; Flags: uninsdeletekey 125 Root: HKLM; SubKey: Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved; ValueType: string; ValueName: {{8BE13461-936F-11D1-A87D-444553540000}; ValueData: Eraser Shell Extension; Flags: uninsdeletekey 125 126 126 127 Root: HKCU; SubKey: Software\Microsoft\Windows\CurrentVersion\Run; ValueType: string; ValueName: Eraser; ValueData: {app}\eraser.exe -hide; Flags: dontcreatekey uninsdeletevalue 127 Root: HKLM; SubKey: Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved; ValueType: string; ValueName: {{8BE13461-936F-11D1-A87D-444553540000}; ValueData: Eraser Shell Extension; Flags: uninsdeletekey128 128 129 129 [UninstallDelete] … … 132 132 [Run] 133 133 Filename: {app}\eraser.exe; WorkingDir: {app}; Flags: postinstall nowait skipifsilent; Description: Run Eraser 134 Filename: msiexec; StatusMsg: Installing Visual C++ 2008 Runtime...; Parameters: "/i ""{tmp}\vc_red.msi""" 134 Filename: msiexec; StatusMsg: Installing Visual C++ 2008 Runtime... (32-bit); Parameters: "/i ""{tmp}\vcredist_x86\vc_red.msi"""; Components: arch32Bit archWoW 135 Filename: msiexec; StatusMsg: Installing Visual C++ 2008 Runtime... (64-bit); Parameters: "/i ""{tmp}\vcredist_x64\vc_red.msi"""; Components: arch64Bit 135 136 136 137 [Code]
Note: See TracChangeset
for help on using the changeset viewer.
