Re: [WiX-users] Compression Level

2014-11-02 Thread Phill Hogland
Well I guess my last observation is not correct when I both delete the cabs folder and the bin and obj folders. The property in an imported target is used by msbuild launched on the command line to build a project (without defining the properties using the /p switch). -- View this message in co

Re: [WiX-users] Compression Level

2014-11-02 Thread Phill Hogland
I do not think that the files were different, since I did a "debug" build, and then a "release" build as soon as the debug build was finished (without any change to the source tree). Even though the Release build was set to use high compression, it reused the cab file (when the path is set to a co

Re: [WiX-users] Compression Level

2014-11-01 Thread Bob Arnson
On 31-Oct-14 18:48, Phill Hogland wrote: > The cause of the problem detailed in this thread is that I had defined a > single cab cache path without considering either $(Configuration) or > $(Platform). The fact that a different compression level was specified than > the cached cab file was ignored

Re: [WiX-users] Compression Level

2014-10-31 Thread Phill Hogland
Based on the following document (and probably other pots to the forum, long ago) I had implemented cab reuse. http://wixtoolset.org/documentation/manual/v3/howtos/general/optimizing_builds.html The cause of the problem detailed in this thread is that I had defined a single cab cache path without c

Re: [WiX-users] Compression Level

2014-10-31 Thread Phill Hogland
I did a little more research into this observation (that using -dcl:none and -dcl:high (or low, or no switch) all produces the exact same size output files (msi and related external cab files)). Since these experments were in part prompted by reading Bob's blog and the dev's discussions (http://ww

Re: [WiX-users] Compression Level

2014-10-29 Thread Hoover, Jacob
ndows Installer to get comparable results). -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Wednesday, October 29, 2014 9:58 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Compression Level I have noticed recent discussion among the devs about Compre

[WiX-users] Compression Level

2014-10-29 Thread Phill Hogland
I have noticed recent discussion among the devs about Compression level and setting the level to -dcl:none for debug and -dcl:high (or some other setting) for Release builds. I also read through as many posts about compression as I could find in the archives and generally on Google. I have experi

Re: [WiX-users] compression

2011-01-18 Thread Tobias S
; Email Disclaimer > > -Original Message- > From: Alec Taylor [mailto:alec.tayl...@gmail.com] > Sent: 18 January 2011 15:26 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] compression > > Aye, LZMA is much better [see my thread on MakeMSI&

Re: [WiX-users] compression

2011-01-18 Thread Pally Sandher
ark, Glasgow G20 0SP Email Disclaimer > > -Original Message- > From: Alec Taylor [mailto:alec.tayl...@gmail.com] > Sent: 18 January 2011 12:04 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] compression > > Why isn't there a &q

Re: [WiX-users] compression

2011-01-18 Thread Alec Taylor
gt; Email Disclaimer > > -Original Message- > From: Alec Taylor [mailto:alec.tayl...@gmail.com] > Sent: 18 January 2011 12:04 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] compression > > Why isn't there a "

Re: [WiX-users] compression

2011-01-18 Thread Pally Sandher
Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Alec Taylor [mailto:alec.tayl...@gmail.com] Sent: 18 January 2011 12:04 To: General discussion for Windows Installer XML too

Re: [WiX-users] compression

2011-01-18 Thread Alec Taylor
; -Original Message- > From: Ralph Esslinger [mailto:reesslin...@matthews.com.au] > Sent: 17 January 2011 02:30 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] compression > > I have created a msi file and it seems to work fine but the compression > does not s

Re: [WiX-users] compression

2011-01-17 Thread Pally Sandher
sgow G20 0SP Email Disclaimer -Original Message- From: Ralph Esslinger [mailto:reesslin...@matthews.com.au] Sent: 17 January 2011 02:30 To: wix-users@lists.sourceforge.net Subject: [WiX-users] compression I have created a msi file and it seems to work fine but the compression does not seem to

Re: [WiX-users] compression

2011-01-16 Thread Rob Mensching
MSZIP is not DEFLATE (the compression algorithm used by .zip files). You might play with the other options to see what works best. Compression is very dependent on the input. On Sun, Jan 16, 2011 at 6:30 PM, Ralph Esslinger < reesslin...@matthews.com.au> wrote: > I have created a msi file and it

[WiX-users] compression

2011-01-16 Thread Ralph Esslinger
I have created a msi file and it seems to work fine but the compression does not seem to work. If my included files are 3mb I end up with a 4.5mb msi. If I zip the files I end up with 1mb. I have the following line in my wxs file Mszip should be default anyway. What should I do so the

Re: [WiX-users] Compression in a Merge Module

2009-09-10 Thread Christopher Painter
10/09, Blair wrote: > From: Blair > Subject: RE: [WiX-users] Compression in a Merge Module > To: "'General discussion for Windows Installer XML toolset.'" > , chr...@deploymentengineering.com > Date: Thursday, September 10, 2009, 2:08 AM > If you are supplying

Re: [WiX-users] Compression in a Merge Module

2009-09-10 Thread Reuss, Matthias
ssion for Windows Installer XML toolset.'; > chr...@deploymentengineering.com > Betreff: Re: [WiX-users] Compression in a Merge Module > > If you are supplying both the tool and the framework MSI, why > don't you just > go "wix-all-the-way" and do this: > &

Re: [WiX-users] Compression in a Merge Module

2009-09-10 Thread Blair
1:29 PM To: chr...@deploymentengineering.com; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Compression in a Merge Module Hi Christopher, sorry for the late reply. The setup is for a group of product catalogues (databases) that are issued by several manufacturers. The files are dif

Re: [WiX-users] Compression in a Merge Module

2009-09-09 Thread Reuss, Matthias
oolset. > Betreff: Re: [WiX-users] Compression in a Merge Module > > I'm curious why you do it this way. InstallShield has > Product Configurations and Release Flags that would alow you > to build MSI's in various ways to address the variation > points you desc

Re: [WiX-users] Compression in a Merge Module

2009-09-08 Thread Christopher Painter
ias wrote: > From: Reuss, Matthias > Subject: Re: [WiX-users] Compression in a Merge Module > To: "General discussion for Windows Installer XML toolset." > > Date: Tuesday, September 8, 2009, 4:57 AM > Thanks for your response. > > I may have started to han

Re: [WiX-users] Compression in a Merge Module

2009-09-08 Thread Reuss, Matthias
toolset. > Betreff: Re: [WiX-users] Compression in a Merge Module > > As you say the Module element doesn't seem to have the Media child > element > (http://wix.sourceforge.net/manual-wix3/wix_xsd_module.htm) but > it doesn't really matter. When the merge module is cons

Re: [WiX-users] Compression in a Merge Module

2009-09-08 Thread Pally Sandher
ce - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Reuss, Matthias [mailto:matthias.mr.re...@siemens.com] Sent: 08 September 2009 07:33 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Compression in a Merge Module H

[WiX-users] Compression in a Merge Module

2009-09-07 Thread Reuss, Matthias
Hello, If I want to create a full MSI package, I can set the compression level in the child of the element. Can I do similar things when I am creating a merge module? The element does not have a child... Best regards Matthias --

Re: [WiX-users] Compression level

2009-05-17 Thread Bob Arnson
Riyaz Mogharabin wrote: > I've heard that putting the files in more than one cabinet can be helpful. > Is that right? And how much does it help? > http://www.joyofsetup.com/2008/03/29/wix-performance-tip-use-multiple-cabinets/ -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] Compression level

2009-05-16 Thread Riyaz Mogharabin
My install Pack is about 600 MB in size, and there is no limitation in it's size. I'm using the MSZIP compression level, and it's ok for me. The only concern, is the time it takes to create the MSI file. It takes over 90 minutes after the light is commanded to build the MSI. I know that this proc

Re: [WiX-users] Compression level

2009-05-12 Thread Chris Ridd
On 10 May 2009, at 19:37, Chuck wrote: > 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 inte

Re: [WiX-users] Compression level

2009-05-11 Thread Brian Rogers
Another thing to keep in mind is that file types do affect the speed of compression. Do some testing along those lines if you have larger builds. Our team has seen up to 1 1/2 hours come off our cabbing times. Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On

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