Is it possible开发者_JS百科 to have a conditional installation configuration, slaved wth the Visual Studio configuration environment?
<Binary Id=\"binUpdate\" SourceFile=\"c:\\xxx\\Update.exe\"/> <CustomAction Id=\"Update\" BinaryKey=\"binUpdate\" Execute=\"deferred\" ExeCommand=\"c:\\xxx\" />
In the WIX setup I\'ve got, when upgrading the application I have set a requirement to close down applications which might hold on to files which needs to be updated:
We have an installer for application that is compiled using WiX and each version is updated using a new setup package. The installer creates advertised shortcut in Start menu and users often copy this
The do开发者_如何学运维cumentation on the various WiX sites (Sourceforge or Codeplex) is a little unclear. Is it the case that only version 3.5 (still in beta) of WiX will integrate with Visual Studio
I need to make an installer for a MySQL 5.1 Database, but I\'m tota开发者_如何学编程lly a noob when it comes to installers.
We just recently upgraded all our code base to .net 4.0, and are trying to build custom actions in开发者_如何学C our installer using .net 4.0.
I have a solution with 2 projects: My Appli开发者_C百科cation 1.2.54 (C# WinForms) My Application Setup 1.0.0.0 (WiX Setup)
I\'m trying to close a process before uninstallation using Wix. I\'ve confirmed that it works as long as there\'s a visible window, but if there isn\'t a visible window (which is the case most of the
I have a hierarchy of Directory elements in a WiX script. I also have a component that creates a virtual directory (using IIS:WebVirtualDir), which points to the root of my Directory hierarchy.