I\'m using WiX to author a Windows Installation database for my application. I\'ve got an XML file that is installed along with my app, which needs to be filled with information obtained during instal
alo Everyone. My problem is twofold. I have a WiX Project that I have been working on, and have been tasked to make it perform a program execution regardless of the user pressing cancel, the install
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 have a .NET program that I\'ve written a Wix installer for.I want to be able to update from a pre-Wix version.To do this, I\'d like to 开发者_JAVA百科read from the installed program\'s app.config fi
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 have built several Office add-ins (Excel, Word, PowerPoint and Outlook). I have also written a single Wix#-based MSI installer to install these add-ins. I have managed to do everything correctly but
I\'m making \'minor upgrade\' packages using WIX. I\'m confused when it comes to basing the upgrade packages.
i need to install some file to C:\\Documents and Settings\\currentUser\\SomeFolder. I can\'t find 开发者_C百科some buildin function/variable for it.
Can you please tell me what is wrong with the following code? I am able to access the custom action data during install and I add their values to session custom action collection. However, during unin
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