When is it necessary to change the package GUID of a merge module? <Wix xmlns=\"http://schemas.microsoft开发者_如何学Go.com/wix/2006/wi\">
I have scoured the internet, and not found anything about how to do this. Essentially, we are replacing an old VB6 COM+ application with a .NET one. We are using WIX to install our开发者_StackOverflow
When we deploy our products using OEM we have a requirement that our company name will not appear in the Publisher property of the installation in the add remove / other.
I would like to add a shortcut on the desktop which points to a virtual drive mounted under \"Computer\". This drive doesn\'t have a letter associated with it. I\'ve successfully added a link t开发者_
I have made a dynamic deployment project based on WiX 3.0, that uses mainly HEAT to consume directories in dynamic way (files + DLL that need to be registered).
How do you delete/remove an element from a开发者_如何学Pythonn XML file in WiX?Given a .config file with the following content:
I\'m starting to use WiX in order to do automated builds to create msi\'s of my c# projects and am experiencing the error \"Undefined preprocessor variable \'$(var.MyProject.TargetDir)\'\"
On our server (win 2008 r2) we enabled the setting \"force network authentication\" to enforce that the client must support the NLA, because the port 3389 is directly reachable from the internet. But
I am learning Wix and I want to g开发者_开发技巧enerate a setup.exe file instead of a setup.msi.
Is there a simple way to change the font colour and (preferably) font type for one of the strings in one of the standard UI dialogs in Wix?