WixSharp.ClrDialog 1.0.20

There is a newer version of this package available.
See the version list below for details.
dotnet add package WixSharp.ClrDialog --version 1.0.20
NuGet\Install-Package WixSharp.ClrDialog -Version 1.0.20
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WixSharp.ClrDialog" Version="1.0.20" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WixSharp.ClrDialog --version 1.0.20
#r "nuget: WixSharp.ClrDialog, 1.0.20"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WixSharp.ClrDialog as a Cake Addin
#addin nuget:?package=WixSharp.ClrDialog&version=1.0.20

// Install WixSharp.ClrDialog as a Cake Tool
#tool nuget:?package=WixSharp.ClrDialog&version=1.0.20

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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,127 9/16/2015
1.0.25 3,140 9/13/2015
1.0.24 3,478 9/8/2015
1.0.22.3 3,608 7/27/2015
1.0.22.2 3,355 7/26/2015
1.0.22 3,372 7/25/2015
1.0.21 3,175 6/24/2015
1.0.20 3,536 5/27/2015
1.0.19 3,251 5/15/2015
1.0.18 3,297 5/7/2015
1.0.17 3,354 5/2/2015
1.0.16 3,484 4/24/2015
1.0.15.1 3,453 4/20/2015
1.0.15 3,587 4/19/2015
1.0.14 3,389 4/16/2015
1.0.12 1,872 4/7/2015
1.0.11 1,716 4/4/2015
1.0.10 1,862 3/28/2015

* Issue #37: Issues using IISVirtualDir with properties
* Issue #38: x64 Project packs ManagedActions as x86
* Added support fro WiX Bootstrapper (Burn)
* Implemented automatic resolving of the bootstrapper application type based on licence file name: RTF/embedded-HTML/online-HTML
* Add support for WiX EmbeddedUI implemented in managed code
* Added two EmeddedUI (WinForms and WPF) code samples: <samples>/Custom_UI/EmbeddedUI and <samples>/Custom_UI/EmbeddedUI_WPF
* All obsolete API is adjusted to trigger compiling errors. It's time for it to be phased out completely.
* All Compiler build-related properties duplicated directly in Project class:
* Implemented EmbeddedeAssembly class. This class is a specialized version of Binary, which can be embedded along with all its referenced assemblies. To be used mainly for the WiX EmbeddedUI.
* Assorted extension methods improvements