I have to build an installer for an .NET application that requires .NET Framework 2.0 SP2. When I add the .NET Framework as found in WiX Tutorial I get the .NET Framework 2.0 without service pack.
I have a really simple MSI that installs a bunch of files and then creates and starts a service.One of the files it installs ( privately to the installdir ) is log4net.dll and is a dependency of the s
I have been banging my head against this one for two days... I have a WiX project that is built by MSBuild on my Team Foundation Server. I have a Build Definition set up, and all was wo开发者_运维技巧
I have a website that I am installing for one of our internal products, and would like to know if there is a way to set up multiple <WebAddress/> blocks to be conditionally installed along with
I am having a problem with a Wix installer, that covers three different feature sets (Client / Developer and Server).
I recently changed my product\'s deployment. I previously used a Visual Studio Setup Project.Visual Studio produces a Setup.exe file that installs all of the prerequisite components (Windows Installe
Does anyone know how to create an installation project using Visual Studio 2010 that creates a Windows Scheduler task?I\'m building an installer for a Console Application that needs to run every X min
I have a Wix 3.6 managed bootstrapper in which the user can select individual packages to download and install.I want to show the download size of each package.How can I access the file size of each p
I hav开发者_如何学Goe the following property: <Property Id=\"UPDATEDB\">1</Property>
Does Wix 3 have a built in way to just check whether a service exi开发者_如何学编程sts? The closest guess I can come up with is using ServiceConfig and trying to detect a failure.The AppSecInc. Commun