I\'m trying to use msbuild GenerateBootstrapper task to distribute a .net application with the framework, without the need of internet connection to install it.
I am using WIX 3.0 Toolset and VS2008. In my \".wixproj\" file I have added the following code (which works fine). I want to add a condition so that it will only install PIA if office 2007 is installe
I have defined a SQL server bootstrapper in the .wixproj file: <BootstrapperFileV7 Include=\"Microsoft.Sql.Server.Express.10.0\">
I want to share DirectX redistributable as a prerequisite package of my application setup msi( made with visual Studio).
I would like to install a .NET 4.0 application on the user\'s machine that does not meet certain prerequisites.
I have a Visual Studio Setup project and have followed the steps mentioned in this link to load the Shared Add-in 开发者_如何学运维Support Update for the Microsoft .NET Framework 2.0 (KB908002) to the
I\'ve got a .net 3.5 vs2008 Excel addin. I\'ve created an installer for it and have it working apart from the fact that I cant get an option in the prerequisites for VSTO 3.0 SP1.
I look for a free launcher or bootstrapper that checks whether t开发者_如何学运维he .net framework is installed, and starts my app1.exe, or app2.exe if not. Alternatively a louncher that checks for th
Trying to solve this problem. I would like to learn how the bootstrapper detects if prerequisites (specifically .NET 3.5) are installed.
I want to use the SqlExpress2008 Bootstrapper for a new installation on Windows7, I do not want to use the default SQLEXPRESS Instance.