So, I\'m trying to use heat to generate fragments for the f开发者_开发技巧iles in my project. Looking at files I generated in the past, and various WiX articles from around the net, I see that I have
We have several 3rd party controls which are GAC\'d on the development machines.These are referenced in the Visual Studio projects.When we were using VS setup projects, it knew how to find the referen
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 have a windows service exe that is compiled as x86, amd64, and Itanium. I\'m trying to build a single x86 WiX/MSI installer that is used to install this service. The installer has three components w
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\'m writing an installation code usi开发者_运维技巧ng Wix, and I need to install an entire folder to a certain location, and then copy that folder to several different locations, I could install thos
I\'ve used WIX\'s heat.exe and got 2100 components and got a warning 开发者_运维百科that Windows Installer is constrained to have maximum of 1600 components per feature. I understand that I might stic
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
How to prepare setup.exe with setupbld.exe (I packe msi) that can install and uninstall application. Currently I can install application but when I run installer second tim开发者_开发百科e it does not
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.