Changeset 843 for trunk/bin/Eraser.iss
- Timestamp:
- 1/2/2009 8:26:41 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/bin/Eraser.iss (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Eraser.iss
r842 r843 22 22 InfoBeforeFile=..\README.txt 23 23 LicenseFile=..\COPYING.txt 24 WizardImageFile=C:\Program Files \Inno Setup 5\WizModernImage.bmp25 WizardSmallImageFile=C:\Program Files \Inno Setup 5\WizModernSmallImage.bmp24 WizardImageFile=C:\Program Files (x86)\Inno Setup 5\WizModernImage.bmp 25 WizardSmallImageFile=C:\Program Files (x86)\Inno Setup 5\WizModernSmallImage.bmp 26 26 InternalCompressLevel=ultra 27 27 SolidCompression=true … … 57 57 Source: win32\release\Erasext.dll; DestDir: {sys}; 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.exe; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch32Bit 59 Source: vcredist_x86.cab; DestName: vc_red.cab; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch32Bit 60 Source: vcredist_x86.msi; DestName: vc_red.msi; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch32Bit 60 61 61 62 Source: x64\release\Eraser.exe; DestDir: {app}; Flags: ignoreversion restartreplace uninsrestartdelete 64bit; Components: arch64Bit … … 64 65 Source: x64\release\Erasext.dll; DestDir: {sys}; Flags: restartreplace uninsrestartdelete 64bit; Components: arch64Bit 65 66 Source: x64\release\ErsChk.exe; DestDir: {app}; Flags: ignoreversion restartreplace uninsrestartdelete 64bit; Components: Verify; Check: IsWin64 66 Source: vcredist_x64.exe; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch64Bit 67 Source: vcredist_x64.cab; DestName: vc_red.msi; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch64Bit 68 Source: vcredist_x64.msi; DestName: vc_red.msi; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch64Bit 67 69 68 70 [Components] … … 130 132 [Run] 131 133 Filename: {app}\eraser.exe; WorkingDir: {app}; Flags: postinstall nowait skipifsilent; Description: Run Eraser 132 Filename: {tmp}\vcredist_x86.exe; StatusMsg: Installing Visual C++ 2008 Runtime...; Flags: 32bit; Components: arch32Bit 133 Filename: {tmp}\vcredist_x64.exe; StatusMsg: Installing Visual C++ 2008 Runtime...; Flags: 64bit; Components: arch64Bit 134 Filename: msiexec; StatusMsg: Installing Visual C++ 2008 Runtime...; Parameters: "/i ""{tmp}\vc_red.msi""" 134 135 135 136 [Code]
Note: See TracChangeset
for help on using the changeset viewer.
