På yggenyk.dk bruger vi cookies til at give dig en god oplevelse og til at indsamle statistik, der kan være med til at forbedre brugeroplevelsen. Hvis du klikker på et link på yggenyk.dk, accepterer du samtidig vores cookiepolitik.

WiX - Windows Installer XML toolset: Difference between revisions

From Yggenyk
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-wix2/WixUI_dialog_library.htm Using the WixUI dialog library]
* [http://wix.sourceforge.net/manual-wix3/install_dotnet.htm How To: Install the .NET Framework Using a Bootstrapper]
* [http://wix.sourceforge.net/manual-wix3/install_dotnet.htm How To: Install the .NET Framework Using a Bootstrapper]
GenerateBootstrapper Task
GenerateBootstrapper Task

Revision as of 15:30, 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>