Skip to content

Latest commit

 

History

History

InnoSetupWindows

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

#Releasing Windows Installation Wizards using Inno Setup

Packages Needed

Instructions

  1. After installing the above packages, (ISSI to C:\ISSI), you need to make 1 change to 1 file to use provided scripts.

    • Open C:\ISSI\_issi.isi
    • Go to line 4060
    • Change function InitializeSetup(): Boolean; to function InitializeSetupISSI(): Boolean;.
  2. Inside the InstallScripts folder are example scripts that use dependencies in subdirectories. Open a script in "Inno Script Studio".

  3. Change all the absolute paths to represent where they are on your machine.

  4. Change the files you wish to include in the release, as well as the splash images, icons, package version, and unique ID for the package (used for Windows registries).

  5. The gear icon in studio with a play symbol compiles the install executable.

  6. If there any errors, it will let you know where.