Skip to content

selamiwork/inno_setup_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inno_setup_script

inno_setup_script is a template script as a start up for Inno Setup free installer for Windows.

Inno Setup Scripts are arranged into sections. Each section controls a different aspect of the installation. A section is started by specifying the name of the section enclosed in square brackets []. Inside each section is any number of entries.

The Pascal scripting feature (modern Delphi-like Pascal) adds lots of new possibilities to customize your Setup or Uninstall at run-time.

Features

  • package.iss

    Main script file.

  • ipaddress.iss

    Additioanal pascal script file to create a page to change ip address. You may need to reconsider if you add a custom page to your installation file.

  • Files

    Additional package files as example includes for your installation file.

  • Output

    Inno setup output file.

Screenshots

screenshot_1

screenshot_1

screenshot_1

screenshot_1

screenshot_1

About

Template script as start up for Inno Setup free installer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published