Regarding the answer provided at this link: Proposed solution I tried to use this method in a several ways and I was unable to get it to work. I have double checked that I am running the framework 4
I created setup for my applicaiton using WIX 3.5. Installer works fine for first time. But after uninstalling application and then reinstalling again on same machine, I get following error message:
I am using WiX to create a moderately complex installer. I have a Level 0 Feature that I would like to install conditionally, but also always during an Admin install, to make patching through admin im
I use msiexec.msi line command to run a msi file created using WIX, the setup is runn with the parameter /qb and /promptrestart, but if I get the line
I am going to make wix with database MYSQL, i have searched in google. Connect to mysql example from wix. After i used code from that, i had error. The DataSource:ODBCExecute element contains an unexp
I am newbie in Wix. I use wix 3.5.. Just want to know开发者_运维知识库, Can Wix connect to other database like MySQL, Oracle, DB2. or just to know the name of database and generata database script..I
Sometimes when I uninstall the setup (made with WIX) the service remain marked for deletion, and the user must restart the machine to install again.
We are trying to introduce more automation into the开发者_StackOverflow generation of our installation using heat.Our build outputs artifacts in a directory that I would like to harvest using heat.Sin
I just using Wix 3.5 with Visual Studio 2010, Windows 7. I unable to make a custom Preprocessor Extension run. I create the extension project in .NET 3.5. and copy the compiled dll into Wix 3.5 progra
I have to create a message queue if MSMQ is installed. If MSMQ is not installed then move forward without doing anything.