Hi

I'm wondering on which approach I should take for files larger than 2 GB in
wix.

I think these are the possibilities:
1) Splitting cab files, since cab files has a limit of 2 GB. Is it possible?
Can WiX somehow do this automagically?
2) Use a custom action to merge in the file, (should be easy enough to write
a custom dll). Is it then possible to show the progress of a custom action?
I've figured out to show the progress text, but can't figure out how to show
a custom-action progress bar.
3) Keep the large files outside of cabs, and just let the MSI copy the
files. (Not ideal, as this might be needed as a download, yes it will be
large, but that's life...)

Thanks,
Leif
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to