Re: [WiX-users] Running WiX utilities from a script

2009-05-10 Thread Reuss, Matthias
Well I do not have a wixproj file - which utility does that belong to? Votive? Anyway, I think return codes are useful for any kind of automated builds - scripts, VisualStudio, MsBuild, Nant, even makefiles... Best regards, Matthias > -Ursprüngliche Nachricht- > Von: Phil Sayers [mail

Re: [WiX-users] Can Custom Library include banners?

2009-05-10 Thread Rob Mensching
Take a look at the -bf switch to lit.exe. jballe wrote: > Hi, > > I have several successfull customized setup projects now, a great thanks to > this list! > > I would like to make a Library so when my colleagues will make a setup they > can just reference this library. Regarding the UI dialogs and

Re: [WiX-users] Compression level

2009-05-10 Thread Chuck
Chris Ridd wrote: > Yes, the higher compression levels make building the msi much slower. > If you've got the concept of a "debug" vs "release" build, I'd suggest > using no compression when debugging, and high when doing a release. In the interest of science I ran through the compression levels o

Re: [WiX-users] Compression level

2009-05-10 Thread Chris Ridd
On 10 May 2009, at 13:38, Riyaz Mogharabin wrote: > Dear All, > > You know we have 5 compression levels: > > None, High, Low, MSZIP and medium. > > Is it possible to use a third party compression code, such as 7-up > or rar? > > And if it is possible, does it help to have faster and better >

[WiX-users] Compression level

2009-05-10 Thread Riyaz Mogharabin
Dear All, You know we have 5 compression levels: None, High, Low, MSZIP and medium. Is it possible to use a third party compression code, such as 7-up or rar? And if it is possible, does it help to have faster and better compression code, or to get building the .msi faster ? More, does the c

[WiX-users] Can Custom Library include banners?

2009-05-10 Thread jballe
Hi, I have several successfull customized setup projects now, a great thanks to this list! I would like to make a Library so when my colleagues will make a setup they can just reference this library. Regarding the UI dialogs and sequence the library is working perfect. However I would like to in