Hi Jim, I managed to get it working, even got the Constructor string appearing!
The setting of the Constructor string was achieved by this: <complus:ComPlusApplication Id="MyCOM" Name="My COM+ Application"> <complus:ComPlusAssembly Id="MyComPlusAssembly" Type="native" DllPath="[#mydllInterface_dll]"> <complus:ComPlusComponent Id="MyDllInterface3.Parameters" CLSID="63EE23A0-769D-4303-9EF8-45928279144D" ConstructionEnabled="yes" ConstructorString="MY_STRING_HERE"/> </complus:ComPlusAssembly> </complus:ComPlusApplication> Hope that might be of some help to you. Thanks Andy -----Original Message----- Date: Mon, 27 Jul 2009 13:23:57 -0400 From: "MacDiarmid, James D" <james.macdiar...@eds.com> Subject: Re: [WiX-users] VB6 ComPlus Components - Installed To: "General discussion for Windows Installer XML toolset." <wix-users@lists.sourceforge.net> Message-ID: <29d517fc588e2b4b8de7c4e37ce7ac0403a36...@usahm213.amer.corp.eds.com> Content-Type: text/plain; charset="us-ascii" Hi Andy, Yes, I was successful in getting my VB6 COM DLLs installed into the component services, however I'm still working on getting the property pages set up. Have you gotten yours to install into Component Services? If not, can I see the snippet of code you're having trouble with? What I did was harvest the registry settings from the DLLS with the following commands: heat file -gg -suid -svb6 -scom -sfrag -nologo "path to vb6 com dll" -out "path to output wxs file" Then in my xml code, I added this to my directory node: <Component Id="MyDLLID" Guid="{SOME-GUID}"> <File Id="MyDLLID" Source="Path to VB6 COM+ DLL" KeyPath="yes" Vital="yes"/> <complus:ComPlusApplication Id="NFTSDCComPlusApplication" Name="NFTS Dictionary Constants"> <complus:ComPlusAssembly Id="NFTSDCComPlusAssembly" Type="native" DllPath="[#MyDLLID]"> <complus:ComPlusComponent Id="NFTSDCComPlusComponent" CLSID="SOME-GUID" /> </complus:ComPlusAssembly> </complus:ComPlusApplication> </Component> Hope this helps, Jim -----Original Message----- From: Andy McGoldrick [mailto:andy.mcgoldr...@gmail.com] Sent: Monday, July 27, 2009 12:48 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] VB6 ComPlus Components - Installed James, I saw that you recently had success with getting VB6 COM DLLs to install into COM+. I also saw you were attempting to set some of the options on the Properties page (Activation string?). I am also struggling along with this and wondered if you had any snippets or small wxs files you could share? Thanks Andy ------------------------------------------------------------------------ ------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users