I\'ve been given a bug to fix an installer issue.Unfortunately, I know nothing about WIX, so I am not exactly where to start.
I\'m making use of the Wix standard dialogs. How do I customise the text of the messages displayed? For example, in the License Agreement page, I want to change the text \"I accept the ter开发者_开发
I am creating an upgradable installer using WiX that needs to remove the existing program entirely before installing the new version. I have the files upgrading and adding that the newer version shoul
In creating my WiX installer I have run into an issue when trying to close an application before installing the upgrade. Below is an example of how I am attempting to do this.
I have a large .NET source tree (185C# and VB projects, of which 60 are apps or websites) that i want to create a wix setup for. The general idea is to have 1 setup msi and to make each executable a f
I want to include some dynamic part in the filename of the msi file my wix projects produce. This dynamic part should be controlled by variable开发者_如何学Pythons which are part of my wix project and
I\'m using Wix to setup a Windows Installer .msi file.I have a CustomAction that sets up a ScheduledTask, and in the CustomAction, I\'ve put in some session.Log statements.
In my application installer, I want to read credentials for log开发者_JAVA技巧ging into a database from an xml file. Is there any way that I can do this. If I had to use custom actions, how would I as
If this is a repeat question, please direct me to the existing solution. I wasn\'t able to find a matching query.
One of our MSI\'s has started failing with Error 2902.It\'ll get most of the way through the installation, pop an error box, and then back out the install.We haven\'t made any major changes to the ins