When building my WXS data into an MSI I get the following error: ICE38: Component CreateFolder installs to user profile. It must use a registry key under HKCU as its KeyPath, not a file.
I\'m working on a deployment project (Wix based) which is used to deploy an application to run with AutoCAD and create shortcuts of AutoCAD\'s acad.exe while passing its own argument.
I have a VS2010 solution with a WiX 3.5 (beta) Votive project, (as well as all the projects for the program that I am installing). When 开发者_如何学PythonI clean the VS solution all of the program pr
I am trying to create a wix installer to install and start a Windows Service. I am getting the following error:
I am wondering if it is possible to have the \"Cancel\" button on my welcome screen completely quit the installer without showing the final \"Installation interrupted\" dialog. I consider this redunda
This question already has answers here: WIX UI - Creating a "passwords don't match" label
I have been experimenting with Custom Actions in order to encrypt part of the App.Config file on installation (as per how-do-i-encrypt-app-config-file-sections-during-install-with-wix)I have the basic
When I am trying to create the installer i am getting the following error: The directory ProgramMen开发者_C百科uDir is in the user profile but is not listed in the RemoveFile table.
I have a program that installs with a WiX installer. The program itself creates a number of files in the [CommonAppDataFolder]\\[MyAppName]\\ directory. These files all have the same extension (lets
In my installer I need to do the following: obtain location of the external application from registry and create folders for my application executive and various files in this “parent” directory. I