Hi folks, Inno setup question here...
I'm making a program which should be installed globally for all users, but where each user has his own specific settings for the program, which should definitely not be shared. To pull this off in a way which works well in Windows 7, I made the program itself create a folder under {userappdata} to store its settings in. However, I would like the setup to be able to do a clean uninstall, which would mean that my uninstaller (ran as admin, of course) needs to delete the folder for each user that has it.
Does anyone have any idea how I could do this? I'm stumped...