Changeset 90
- Timestamp:
- 12/17/2007 12:53:20 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/bin/Eraser.iss (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Eraser.iss
r87 r90 57 57 Source: win32\release\Erasext.dll; DestDir: {sys}; Flags: ignoreversion restartreplace uninsrestartdelete 32bit; Components: arch32Bit 58 58 Source: win32\release\Verify.exe; DestDir: {app}; Flags: ignoreversion restartreplace uninsrestartdelete 32bit; Components: Verify; Check: IsWin32 59 Source: vcredist_x86.exe; DestDir: {tmp}; DestName: vcredist.exe;Flags: deleteafterinstall; Components: arch32Bit59 Source: vcredist_x86.exe; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch32Bit 60 60 61 61 Source: x64\release\Eraser.exe; DestDir: {app}; Flags: ignoreversion restartreplace uninsrestartdelete 64bit; Components: arch64Bit … … 64 64 Source: x64\release\Erasext.dll; DestDir: {sys}; Flags: ignoreversion restartreplace uninsrestartdelete 64bit; Components: arch64Bit 65 65 Source: x64\release\Verify.exe; DestDir: {app}; Flags: ignoreversion restartreplace uninsrestartdelete 64bit; Components: Verify; Check: IsWin64 66 Source: vcredist_x64.exe; DestDir: {tmp}; DestName: vcredist.exe;Flags: deleteafterinstall; Components: arch64Bit66 Source: vcredist_x64.exe; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch64Bit 67 67 68 68 [Components] … … 129 129 [Run] 130 130 Filename: {app}\eraser.exe; WorkingDir: {app}; Flags: postinstall nowait skipifsilent; Description: Run Eraser 131 Filename: {tmp}\vcredist.exe; StatusMsg: Installing Visual C++ 2005 Runtime... 131 Filename: {tmp}\vcredist_x86.exe; StatusMsg: Installing Visual C++ 2005 Runtime...; Flags: 32bit; Components: arch32Bit 132 Filename: {tmp}\vcredist_x64.exe; StatusMsg: Installing Visual C++ 2005 Runtime...; Flags: 64bit; Components: arch64Bit 132 133 133 134 [Code]
Note: See TracChangeset
for help on using the changeset viewer.
