Like the subject line says ... 

I'm using WiX v3.7.1224.0 to build an installation package for an app that
has a COM+ service
application ... I've tried to use the COM+ custom actions and have had
nothing but failures, this
installer & app were working until the app was updated to use .NET v4 - I
understand there are
issues with the COM+ custom actions ... but I need to get this working and
I'm about at the end
of my rope ... 

The app [dll] installs & un-installs fine using RegSvcs.exe, but no matter
what I do I can't seem
to get it to work in an installer environment. 

Help! 

Here's the WiX code I've been using: 

                  <Component Id="MyAppDLL"
Guid="11111111-AD6B-43B3-A2C2-64B42901D183" Permanent="no"
SharedDllRefCount="yes">
                     <File Id="MyAppDLL.file0" KeyPath="yes"
Source="$(var.BuildSourceLoc)myApp.dll" Assembly="no" />
                     <complus:ComPlusApplication Id="myApp" Name="myApp"
ApplicationAccessChecksEnabled="no"
ApplicationDirectory="[PF.MyCompany.MyApp.13.0]" Authentication="none"
ImpersonationLevel="anonymous" RunForever="yes">
                        <complus:ComPlusAssembly Id="myApp"
DllPathFromGAC="no" DllPath="[#MyAppDLL.file0]" TlbPath="[#myAppTLB.file0]"
Type=".net" RegisterInCommit="yes" />
                     </complus:ComPlusApplication>
                  </Component>

                  <Component Id="MyAppTLB"
Guid="22222222-62BE-4493-89EC-27DBFC0345BD" Permanent="no">
                     <File Id="myAppTLB.file0" KeyPath="yes"
Source="$(var.BuildSourceLoc)myApp.tlb" />
                  </Component>

Any suggestions welcome ... even suggestions for doing this 'the wrong way'
... as long as it works!
 
Thanks in advance, 

-dmm 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/COM-registration-help-tp7584402.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to