Changes between Version 1 and Version 2 of CompilingEraser
- Timestamp:
- 11/14/2008 11:12:50 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingEraser
v1 v2 46 46 1. At this point %Eraser%\bin\Installer\x86\Release and %Eraser%\bin\Installer\x64\Release should each contain an Eraser.msi 47 47 2. Copy each to '''%Eraser%\bin\Installer\Eraser (architecture).msi''', i.e. '''%Eraser%\bin\Installer\Eraser (x64).msi''' 48 3. Extract the .NET framework file, copy dotnetfx35.exe to %Eraser%\bin\Installer49 3. Use 7-zip to create an archive, Installer.7z with the two Eraser.msi's and dotnetfx35.exe, maintaining their file names48 3. Extract the .NET framework file, copy '''dotnetfx35.exe''' to '''%Eraser%\bin\Installer''' 49 3. Use 7-zip to create an archive, '''Installer.7z''' with the two '''Eraser.msi''''s and '''dotnetfx35.exe''', maintaining their file names 50 50 51 51 === Build the Bootstrapper === 52 1. Open %Eraser%\Installer\Bootstrapper\Bootstrapper.vcproj52 1. Open '''%Eraser%\Installer\Bootstrapper\Bootstrapper.vcproj''' 53 53 2. Build the bootstrapper 54 - The bootstrapper should be created at %Eraser%\bin\Release\Bootstrapper.exe54 - The bootstrapper should be created at '''%Eraser%\bin\Release\Bootstrapper.exe''' 55 55 3. Integrate the bootstrapper and the package 56 - Open a command prompt, cd to %Eraser%\bin\Installer, and run this command:56 - Open a command prompt, cd to '''%Eraser%\bin\Installer''', and run this command: 57 57 {{{ 58 58 ..\Release\Bootstrapper.exe --integrate Installer.7z --out Installer.exe
