[wix-users] Cab file in bundle
Stephens, Rich
RStephens at bottomline.com
Mon Mar 14 06:57:21 PDT 2016
Yes, that's one of the things you can use payload for.
I have a similar situation where an installer in my bundle has an external .cab file (among other things).
You put it inside your MsiPackage or ExePackage element, like this:
<ExePackage Id="foosetup" vital="yes" Compressed="yes" SourceFile="path\to\foo_setup.exe">
<Payload Id="fooconfig" Compressed="yes" SourceFile="path\to\foo_config.ini" />
</ExePackage >
Rich Stephens | Bottomline Technologies
770-576-3623 | rstephens at bottomline.com
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Winter,Stijn S. de
Sent: Friday, March 11, 2016 3:45 AM
To: WiX Toolset Users Mailing List
Subject: [wix-users] Cab file in bundle
Hello all,
Inside my bundle i have to call an msi which has a cab file.
I did not create the msi nor the cab file.
When i call the msi in my bundle, do i have to mention the cab file aswell?
Is that what payloads are for?
Or is there a way in which i can merge both files to 1 msi?
Kind regards,
Stijn de Winter
==========================================================
Op deze e-mail zijn de volgende voorwaarden van toepassing:
http://www.fontys.nl/disclaimer
The above disclaimer applies to this e-mail message.
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
More information about the wix-users
mailing list