Hi Guys, I made asetup file using InstallShield LE and the installer works perfectly on Windows 8 32/64 bit OS.
Then i used 'WIX Bootstrapper' to combine two installers .exes.
When i launched the .EXE generated by WIX after the accepting the terms and conditions, I got the error message 'Error reading setup initialization file' for the setup exe generated by InstallShiled LE.


Note: The setup.exe works perfectly when i launch it separately.
Bundle:
<Bundle Name="PartyPrint" Version="1.5" Manufacturer="DNP PIE SAS" IconSourceFile="Installer_Icon.ico"
UpgradeCode="7ba74925-c154-4939-9c2e-a531eac0cd8a" >
<BootstrapperApplicationRef Id="WixExtendedBootstrapperApplication.HyperlinkLicense" >
<bal:WixExtendedBootstrapperApplication SuppressOptionsUI="yes" LicenseUrl="test.pdf" />
<Payload SourceFile="Resource\test.pdf" />
<Payload SourceFile="Resource\LogoSide.png" />
<Payload SourceFile="Resource\LogoSmall.png" />
<Payload SourceFile="Resource\Warning1.png" />
</BootstrapperApplicationRef>
<!--<WixVariable Id="WixExtbaLicenseUrl" Value="License.htm" />-->
<WixVariable Id="WixExtbaThemeXml" Value="Resource\Bundle2Theme.xml" />
<WixVariable Id="WixExtbaThemeWxl" Value="Resource\HyperlinkTheme.wxl" />
<Chain>
<!-- Error reading Setup Initialized file -->
<ExePackage Id="PartyPrintUtility" Cache="no" Compressed="yes" PerMachine="yes" Permanent="yes" Vital="yes" InstallCommand="/q /ACTION=Install /hideconsole /norestart/S" SourceFile=".\prerequisites\setup.exe" />
<ExePackage Id="AddingSize6x9" Cache="no" Compressed="yes" PerMachine="yes" Permanent="yes" Vital="yes" InstallCommand="/q /norestart"
SourceFile=".\prerequisites\AddSize.exe" />
</Chain>
</Bundle>
How can i fix this problem?
thank you.
karthik
Wix 3.8 users