We have a msi that has dependency on some exe files and i want to install those exe files before the actual installation process begins i know that wix provides a bootstrapper engine called wix.
when i run this
`
<bal:WixStandardBootstrapperApplication
LicenseUrl=””
Theme=”hyperlinkLicense” />
</Wix>`
i get the
Error (active) WIX0044 The BootstrapperApplication element’s Name or SourceFile attribute was not found; one of these is required. MainProj
i am relatively new to this so any documentation on how to create this file and where to store basic things like this or any project that creates a bootstrapper will be very useful.
zombie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.