WiX - Windows Installer XML toolset: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
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] | ||
* [http://wix.sourceforge.net/manual-wix3/install_dotnet.htm How To: Install the .NET Framework Using a Bootstrapper] | |||
GenerateBootstrapper Task | 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. | 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. | ||
* [http://msdn.microsoft.com/en-us/library/ms164294.aspx .NET GenerateBootstrapper Task] | * [http://msdn.microsoft.com/en-us/library/ms164294.aspx .NET GenerateBootstrapper Task] | ||
<google>ENGELSK</google> | <google>ENGELSK</google> |
Revision as of 15:29, 10 August 2010
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.
<google>ENGELSK</google>