Changes between Version 4 and Version 5 of InstallationGuidelines/Windows/Developer/Installer/Maintenance
- Timestamp:
- 01/19/12 17:19:59 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Installer/Maintenance
v4 v5 1 1 == Howto build the Developer installer == 2 === Requirements === 3 * 7 Zip: [http://www.7-zip.org/] 4 * NSIS: [http://nsis.sourceforge.net/Main_Page] 5 * The attached folder 6 7 === Instructions === 8 * Install 7 Zip and NSIS 2 * Install [http://www.7-zip.org 7 Zip] and [http://nsis.sourceforge.net/Main_Page NSIS] 9 3 * Downlod the [http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Windows/Developer/Installer/Maintenance/developer-installer-src.zip build folder] 10 4 * Extract to a local folder … … 24 18 25 19 Now you are ready to compile the installer: 26 Open NSIS and click on "Compile NSI scripts" -> File -> Load script..., Select the NSI file and wait until compilation is complete.20 * Open NSIS and click on "Compile NSI scripts" -> File -> Load script..., Select the NSI file and wait until compilation is complete. 27 21 28 22 The installer should be in the same directory as the NSI file is, named Eden-Python-Installer-Dev.exe.