Using Wix3, its trivial to ensure that a windows service being installed is given a dependency on a service that is already installed on the target machine, but I need to do the opposite - i.e. as par
Whilst developing for the iPhone I had a stubborn memory leak that I eventually tracked down to NSXMLParser. However whilst look开发者_StackOverflow社区ing for that it got me thinking about maybe chan
Is it possible to set-up IP address restrictions for an IIS site through a Wix installer? I don\'t see it mentioned in t开发者_如何学编程he IIS extension documentation. I want the site to be available
I have an installer which creates MSMQ message queues. During a major upgrade I am noticing that the queues are getting removed and reinstalled. Any suggestions to avoid this from happening?
I\'m trying to convert a project in Visual Studio 2008 from static linking of the CRT to dynamic linking. This was easy enough, and I added the CRT MSM and policy MSM to my Wix file with no problems.
I am using RegistrySearch to set a property that is one of my directory and i see that when the registry value is of sub directory that doesn\'t exist than he value of the directory is not set, why is
I am trying to integrate the automatic generation of MSI installers with my CruiseControl.Net installation. I can see how I can manually build an MSBuild file that calls candle and then light, but I n
I\'ve recently started learning and utilizing WiX, and my first true project with WiX is repackaging a custom configuration of Qt. It\'s been quite a challenge, as the Qt project is massive.
I\'ve been building开发者_Go百科 an installer for our product using the WIX(Windows Installer XML) technology. The expected behavior is that the product is launched, if the check box is checked after
I need to create a WiX extension to handle interacting with the HTTP API (httpapi.dll) so that I can set URLACLs and SSL bindings for a WCF service that is being installed.