Hi,

First of, let me try to explain what I am trying to accomplish. Our
application
uses a very big library that needs to be installed. This is a third
party library
and doesn't get updated a lot. I want to speed up the build of our installer
by somehow prepackaging the library once.

I already decreased build time by moving all the files into a seperate
cab file.
Thanks to the smart cabbing feature we won some time with this.

I already tried doing this with a merge module and a binary wixlib, but this
slowed the build down, because all the files get unpacked and then repacked.

Is there someway to avoid the repacking? It would speed up the build with a
big factor if the cab file that is stored in the binary wixlib is just
imported
as a stream into the msi directly.

Any ideas of how to accomplish the wanted speedup?

- Kim

PS: the cab file for the library is 140MB on high compression.


--

*Kim Gybels
Software Developer
* kim.gyb...@metris.com <mailto:kim.gyb...@metris.com>
Tel: +32 16 74 01 01
Fax: +32 16 74 01 02



* Metris Europe
* Interleuvenlaan 86
3001 Leuven
Belgium
www.metris.com <http://www.metris.com/>




This message and any attachment are privileged, confidential and contain 
private information. If you are not the addressee named above any disclosure, 
reproduction, copying, distribution, or other dissemination or use of this 
communication is prohibited. If you have received this transmission in error, 
please notify the sender immediately and destroy this e-mail. Metris does not 
guarantee that the integrity of this communication has been maintained or that
this communication is free of viruses, interceptions or interference, and shall 
not be liable for the improper or incomplete transmission of the information 
contained in this communication nor for any delay in its receipt or damage to 
your system. Incoming and outgoing email communications may be monitored by 
Metris, as permitted by applicable law and regulations.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to