| 1 | ; Script generated by the Inno Setup Script Wizard.
|
|---|
| 2 | ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
|---|
| 3 |
|
|---|
| 4 | ; This is the whole ball of wax for an Inno installer for Python.
|
|---|
| 5 | ; To use, download Inno Setup from http://www.jrsoftware.org/isdl.htm/,
|
|---|
| 6 | ; install it, and double-click on this file. That launches the Inno
|
|---|
| 7 | ; script compiler. The GUI is extemely simple, and has only one button
|
|---|
| 8 | ; you may not recognize instantly: click it. You're done. It builds
|
|---|
| 9 | ; the installer into PCBuild/Python-2.2a1.exe. Size and speed of the
|
|---|
| 10 | ; installer are competitive with the Wise installer; Inno uninstall
|
|---|
| 11 | ; seems much quicker than Wise (but also feebler, and the uninstall
|
|---|
| 12 | ; log is in some un(human)readable binary format).
|
|---|
| 13 | ;
|
|---|
| 14 | ; What's Done
|
|---|
| 15 | ; -----------
|
|---|
| 16 | ; All the usual Windows Python files are installed by this now.
|
|---|
| 17 | ; All the usual Windows Python Start menu entries are created and
|
|---|
| 18 | ; work fine.
|
|---|
|
|---|