PowerBuilder v12.1, build 7055
Windows 7 32 bit platform
Windows 7 64 bit platform
Windows 10, 64 bit platform
A Sample Inno Setup ".ISS" File
Olan Knight
28-Mar-2019
Once upon a time, long, long ago, we used a product called InstallShield to create the Windows installer for our various products. Over time, the cost for InstallShield became prohibitive, and we eventually settled on using Inno Setup as the replacement tool to create out installers.
You can get the free tool here: http://www.jrsoftware.org/isinfo.php
The excellent HELP file is here: http://www.jrsoftware.org/ishelp/
It's a simple and intuitive tool, but it has some quirks and there is a learning curve.
Inno Setup uses an ".iss" file as its source code. It compiles that ISS file into the SETUP.EXE for your application, with the file name being up to you.