Re: [WiX-users] [Patch] Building from wix3-sources.zip

2008-02-11 Thread Bob Arnson
Dominik Guder wrote:
> But DIFxApp.wixlib should be added or at least a wixlib project for building
> it, since
> this is only availabe in CVS
> src\ext\DifxAppExtension\wixlib\DIFxApp.wixlib 
>   

Agreed. Can you open a bug so we track this?

-- 
sig://boB
http://joyofsetup.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] [Patch] Building from wix3-sources.zip

2008-02-11 Thread Dominik Guder


Bob Arnson-6 wrote:
> 
> The files are also included in the binaries zip files so they are still 
> available without CVS access.
> 
Using zip is ok and keeping (large) binaries out of sources.zip is ok for
me. 
But DIFxApp.wixlib should be added or at least a wixlib project for building
it, since
this is only availabe in CVS
src\ext\DifxAppExtension\wixlib\DIFxApp.wixlib 


Bob Arnson-6 wrote:
> 
> Agreed. Though NAnt is still required to build WiX, so the project 
> should be smart enough to find NAnt.Core. When/if we're about to build 
> all the native code through MSBuild, NAnt will need to be fully optional.
> 

Sure, nant should be fully functional, but
Microsoft.Tools.WindowsInstallerXml.NAntTasks.dll isn't used anymore to
build the wix.msi and building this fails. Nant's function
nant::get-base-directory() might be used to retrieve the Nant.Core.dll from
the currently used nant.exe (if this is an appropriate way)

So far
Dominik



-- 
View this message in context: 
http://www.nabble.com/-Patch--Building-from-wix3-sources.zip-tp15345414p15410951.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] [Patch] Building from wix3-sources.zip

2008-02-09 Thread Bob Arnson
Dominik Guder wrote:
> but here at work I'm not able accessing CVS trough our proxy/firewall so it
> would be nice, if the files are added to sources zip or even copied by
> nant/msbuild from SDK location. 
>   

The files are also included in the binaries zip files so they are still 
available without CVS access.

> For saving space I would suggest of using 7z which reduces the size to more
> than a half of the current sources.zip (1506 KB to 3426 KB)  . It will be at
> a half (1782 KB) when adding the missing binaries.
> (binaries.zip will be 2687 KB to 4.056 KB)
>   

Everyone can unzip but a lot fewer can use 7za. WiX is for Windows, so I 
think it's important to stick with a format Windows supports.

> Another point regarding nant tasks: This should not fail when Nant.Core
> isn't found (like Votive). Since you are moved to msbuild the Nant tasks are
> not as important as before.
>   

Agreed. Though NAnt is still required to build WiX, so the project 
should be smart enough to find NAnt.Core. When/if we're about to build 
all the native code through MSBuild, NAnt will need to be fully optional.

-- 
sig://boB
http://joyofsetup.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] [Patch] Building from wix3-sources.zip

2008-02-08 Thread Dominik Guder


Bob Arnson-6 wrote:
> 
> No. To save space, the source zips don't include the files that are 
> included in the binaries zips. CVS does include all the files in 
> buildable state.
> 

I see, 

but here at work I'm not able accessing CVS trough our proxy/firewall so it
would be nice, if the files are added to sources zip or even copied by
nant/msbuild from SDK location. (and a wixlib project provided for Difx
Extension)

For saving space I would suggest of using 7z which reduces the size to more
than a half of the current sources.zip (1506 KB to 3426 KB)  . It will be at
a half (1782 KB) when adding the missing binaries.
(binaries.zip will be 2687 KB to 4.056 KB)

Another point regarding nant tasks: This should not fail when Nant.Core
isn't found (like Votive). Since you are moved to msbuild the Nant tasks are
not as important as before.

So far
Dominik
-- 
View this message in context: 
http://www.nabble.com/-Patch--Building-from-wix3-sources.zip-tp15345414p15351541.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] [Patch] Building from wix3-sources.zip

2008-02-07 Thread Bob Arnson
Dominik Guder wrote:
> The wix3-sources.zip is not in buildable state. Im just wondering if it
> should be?
>   

No. To save space, the source zips don't include the files that are 
included in the binaries zips. CVS does include all the files in 
buildable state.

-- 
sig://boB
http://joyofsetup.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] [Patch] Building from wix3-sources.zip

2008-02-07 Thread Dominik Guder

Hi,

while I was trying to get the Complus and Msmq Extensions back to weekly
builds I discovered following:
The wix3-sources.zip is not in buildable state. Im just wondering if it
should be?

>From my point of view it would be nice if wix could be built from sources
zip package.

Following is missing:
src\ext\DifxAppExtension\wixlib\DIFxApp.wixlib
src\pyro\bin\mspatchc.dll
src\light\bin\darice.cub
src\light\bin\mergemod.cub
src\light\bin\mergemod.dll

Nant.Core assemblies (for which I can see some reasons that they are not
included in source package so it's ok for me)

Attached you'll find a diff with this minor change. 

http://www.nabble.com/file/p15345414/zip.diff zip.diff 
-- 
View this message in context: 
http://www.nabble.com/-Patch--Building-from-wix3-sources.zip-tp15345414p15345414.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