On 4/21/2010 8:41 PM, Nick K wrote:
> If I create merge modules, and then place each merge module into its own .cab 
> (for the final .msi), will that tell light not to un-pack and re-pack all the 
> files?
>    
No. Merge modules have their own embedded .cabs but their files need to 
be sequenced based on how their components are merged in.

> Or, alternately, will I see more performance improvement if I assign a 
> RAMdisk or similar?
>    
Sure. Binding takes two kinds of resources: i/o, to collect the files 
and write them out; and CPU, if you compress the .cabs.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to