WiX - Windows Installer XML toolset: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
Votive is the Visual Studio package for WiX that lets you create and build WiX setup projects using the Visual Studio IDE. | Votive is the Visual Studio package for WiX that lets you create and build WiX setup projects using the Visual Studio IDE. | ||
* [http://wix.sourceforge.net/votive.html WiX Votive] | * [http://wix.sourceforge.net/votive.html WiX Votive] | ||
Solutions for WiX problems such as enable \ disable controls, Custom Actions in C#, running EXE within the installation, and setting icon for MSI and Add/Remove programs. | Solutions for WiX problems such as enable \ disable controls, Custom Actions in C#, running EXE within the installation, and setting icon for MSI and Add/Remove programs. | ||
* [http://www.codeproject.com/KB/install/WiXTricks.aspx WiX tricks] | * [http://www.codeproject.com/KB/install/WiXTricks.aspx WiX tricks] |
Revision as of 10:56, 25 August 2012
Votive is the Visual Studio package for WiX that lets you create and build WiX setup projects using the Visual Studio IDE.
Solutions for WiX problems such as enable \ disable controls, Custom Actions in C#, running EXE within the installation, and setting icon for MSI and Add/Remove programs.
GenerateBootstrapper Task Provides an automated way to detect, download, and install an application and its prerequisites. It serves as a single installer that integrates the separate installers for all the components making up an application.
Redistributing Visual C++ Libraries
Installing applications using Microsoft runtime .dll's
- About Merge Modules
- Visual Studio 2010 - Visual C++ 10.0 Libraries are Shared DLLs
- Visual Studio 2008 - Visual C++ 9.0 Libraries are Shared DLLs
- Visual Studio 2008 - Visual C++ 8.0 Libraries are Shared DLLs
Other sites about building installations
<google>ENGELSK</google>