I have WIX installers for two windows services. Both are installed using the same credentials, but one works while the other fails with the error \"Service \"PCP Event Processor-3.9.9.0-wix\' (MyServi
I know this a is a common issue, but everything I can find in the forums seems to relate to 64bit framework incompatability (which is not an issue in my case).
I am trying to use my first custom action in WiX and I get: error 2896: Executing action CustomActionTest failed.
I\'m trying to customise the standard WiX Progress Dialog (I want to make it show the ActionData). I\'ve followed Neil\'s guide to customising dialog开发者_如何学运维s but the trouble is, the original
I want MSBuild to build WIX 3.5 project containing static files and binarie开发者_Python百科s from another project\'s output folder. While with static files it all works just fine: I just set Source a
I\'ve written an app which bootstraps SQL Express 2008 with a Wix 3.5 installer, then attempts to CREATE DATABASE 开发者_开发百科on first run of the app. The install of SQL Express is thus totally una
Usually, when you install an MSI package on windows, it is installed using the currently logged on user account. but I want to install it to a specific user account. For now, I want to install my MSI
We were using WIX 3.5 (Build Number 1811) and built a custom action built using Visual Studio 2008 and with target framework as .Net 3.5. This used to work great, until we built the custom action usin
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 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