Greetings all, I\'m wo开发者_如何学Gorking on a WiX installation script for my program.I need to install a C# dll to the GAC and then register it.So, I mark the file with Assembly=\".net\" so that Wi
i want to use a Feature state like inner text in a Publish element. this is my code: <Feature Id=\"Complete\" Title=\"App\"
I have my CI build process successful creating a MSI using WIX by calling heat, candle and light.But when there is a problem I have to login to the build server and view the log files for the WIX util
I need to detect if WCF H开发者_StackOverflow中文版ttp/Non-Http Activation Components is installed during the installation of my product. How can I do so?
So I see two solutions to my current problem, but I was wondering what the pros and cons are, or if there is a defacto best practices approach.
I\'ve been looking at various different ways of making an installer (see How to create a robust, minimal installer for Windows? for details), and I\'ve run into the same thing in a couple of them (WiX
We have an issue in our product installation in XP OS with Windows Installer 4.5 & it’s Hot Fix 981669. The installation is prematurely ending.
We have a custom action that we want to run ONLY on a major upgrade. Trouble is, the CA is deferred because it needs access to system files (it removes the old version of the program from an INI file)
Hi i\'m having a problem with UIRef in Visual S开发者_开发知识库tudio when i try to add a wxs file.
I am using WiX 3.6 and VS2010. I have a 32-bit installation working and I\'m trying to get a 64-bit installation working.