Inno setup global install with user-specific settings? -


Ino setup question is here ...

I am creating a program that is installed globally All users must be done, but where each user has its own specific settings for the program, which must definitely share no . To make it work well in Windows 7, I've created a folder under {user> appdata} to store my settings for the program itself . However, I would like to enable setup to uninstall a clean install, which means that my uninstaller (escaped as administrator) must delete that folder .

Do anyone have any ideas how can I do this? I'm stumped ...

You may have the application records for user records Configuration After that, insert the extinction logic into your main program or a utility application and run on the UninstallType via INO's [UninstallRun] filename: "{app} \ WHATEVER.EXE"; Parameter: "/ uninstall" .

Another way would be that your main app has to dynamically attach the description to an uninstall bat / VBS installed in the App Direct and it will be run.

The only way I can think of doing this is to use Pascal scripting in uninstalled events.


Comments