Archive: Uninstall from multi-users


Uninstall from multi-users
Hello,

I am currently working on a project which is useable by multiple users (multiple windows accounts) and each user has their own registry keys in their hkey_current_user. My issues is i am not sure how to go about uninstalling this because i require that all users registry keys are also removed at the same time.

Any help would be greatly appriciated. Thanks.


You can use EnumUsersReg for that.

See also:

http://forums.winamp.com/showthread....t=enumusersreg
http://forums.winamp.com/showthread....t=enumusersreg
http://forums.winamp.com/showthread....t=enumusersreg
http://forums.winamp.com/showthread....t=enumusersreg


thank you for your help, this has solved my issue.