wix
How to bootstrap .NET service pack?
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.[详细]
2023-04-13 08:48 分类:问答Windows Installer Package Sometimes Installs Corrupt Log4net.dll
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[详细]
2023-04-13 04:09 分类:问答WiX & MSBuild : Unrecognized Attribute in App.Config
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开发者_运维技巧[详细]
2023-04-12 10:34 分类:问答How to install multiple WebAddresses conditionally?
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[详细]
2023-04-12 06:02 分类:问答Disable StartIIS7Configuration transaciton on Uninstallation of Wix installer
I am having a problem with a Wix installer, that covers three different feature sets (Client / Developer and Server).[详细]
2023-04-12 00:40 分类:问答How to install bootstrappers and an MSI
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[详细]
2023-04-11 16:12 分类:问答Visual Studio Console Application Installer - Schedule Windows Task
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[详细]
2023-04-10 20:33 分类:问答Wix: How to show the size of MSI packages in a burn managed UX
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[详细]
2023-04-10 19:03 分类:问答Wix Boolean Property Values Don't Work
I hav开发者_如何学Goe the following property: <Property Id=\"UPDATEDB\">1</Property>[详细]
2023-04-10 15:52 分类:问答Can Wix3 check if a service exists?
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[详细]
2023-04-10 14:24 分类:问答