WixSharp.bin 1.0.37

There is a newer version of this package available.
See the version list below for details.
dotnet add package WixSharp.bin --version 1.0.37
                    
NuGet\Install-Package WixSharp.bin -Version 1.0.37
                    
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.bin" Version="1.0.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WixSharp.bin" Version="1.0.37" />
                    
Directory.Packages.props
<PackageReference Include="WixSharp.bin" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WixSharp.bin --version 1.0.37
                    
#r "nuget: WixSharp.bin, 1.0.37"
                    
#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.
#:package WixSharp.bin@1.0.37
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WixSharp.bin&version=1.0.37
                    
Install as a Cake Addin
#tool nuget:?package=WixSharp.bin&version=1.0.37
                    
Install 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 Wix# binaries only.  

In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on WixSharp.bin:

Package Downloads
WixSharp

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 Wix# binaries, code sample and custom MSBuild target (to be merged with VS project and trigger building MSI during the project compilation). If you need only Wix# binaries you may want to use WixSharp.bin package instead. In order to use this package you need have WiX Toolset installed. The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)

WixSharp.Lab

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) Toolset v3.10 (v3.10.2103.0)

DogmaSolutions.WixSharp

Library containing a set of common utils for WixSharp.

WixSharp.WPF

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 Wix# binaries only. In order to use this package you need have WiX Toolset installed. The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)

KSociety.Base.InstallAction

K-Society Base is a full stack framework for .NET 6 application https://github.com/K-Society/KSociety.Base

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on WixSharp.bin:

Repository Stars
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
architecture-building-systems/revitpythonshell
An IronPython scripting environment for Autodesk Revit and Vasari
chuongmep/RevitAddInManager
Revit AddinManager update .NET assemblies without restart Revit for developer.
NeVeSpl/RevitDBExplorer
Interactive Revit database exploration tool to view and edit BIM element parameters, properties and relationships.
PawelTroka/Computator.NET
Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
Version Downloads Last Updated
1.26.0 96,006 9/21/2024
1.25.3 54,909 5/26/2024
1.25.2 39,134 3/3/2024
1.25.1 9,160 2/16/2024
1.25.0 1,557 2/15/2024
1.24.2 6,872 1/21/2024
1.24.1 12,001 12/14/2023
1.24.0 4,316 12/4/2023
1.23.1 4,906 11/28/2023
1.23.0 1,492 11/28/2023
1.22.1.1 3,873 11/17/2023
1.22.1 69,403 7/22/2023
1.22.0 13,430 7/1/2023
1.20.4 17,910 4/29/2023
1.20.3 681,349 1/6/2023
1.20.2 139,192 8/13/2022
1.20.1 247,496 5/15/2022
1.20.0 46,696 3/1/2022
1.19.1-pre 828 11/15/2021
1.0.37 2,265 5/31/2016
Loading failed

Release v1.0.37.0
* Issue#119: ManagedUI.ProgressDlg cancel button doesn't abort installation
* Removed obsolete API
* Added possibility to pass  IISVirtualDir into directory constructor
* Issue#117: It should be possible to set InstallDir explicitly
* Issue#118: Handling of custom action failure