I use the following and it works in terms of putting the file in the
right place but fails to create COM+.

Please help

 

The error I am getting is as follow:

C:\wixdev\ERCalc2>"c:\Program Files\Windows Installer XML
v3\bin\candle.exe" ERC

alcManual.wxs ERCalcUI.wxs ERCalcCom.wxs ERCalcProduct.wxs -ext
WixComPlusExtens

ion

Microsoft (R) Windows Installer Xml Compiler version 3.0.4318.0

Copyright (C) Microsoft Corporation. All rights reserved.

 

ERCalcManual.wxs

ERCalcUI.wxs

ERCalcCom.wxs

ERCalcProduct.wxs

 

C:\wixdev\ERCalc2>"c:\Program Files\Windows Installer XML
v3\bin\light.exe" -out

 ERcalcInstall2.msi ERCalcManual.wixobj ERCalcUI.wixobj ERCalcCom.wixobj
ERCalcP

roduct.wixobj -ext WixUIExtension -cultures:en-us -ext
WixComPlusExtension

Microsoft (R) Windows Installer Xml Linker version 3.0.4318.0

Copyright (C) Microsoft Corporation. All rights reserved.

 

C:\delivery\Dev\wix_public\src\ext\ComPlusExtension\wixlib\ComPlusExtens
ion.wxs(

72) : warning LGHT1076 : ICE68: This package has elevated commit in
CustomAction

 table (Action=ComPlusInstallExecuteCommit) but it has a schema less
than 150.

C:\delivery\Dev\wix_public\src\ext\ComPlusExtension\wixlib\ComPlusExtens
ion.wxs(

74) : warning LGHT1076 : ICE68: This package has elevated commit in
CustomAction

 table (Action=ComPlusInstallCommit) but it has a schema less than 150.

C:\delivery\Dev\wix_public\src\ext\ComPlusExtension\wixlib\ComPlusExtens
ion.wxs(

79) : warning LGHT1076 : ICE68: This package has elevated commit in
CustomAction

 table (Action=ComPlusUninstallCommit) but it has a schema less than
150.

 

//////////////////// Wxs file//////////////////////////////////////////

<?xml version='1.0' encoding='windows-1252'?>

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
xmlns:pca="http://schemas.microsoft.com/wix/2005/02/pubca";
xmlns:complus="http://schemas.microsoft.com/wix/ComPlusExtension";>

 <Fragment Id='FragmentComplus'>

 

    <DirectoryRef Id="INSTALLDIR">

 

        <Directory Id="directory1" Name="Components" >

 

          <Directory Id="directory2" Name="COMPlus">

 

            <Directory Id="directory3" Name="BOPhase2">

              <Component Id="BOPhase2_DLL" DiskId="1"
Guid="63730333-119b-4613-9859-84aba3914eb4">

                <File Id="file1" Name="ETGlobalBOImps.dll"
Source="C:\wixdev\ERCalc2\Components\COMPlus\BOPhase2\ETGlobalBOImps.dll
" />

                <complus:ComPlusApplication Id="MyCOM"
Name="ETGlobalBOImps.Account">

<complus:ComPlusAssembly Id="MyComPlusAssembly" Type="native"
DllPath="C:\wixdev\ERCalc2\Components\COMPlus\BOPhase2\ETGlobalBOImps.dl
l">

                                      <complus:ComPlusComponent
Id="MyCOM" CLSID="4653F0B3-F122-4B42-ACED-18939124C889" />

                                    </complus:ComPlusAssembly>

                                  </complus:ComPlusApplication>

 

                <File Id="file2" Name="FIXBO.dll"
Source="C:\wixdev\ERCalc2\Components\COMPlus\BOPhase2\FIXBO.dll" />

              </Component>

            </Directory>

-------------------------------------------------------------------------
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