I have downloaded the newest version of Wix Toolset and have made a custom dialog开发者_StackOverflow中文版 to get the connection string for the database from the user. When I test run the Msi on a Wi
After which custom action should my C#开发者_如何学Go custom actions execute? And what condition should I use so my custom action could run only on uninstall?
Is it possible to have one \"WiX Installer\" project in a solution in Visual Studio, but that one project outputs multiple installer files (either by having开发者_如何学编程 multiple .wxs files or mul
WiX files can reference other projects using $(var.ProjectName.TargetPath) syntax. However, I have a project with a period in the name (My.Project). How can I reference this? I have tried:
I\'m using WiX\'s admin-image-style patch creation, but the resulting patch contains extra files that I don\'t want to include. My understanding of WiX patching is that it is \"inclusive\" by default
I have a custom action which should be run on uninstall. But for unknown reason the msiexec says \"There is a problem with this Windows Installer package. A DLL required for this install to complete c
I would like to install a given .msi package programmatically from my C# .NET application, preferably with the installation parameters that my application specifies开发者_高级运维 (like the installati
Hey I have an MSI, built with WiX, that attempts to specify a launch condition that is satisfied only when IIS is installed. This condition is not working as desired on WS2008 x64. It works on my Wind
I have a base install which includes a file, then two patches after that which update that file. One patch has already been deployed, but I found out too late that I should have set the SequenceStart
I have a wix setup project, I build it and install it using following command line: msiexec /i setup.msi /l* log.txt开发者_开发知识库