WixSharp.ClrDialog
1.0.22.2
See the version list below for details.
dotnet add package WixSharp.ClrDialog --version 1.0.22.2
NuGet\Install-Package WixSharp.ClrDialog -Version 1.0.22.2
<PackageReference Include="WixSharp.ClrDialog" Version="1.0.22.2" />
paket add WixSharp.ClrDialog --version 1.0.22.2
#r "nuget: WixSharp.ClrDialog, 1.0.22.2"
// Install WixSharp.ClrDialog as a Cake Addin #addin nuget:?package=WixSharp.ClrDialog&version=1.0.22.2 // Install WixSharp.ClrDialog as a Cake Tool #tool nuget:?package=WixSharp.ClrDialog&version=1.0.22.2
Wix# is a framework for building a complete MSI or WiX source code by using build script files written with the C# syntax.
The package contains the sample code for building a simple MSI with the CLR WinForm dialog inserted into UI sequence between InsallDirDlg and VerifyReadyDlg native MSI dialogs. In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) version 3.5.2519.0
Learn more about Target Frameworks and .NET Standard.
-
- WixSharp (>= 1.0.22)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.26 | 7,231 | 9/16/2015 |
1.0.25 | 3,175 | 9/13/2015 |
1.0.24 | 3,505 | 9/8/2015 |
1.0.22.3 | 3,642 | 7/27/2015 |
1.0.22.2 | 3,382 | 7/26/2015 |
1.0.22 | 3,404 | 7/25/2015 |
1.0.21 | 3,201 | 6/24/2015 |
1.0.20 | 3,565 | 5/27/2015 |
1.0.19 | 3,281 | 5/15/2015 |
1.0.18 | 3,327 | 5/7/2015 |
1.0.17 | 3,400 | 5/2/2015 |
1.0.16 | 3,515 | 4/24/2015 |
1.0.15.1 | 3,484 | 4/20/2015 |
1.0.15 | 3,635 | 4/19/2015 |
1.0.14 | 3,419 | 4/16/2015 |
1.0.12 | 1,904 | 4/7/2015 |
1.0.11 | 1,750 | 4/4/2015 |
1.0.10 | 1,897 | 3/28/2015 |
* First release of Managed Setup API
- Event-driven API for implementing runtime behavior
- FULLY customizable managed UI that matches the set of MSI standard dialogs
* Support for MajorUpgrade element
* Assorted Fixes.
* Improved VS integration