In my WiX 3.5 project I\'m including a wxs file via a link. I.e., the wxs file is not in the project folder, it is fairly far away in the folder structure, and is included using Visual Studio\'s \"Add
I have the following in my wix project but the msi file (which is valid and runs from the command line) will not run either with or without the silent parameter
this is a general question about wix. Our product is split in something like this: Common Files A specific files
I\'m making an installer with the WiX 3.5 toolset, and I\'ve run across a problem: The installer needs to be able to detect w开发者_StackOverflow中文版hether another program is present, and if so, ad
I\'ve created an installation package (via WIX) that takes advantage of instance transforms to allow itself to be installed multiple times on one machine. Without giving it a lot of thought, I also ad
I have two questions about the directories with using fragments in Windows Installer XML. I got this fragment file from the heat.exe:
I have a wix application running.and when i am trying to uninstall it,it should prompt for close the application.I would like to kill the msiexec.exe after it prompts.Right now it prompts to close but
In my WiX project I have a file data and a SQL scripts which create db, cr开发者_StackOverfloweate/alter tables insert/update rows, etc. All scripts are separated into three parts and are executed via
The following code works in Windows 7 x86, but not x64. What\'s the difference and how do I go about setting this key? It also works when I install it on Windows XP having changed the feature to
I already have the following line in my WiX setup to check if the current version is already installed: