For issues relating to deployment using Windows Installer XML, version 3.
1
vote
1answer
1k views
WiX installer design options for bootstrapper and seamless updating
I have an app that on first installer run needs a boostrapper where you can choose the language of the installed app, install .net framework if it's not there yet and some other prerequisites.
...
0
votes
1answer
389 views
WIX: How not to call ActionStart(Name=StartMetabaseTransaction) during installation
My installer would fail when installed on a machine that has no IIS installed. The features that are going to be installed doesnt need IIS. The error says "Cannot connect to Internet Information ...