Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to call a MSI file from another MSI?
    primarykey
    data
    text
    <p>I am using WIX for my application's setup project, I have to install device drivers along with my application setup. so I have two driver installer files for each x86 and x64 platforms (since I have to use difxapp_x64/difxapp_86 reference file I need to have two separate installation projects), and one application setup project. now based on the platform I want to call either one of the driver installer msi file and the application installer file from one Msi file ( Bootstrapper !?). How can I accomplish this ?</p> <hr> <p>after a bit of search i come to know in wix 3.6 there is a new tool know as 'Burn', this will help me to call collection of installation packages that are chained together.. so I have created a new setup project as Bootstrapper. but when I build its creating the msi file successfully but could not able to run it.. here is the code:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;?define version="1.3.0.3"?&gt; &lt;Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"&gt; &lt;Bundle Name="Bootstrap" Version="1.0.0.0" Manufacturer="Bootstrap" UpgradeCode="58A81C66-C066-4CA1-9712-D884C11C88BD"&gt; &lt;BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" /&gt; &lt;Chain&gt; &lt;ExePackage Id="ExeProject" SourceFile="../../../CCSetupProject/bin/Release/CCSetupProject.exe" InstallCommand="/q /ACTION=Install" Name="iCConnectInstaller" Vital="yes" PerMachine="yes"/&gt; &lt;/Chain&gt; &lt;/Bundle&gt; &lt;/Wix&gt; </code></pre> <p>when I click the Bootstrapper.msi file it says "Preparing to install" and then "This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package." </p> <p>dont know what I am missing here!, anybody got this error before ? </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload