[wix-users] Bootstrap, and second package not getting called
Charles Gallo [9Dots Management]
CGallo at ixdots.com
Fri Sep 30 09:22:01 PDT 2016
Hi,
OK - I'm confused (easy thing to do) - I am attempting to setup my first bootstrap, and the FIRST item in the bootstrap is getting called, but I can't get the second Item to call - my main installer!!
Can someone tell me what I'm doing wrong (BTW, if I run the MSI alone, works fine) - obviously I've obfuscated a few items
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
<Bundle Name="myapp Setup"
Version="x.y.z.0"
Manufacturer="My company name"
UpgradeCode="GUID HERE">
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense">
<bal:WixStandardBootstrapperApplication LicenseFile="PathToLicense\License.rtf"/>
</BootstrapperApplicationRef>
<Chain>
<ExePackage Id="owc" SourceFile ="HardCodedPathToComponent\owc11.exe" />
<MsiPackage Id="op" SourceFile = "HardCodedPath\myApp.msi"
After="owc"
Compressed="yes"
DisplayInternalUI ="yes"
/>
</Chain>
</Bundle>
</Wix>
Charles Gallo | 9 DOTS
Senior Director
1100 E Hector Street| Ste. 245 | Conshohocken, PA 19428
C: 917.301.2749
cgallo at ixdots.com<mailto:jflorio at ixdots.com> | ixdots.com<http://www.ixdots.com/>
More information about the wix-users
mailing list