bizzybody Posted October 31, 2010 Posted October 31, 2010 I have a program I want to package into an installer so that it can be easily uninstalled.It has two folders with files that have to go into specific paths under Program Files or in 64bit Windows into the 32bit Program Files plus one file that has to go into windows\system32The program will run on any Windows from 98 through 7, possibly even 95, so I want to be able to install/uninstall to them all.I also have a .reg file that puts everything else required into the Registry.I've looked at Nullsoft and isetup. Neither can simply take an existing .reg file and work with it. Phooey. Translating from the Microsoft .reg standard to proprietary scripting commands is too much work.What can do Put *this* folder and contents *there*, put *this other* folder and contents *there too*, put *this file* in %systemroot%\system32 then merge a 15 kilobyte program.reg and add whatever is required to cleanly uninstall using the default uninstall management of whichever version of Windows it's been installed on.No customization options are required. I could do this install with a batch file but removing the entries from the Registry would be a problem.
ajua Posted October 31, 2010 Posted October 31, 2010 You can try Caphyon Advanced Installer. Is has a free (but limited) set of features.You will get an MSI installer than can be deployed or uninstalled with ease.
MHz Posted November 1, 2010 Posted November 1, 2010 You can use ISTool which allows registry file import. ISTool is a more featured graphical front-end for Inno Setup.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now