Page 1 of 1

Question During Evaluation

Posted: Thu Jan 10, 2008 9:59 pm
by s.madaras
Greetings,

I have been evaluating InstallAware Studio and have hit a speedbump. I'm attempting to compile a test package that can place default registry entries that will be used by any user of the software. I have placed the entries in both HKEY_USERS\\.Default and HKEY_USER_DEFAULT sections, however the entries never make it over to any new or existing users (HKCU).

Any help would be appreciated!

Steve

Posted: Fri Jan 11, 2008 4:25 am
by CandiceJones
Hi Steve,

For that, you'll need to enumerate each user's registry hive, load them each, and write directy to those hives. At uninstall time, you need to un-do the entire process.