Convert Visual Basic .NET, VBP, VBG or PDW's Setup.lst file to an Inno Setup Script. InnoScript will find all the dependencies that your project needs to run. Runs on Win NT/2000/XP/Vista. (You will need to install Inno Setup also) Inno Setup can be download from http://www.jrsoftware.org
This version of InnoScript is much different than the previous versions. In order to get the same or better results you will need to make sure that you have the ticks in the check boxes on the Add Files, Add Folders, Exclude Folders, Templates and Search Folders Tabs in the correct places. The processing is quite different than before. This version will allow you to deploy your apps to Vista properly without needing admin privileges to run them (unless you do some other bad things). However in order to do this you may need to change where your app uses itâ??s data files that it needs to update and written to. These data files should be in your Local Profiles' Application Data Folder not in your app's folder. You can get your Local Profiles' Application Data Folder location by getting it from the system using API's (You can get the roaming profile folder also). Get this folder name place it in a variable and use it just as you would App.Path to locate your data files, basically you would just substitue the variable in the places where you use App.Path now.