Inno Setup Free Install Maker

64
rate this page

By programmerstools

Inno Setup is a free install maker for Windows programs which rivals even commercial installers.

Inno Setup is best used in combination with its free editor ISTools. Both Packages can be downloaded and installed directly here. An other thid-party tool which is Inno Script Generator can also be downloaded (the previous packages must be installed before).

The youtube video on the right side shows how to use the Inno Wizard.


FAQ

Let the user change app directory:

DisableDirPage=false

Detect previous app directory:

UsePreviousAppDir=true

Compiling by command line:

[full path to Compil32.exe] /cc [name of your inno script]

Example:

“C:\Program Files\Inno Setup 5\Compil32.exe” /cc Setup.iss

#define directive

[ISPP]

#define MyAppName "MyApp"

[Files]

Source: {#MySourceProgramDirectory}\PandoreProgram\{#MyAppName}.mdb; DestDir: {app}\{#MyAppName}Program

  —   Rate it:  up  down  [flag this hub]

Comments

RSS for comments on this Hub Small RSS Icon

No comments yet.

Submit a Comment

Members and Guests

Sign in or sign up and post using a hubpages account.


optional



working