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
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开发者_开发知识库
In my WiX install package I define a property, then define a textbox that uses this property, then pass this property to my custom action. But inside of the custom action I find out that the property
I am using WIX to create MSI\'s which install standard files (no exe, com\'s, DLL\'s etc). On some users computers some of the files in the MSI may already exist. During the install this is not a prob
I need to make a file read/write for all users during install. Right now, the file is only read/write for admins and only read for non admins.
Someone asked a very similar question, but the response was unhelpful.It would be extremely valuable if there was a knowledgeable answer...