PDA

View Full Version : SB5 Uninstall and the Registry



NewsArchive
01-12-2006, 02:15 AM
I have an application that uses the registry to store last used options,
etc. It stores them under the HKEY_CURRENT_USER\Software\Exdivio\MyApp key
for example.

I looked at including a custom uninstall script to delete them when the
program is uninstalled, but am wondering about something...

The program could be run by any number of users on the particular PC. Each
user has it's own copy of settings due to the fact settings are stored in
HKEY_CURRENT_USER. So... I really need something that will cycle through
all the identities under HKEY_USERS, not just the current user to make sure
all traces are removed.

Is there a simple way to accomplish this with SB5?

Thanks,
-Brian