I can not understand why the following code does not remove 
the registry key while deinstalling the software:
   <RemoveRegistryKey Id='cleanRegistry' 
                        Action='removeOnUninstall'
                        Root='HKLM'
                        Key='Software\Q-Software Solutions GmbH\COMWizard'
                         />


What can be wrong with this entry?

it run's through candle and light but it does not remove the key.

Howerver installing works:

   <RemoveRegistryKey Id='cleanRegistry' 
                        Action='removeOnUninstall'
                        Root='HKLM'
                        Key='Software\Q-Software Solutions GmbH\COMWizard'
                         />


This entry will be added as it should...

I'd appreciate any feedback.

Regards
Friedrich

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to