Okay so I read up a little bit and it appears that the registry key I am
looking to remove does not exist.

MSI (s) (60:08) [10:17:37:281]: Executing op:
RegOpenKey(,Key=Interface\{3311A504-2A50-42D8-8E06-A2F6B9D0B614},,BinaryType=0)
MSI (s) (60:08) [10:17:37:281]: Executing op: RegRemoveKey()
MSI (s) (60:08) [10:17:37:281]: Note: 1: 1402 2:
HKEY_CURRENT_USER\Software\Classes\Interface\{3311A504-2A50-42D8-8E06-A2F6B9D0B614}
3: 2 

Which makes sense, since the key actually is:
HKEY_CLASSES_ROOT\Interface\{3311A504-2A50-42D8-8E06-A2F6B9D0B614}

Now WHY is the uninstall looking to Current User, when my WIX code
specifically calls out to HKCR?

<Registry Id="REM_Interface" Root="HKCR"
Key="Interface\{3311A504-2A50-42D8-8E06-A2F6B9D0B614}"
Action="removeKeyOnUninstall" />

Is this a bug? If I have to manually change this, with ORCA perhaps, then
there is NO point in me using WIX.
-- 
View this message in context: 
http://www.nabble.com/Registry-Issue-tf1886724.html#a5182758
Sent from the wix-users forum at Nabble.com.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to