Switch to fluid Switch to wfix Switch to fixed

StackPanel

dynamic rants = new Stack();

Setting up InnoSetup environment

Posted by Vin on Jun-20-2008

If you’ve ever needed to ship a windows software, and have worked on a installer mechanism, you might have come across InnoSetup. Now there are a few things that go with it, to make the process of working with Inno, smoother.

1. InnoSetup compiler - required to compile the .iss scripts
2. ISTool - You can call it the IDE for innosetup, although it’s not as rich as Studio, it’s good enough
3. ISPP - InnoSetup Pre Processor, if you run preprocessor directives in your script like (#define applicationVersion “2.0.0.8“)

Actually if you look for these on the web, there are a buch of different places you get them from.
Instead I suggest get an all-in-one ISPack from the following location

Download the InnoSetup, ISTool and ISPP pack