Inno Setup Express is a front-end for writing install scripts that are used by Jordan Russell's excellent Inno Setup program.
Just fire it up and open your ISS.TXT file, or create a new one. You can also start the program with the full pathname of the script file and it will be loaded automatically. In order to be able to compile your script from ISE, the Inno Setup script compiler(s) will need to be in your path or you will need to specify their location(s) in the File | Settings dialog.
Get Inno Setup Express and try it for yourself to see just how useful it can actually be for building installation scripts!
What's New in This Release: [ read full changelog ]
· Entries in the [DeleteFiles] section were being improperly enclosed in quotes. Inno Setup would compile this fine, but it would not delete those files when uninstalling.