While running the custom action in the installer there is no progress bar. We are using the Immediate C# manage code custom action.
In WIX, I can install an ISAPI filter using the iis:WebFilter element: <Component Id=\'C.Filter1\' Guid=\"6781xxxx-xxxx-4893-xxxx-aaaabbbbdddd\">
I need to deploy a new item/project template and I found out that the way to do it is to copy it to [Visual Studio folder]\\Common7\\IDE\\ItemTemplates.
I\'ve got a DLL from an old WiSE installer that i\'m trying to get working in WiX, so i\'m pretty sure the DLL works with MSI-based installers.
I am starting to write an installer which will use the SqlScript-element. That takes a referen开发者_JS百科ce to the Binary-table what script to run.
I\'m referencing a WiX extension in a WiX library project. This WiX library project is itself referenced by my main WiX MSI project. Why does the main project have to also reference the WiX extension,
I have a requirement to create an installer for an Outlook 2003 add-in that was created with VSTO. We currently are using Wix for our installers as they play nice with MSBu开发者_开发技巧ild and I ne
I\'m writing a new major upgrade of our product. In my installer I start by finding configuration settings of the previous version, then I\'d like to uninstall the previous version.
I have a WiX installer project where I have added two firewall exceptions as part of the installer by using the WiX FirewallException. This works great when the client machine is using Windows Firewal