Re: [WiX-users] Weekly build missing WixComPlusExtension.dll in wix3-binaries.zip

2008-02-11 Thread Dominik Guder



alhails wrote:
> 
> We are also waiting for a new ComplusExtension.  I noticed that the source
> code was still present in the src folder.   And attempted to perform a
> build myself.  After negotiating a couple of errors, I have got stuck with
> this one...
> 
> [exec] Build FAILED.
>  [exec]
> C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1545,9):
> error MSB3021: Unable to copy file "..\wixlib\difxapp.wixlib" to
> "C:\Downloads\wix3-sources\Build\debug\WixDifxAppExtension\Microsoft.Tools.WindowsInstallerXml.Extensions.Data.difxapp.wixlib".
> Could not find a part of the path '..\wixlib\difxapp.wixlib'.
> 

DIFxApp.wixlib must be copied from cvs:
src\ext\DifxAppExtension\wixlib\DIFxApp.wixlib

others must be copied either from cvs or from binaries.zip:
src\pyro\bin\mspatchc.dll
src\light\bin\darice.cub
src\light\bin\mergemod.cub
src\light\bin\mergemod.dll 

Nant.Core.dll must be copied to 
dtools\bin\x86\Nant\ where dtools must be in parallel to your wix-sources
directory.

Then wix should be buildable at least without votive.

For ComPlus and Msmq extensions following patch must be applied to your
wix-sources dir:
http://www.nabble.com/-Patch--for-ComPlus-Msmq-Extension-to15345044.html

hth

Dominik
-- 
View this message in context: 
http://www.nabble.com/Weekly-build-missing-WixComPlusExtension.dll-in-wix3-binaries.zip-tp15204131p15410520.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Weekly build missing WixComPlusExtension.dll in wix3-binaries.zip

2008-02-11 Thread alhails

We are also waiting for a new ComplusExtension.  I noticed that the source
code was still present in the src folder.   And attempted to perform a build
myself.  After negotiating a couple of errors, I have got stuck with this
one...

[exec] Build FAILED.
 [exec]
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1545,9):
error MSB3021: Unable to copy file "..\wixlib\difxapp.wixlib" to
"C:\Downloads\wix3-sources\Build\debug\WixDifxAppExtension\Microsoft.Tools.WindowsInstallerXml.Extensions.Data.difxapp.wixlib".
Could not find a part of the path '..\wixlib\difxapp.wixlib'.

A number of dlls are built, but unfortunately not the ComplusExtension.

If anyone has any answers on how to get a error-free build, or why this
ComplusExtension isn't being built, it would be greatly appreciated.

Thanks

Alastair




alexbirk wrote:
> 
> I am also concerned about this issue. Since WiX-3.0.3621 we can't move to
> new Wix builds because of the lack of ComPlusExtension.
> 
> 
> Rob Livermore wrote:
>> 
>> Dear: Weekly build operator.
>> 
>>  The WIX 3.0 is turning into a very nice package. It has been
>> meeting the needs for deployment. 
>> 
>>  What happened to the WixComPlusExtension.dll and complus.xsd?
>> The current release help file still documents support for the extension;
>> but, the bits are missing from the wix3-binaries.zip on the
>> http://wix.sourceforge.net/releases/ . 
>> 
>> 
>>  
>> Robert Livermore
>>  
>> 
>> -
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Weekly-build-missing-WixComPlusExtension.dll-in-wix3-binaries.zip-tp15204131p15410260.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Weekly build missing WixComPlusExtension.dll in wix3-binaries.zip

2008-01-31 Thread alexbirk

I am also concerned about this issue. Since WiX-3.0.3621 we can't move to new
Wix builds because of the lack of ComPlusExtension.


Rob Livermore wrote:
> 
> Dear: Weekly build operator.
> 
>   The WIX 3.0 is turning into a very nice package. It has been
> meeting the needs for deployment. 
> 
>   What happened to the WixComPlusExtension.dll and complus.xsd?
> The current release help file still documents support for the extension;
> but, the bits are missing from the wix3-binaries.zip on the
> http://wix.sourceforge.net/releases/ . 
> 
> 
>  
> Robert Livermore
>   
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Weekly-build-missing-WixComPlusExtension.dll-in-wix3-binaries.zip-tp15204131p15208034.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Weekly build missing WixComPlusExtension.dll in wix3-binaries.zip

2008-01-31 Thread Rob Livermore
Dear: Weekly build operator.

The WIX 3.0 is turning into a very nice package. It has been
meeting the needs for deployment. 

What happened to the WixComPlusExtension.dll and complus.xsd?
The current release help file still documents support for the extension;
but, the bits are missing from the wix3-binaries.zip on the
http://wix.sourceforge.net/releases/ . 


 
Robert Livermore


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users