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
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
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
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
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
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
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
; 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&
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
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 "
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
; -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
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
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
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
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
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:
>
&
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
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
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
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
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
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
--
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/
---
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
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
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
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
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
>
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
30 matches
Mail list logo