Craig Miller wrote:
> How can I specify that several cab files should be placed on a single media
> element?  
>   

You can't. The Media element (and the MSI Media table) represents one 
disk or one cab file.

> Right now I'm placing all of my files into a single cab file, but I
> appear to be hitting a cabinet (*.cab) filesize limitation.  

They're limited to ~2GB. And they perform best at <200MB, depending on 
file count.

> These are my media entries.  The files in question are going on
> TOPO_AZ_DISK2.
>
> <Media Id='1' Cabinet='AZ1.cab' DiskPrompt='TOPO_AZ_DISK1' />
> <Media Id='2' Cabinet='AZ2.cab' DiskPrompt='TOPO_AZ_DISK2' />
>   

Use multiple Media element with the same DiskPrompt values.

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



-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to