![]() |
VOOZH | about |
dotnet add package WixSharp.ClrDialog --version 1.0.26
NuGet\Install-Package WixSharp.ClrDialog -Version 1.0.26
<PackageReference Include="WixSharp.ClrDialog" Version="1.0.26" />
<PackageVersion Include="WixSharp.ClrDialog" Version="1.0.26" />Directory.Packages.props
<PackageReference Include="WixSharp.ClrDialog" />Project file
paket add WixSharp.ClrDialog --version 1.0.26
#r "nuget: WixSharp.ClrDialog, 1.0.26"
#:package WixSharp.ClrDialog@1.0.26
#addin nuget:?package=WixSharp.ClrDialog&version=1.0.26Install as a Cake Addin
#tool nuget:?package=WixSharp.ClrDialog&version=1.0.26Install as a Cake Tool
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 v3.9.1208.0
Learn more about Target Frameworks and .NET Standard.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.26 | 9,825 | 9/16/2015 |
| 1.0.25 | 3,588 | 9/13/2015 |
| 1.0.24 | 3,920 | 9/8/2015 |
| 1.0.22.3 | 4,065 | 7/27/2015 |
| 1.0.22.2 | 3,792 | 7/26/2015 |
| 1.0.22 | 3,824 | 7/25/2015 |
| 1.0.21 | 3,628 | 6/24/2015 |
| 1.0.20 | 3,991 | 5/27/2015 |
| 1.0.19 | 3,705 | 5/15/2015 |
| 1.0.18 | 3,738 | 5/7/2015 |
| 1.0.17 | 3,815 | 5/2/2015 |
| 1.0.16 | 3,948 | 4/24/2015 |
| 1.0.15.1 | 3,906 | 4/20/2015 |
| 1.0.15 | 4,065 | 4/19/2015 |
| 1.0.14 | 3,834 | 4/16/2015 |
| 1.0.12 | 2,343 | 4/7/2015 |
| 1.0.11 | 2,183 | 4/4/2015 |
| 1.0.10 | 2,336 | 3/28/2015 |
* Fixed problem with hosting EmbeddedUI on .NET4.0
* Migrated to WiX v3.10.0.2103
* Implemented support for ODBCDataSource.
* Issue #64: Assertion when start msi
* Implemented InjectWxs (part of Issue #63)