When I uninstall, after running the msi created from the following:

<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="MyComPlusAssembly.MyComPlusComponent"
CLSID="0FF48E3E-7FBF-43A1-90A3-61D43371DB91" />
              </pca:ComPlusAssembly>
            </pca:ComPlusApplication>
</Component>

Many things get left behind in the regisrty, any idea why?
-- 
View this message in context: 
http://www.nabble.com/COM%2B-custom-actions-tf1569134.html#a5091914
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