Hi,

I've been using Wix 2.0 and trying to upgrade to Wix 3.0.4311.  One of my
setup uses COM+.  I can see that there is now a new extension called
"WixComPlusExtension.dll", but could not find anywhere how to use it.  My
question is the following.  How to I use this extension to compile my setup
in Wix 3.0?  I just need an example of the command-line.

This is the component I'am trying to compile.

<Component Id="referenceServerComPlus"
Guid="B6DB7AB6-91B7-4a04-B7C2-8DA9F6CB5F2F">
                <File Id="ReferenceServerModule.dll" ShortName="RefSrv.dll"
Name="ReferenceServerModule.dll"
Source=".\BuildFiles\bin\ReferenceServerModule.dll" KeyPath="yes"
Vital="yes" DiskId="1" />
                <File Id="stemmerDllFileId" Name="Stemmers.dll"
Source=".\BuildFiles\bin\Stemmers.dll" Vital="yes" DiskId="1" />
                <pca:ComPlusApplication Id="MCReferenceServerApp"
Name="MCReferenceServer">
                    <pca:ComPlusAssembly Id="MyComPlusAssembly"
Type="native" DllPath="[INSTALLDIR]bin\ReferenceServerModule.dll">
                        <pca:ComPlusComponent
Id="ReferenceServerModule.ReferenceServer"
CLSID="71FBDFFD-848E-4623-A745-8FCB51E8E4C8" />
                    </pca:ComPlusAssembly>
                </pca:ComPlusApplication>
            </Component>

This is the command-line that I've been trying.  I looked in the source code
trying to figure out what to do.

*Candle Main.wxs -ext
Microsoft.Tools.WindowsInstallerXml.Extensions.ComPlusCompiler,
WixComPlusExtension.dll *

This is the error Candle complains about.

candle.exe : error CNDL0144 : The extension
'Microsoft.Tools.WindowsInstallerXml
.Extensions.ComPlusCompiler,WixComPlusExtension.dll' is the wrong type:
'Microso
ft.Tools.WindowsInstallerXml.Extensions.ComPlusCompiler'.  The expected type
was
 'Microsoft.Tools.WindowsInstallerXml.WixExtension'.


Thanks.

Mo
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to