Hi there,

 

I have an installer that needs to remove registry keys before installing
another registry key.

 

Basically, I need to enumerate all subkeys of a specific key, find out if a
specific word is in the key name and if so remove the registry key.

 

Could anyone help me find out what is the best way to accomplish this with
WiX? I am using the stable version.

 

I was thinking about a C++ DLL to accomplish this task but wanted to find
out first if there is already something in WiX to help me doing this.

 

Thanks!

 

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to