I am trying to perform the following for Creating the COM+ application using WIX
Reference material:
www.tramontana.co.hu/wix/lesson6.php<http://www.tramontana.co.hu/wix/lesson6.php>

<Component Id="MyCOM_dll" DiskId="1" 
Guid="YOURGUID-242F-4B82-BDC7-588E59E9F393">
  <File Id="MyCOM_dll" Name="MyCOM.dll" Source="MyCOM.dll" KeyPath="yes" 
Vital="yes" />
  <complus:ComPlusApplication Id="MyCOM" Name="My COM+ Application">
    <complus:ComPlusAssembly Id="MyComPlusAssembly" Type="native" 
DllPath="[#MyCOM_dll]">
      <complus:ComPlusComponent Id="MyCOM" 
CLSID="YOURCLSID-CA74-4DC7-BAEF-25AF03BC5F67" />
    </complus:ComPlusAssembly>
  </complus:ComPlusApplication>
</Component>

I have my COM+ dll and created as per above snippet by replacing the GUIDS for 
the Component and CLSID
I still get the Error as
Error in registering the COM+ Application. Please contact administrator

Any pointers are appreciated.

Thanks,
Sudheer
BGE Build Team (X 34482)

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
  • [WiX-users] Creation of C... Kusuma Sudheer Kumar (Tata Consultancy Services)

Reply via email to