WixSharp 1.0.16

There is a newer version of this package available.
See the version list below for details.
dotnet add package WixSharp --version 1.0.16
NuGet\Install-Package WixSharp -Version 1.0.16
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" Version="1.0.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WixSharp --version 1.0.16
#r "nuget: WixSharp, 1.0.16"
#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 as a Cake Addin
#addin nuget:?package=WixSharp&version=1.0.16

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

Binaries and sample code for Wix# project.
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. 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.

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on WixSharp:

Repository Stars
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
libgenapps/LibgenDesktop
yingDev/WGestures
Modern mouse gestures for Windows. (C#)
oleg-shilo/wixsharp
Framework for building a complete MSI or WiX source code by using script files written with C# syntax.
dukus/digiCamControl
DSLR camera remote control open source software
Version Downloads Last updated
1.0.18 11 5/7/2015
1.0.17 52 5/2/2015
1.0.16 73 4/24/2015
1.0.15.1 115 4/20/2015
1.0.15 22 4/19/2015
1.0.14 47 4/16/2015
1.0.12 108 4/7/2015
1.0.11 35 4/4/2015
1.0.10 76 3/28/2015
1.0.9.1 133 3/22/2015
1.0.9 25 3/20/2015
1.0.8 182 2/25/2015
1.0.7 177 1/29/2015
1.0.5 110 1/21/2015
1.0.4 38 1/20/2015
1.0.3 173 12/18/2014
1.0.2 123 11/29/2014

* Issue #24: AbsolutePath and RelativePath error
* Issue #25: Problem with files starting with a numeric value (issue with version 15)
* Issue #26: System.InvalidCastException when Injecting a CustomCLR UI in project
* Issue #27: System.ArgumentNullException when running Compile.Buildwx(project,string,outputtype)
* Added WixSharp.Project.ControlPanelInfo.Manufacturer
* Added Compiler.EmitRelativePaths to switch between relative and absolute paths
* Changed algorithm of placing CreateFolder auto-element. It is not injected if Dir has any file-containing Component.
* InstalledFileAction defaults are set to "When.After, Step.InstallExecute". Now Compiler emits warning if the defaults are changed.
* Added support for CustomizeDlg in the CustomUI (CustomCLRDialog)