/isx

Primary LanguageInno Setup

ISX

Welcome to the Inno Setup installer eXtensions collection.

This collection contains scripts which extend the functionality of the Inno Setup installer.

Head to the project page to obtain the latest ISX snapshot.

The extension's generic usage procedure is as follows:

  1. Put the extension's .iss source alongside the custom Inno Setup script.
  2. Add the [Code] section to the custom script.
  3. Slurp the extension source with the #include directive in the above section.
  4. Write the extension-specific custom hook procedure(s) below the #include directive. Consult the _example.iss sample script for the details.

Path.iss

The extension to manipulate the PATH environment variable.

This extension allows to prepend/append the entries to either system wide or current user's path. It also performs the path cleanup upon uninstallation. A path entry can be added either unconditionally or when specific component or task is enabled.

Refer to path_example.iss sample script for more info.

If this extension does not suit you, there is an eariler work ModPath worth considering.

Happy hacking & have fun!

Oleg A. Khlybov fougas@mail.ru