HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3\SelfReg\CLSID\{0FF48E3E-7FBF-43A1-90A3-61D43371DB92}

The uninstall of the msi created from the following WIX file, leave this and
several other registry keys in memory:

<Component Id="ProductComponent"
Guid="0FF48E3E-7FBF-43A1-90A3-61D43371DB90">
            <File Id='dll' Name='TestWiX.dll' DiskId='1' KeyPath='yes'
src='c:\TestWiXProject.dll' />

            <pca:ComPlusApplication Id="MyCOMApp" Name="My COM+ Application"
Identity="DOMAIN\USER" Password="PASSWORD">
              <pca:ComPlusAssembly Id="MyComPlusAssembly" Type="native"
DllPath="[#dll]">
                <pca:ComPlusComponent Id="MyComPlusComponent"
CLSID="0FF48E3E-7FBF-43A1-90A3-61D43371DB92" IISIntrinsics="no" />
              </pca:ComPlusAssembly>
            </pca:ComPlusApplication>
          </Component>

I am trying to install a COM+ Application with a single VB6 COM Component. 
However, ALL the samples, including the WiX Tutorial seem to leave many
things behind in the registry when uninstalling.

Thanks,
Joshua


-- 
View this message in context: 
http://www.nabble.com/pca%3AComPlusAssembly-DLL-Registration-tf1868242.html#a5107169
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