WixSharp.bin 1.4.8

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

Showing the top 11 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
aloopkin/WinCertes
An ACMEv2 client for Windows
chuongmep/CadAddinManager
Cad AddinManager update .NET assemblies without restart Autocad and Civil3D for developer.
chuongmep/CadPythonShell
An IronPython console for Autocad and Civil 3d API, include full snoop Database to explore API
Version Downloads Last Updated
1.26.0 95,354 9/21/2024
1.25.3 54,866 5/26/2024
1.25.2 39,085 3/3/2024
1.25.1 9,124 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,307 12/4/2023
1.23.1 4,901 11/28/2023
1.23.0 1,492 11/28/2023
1.22.1.1 3,870 11/17/2023
1.22.1 69,267 7/22/2023
1.22.0 13,334 7/1/2023
1.20.4 17,893 4/29/2023
1.20.3 681,330 1/6/2023
1.20.2 138,965 8/13/2022
1.20.1 247,295 5/15/2022
1.20.0 46,671 3/1/2022
1.19.1-pre 828 11/15/2021
1.4.8 14,179 9/14/2017
Loading failed

Release v1.4.8.0
----
v1.4.8.0
* Issue #103: Compiler.WixLocation, WixSharp.wix.bin and new csproj format in Visual Studio 2017
* Implemented showing MSI messages (Error, Warning and User) fro message handler of ManagedUI.
* Added `IManagedUIShell.Errors`
* Implemented changing the title and description of the ManagedUI.ExitDialog depending on the Install error or cancellation. (#156, #154)
* Added sample on how to change fonts and font color in Wix# native UI
* Issue #151: UAC prompt appears minimized in TaskBar
* Issue #141: Default UI header not transparent (completed)
* Issue #145: Suggestion to add extra pre-defined Condition to be triggered when uninstalling.
* Issue #141: Default UI header not transparent
* Issue #137: Add custom attribute to Bundle project (Bootstrapper)
* Added support for XML namespace prefix in 'AttributesDefinition`
 `AttributesDefinition = "{dep}ProviderKey = 01234567-8901-2345-6789-012345678901"`
* Added support for `ActionResult.SkipRemainingActions` in `UIInitialized` event handler.
* Issue #130: ManagedUI does not visually indicate upgrade failure
* Added extension methods:
   - `Session.LookupInstalledVersion`
   - `Session.QueryProductVersion`
   - `Session.QueryProperty`
* `SetupEventArgs.ManagedUIShell` renamed into `SetupEventArgs.ManagedUI` and marked as obsolete.
* Added `SetupEventArgs.ManagedUI.Shell` to allow UI navigation to be triggered from ManagedSetup events (e.g. `e.ManagedUI.Shell.GoTo<ExitDialog>()`).
* `e.ManagedUI.Shell.ErrorDetected` made writable to allow failing the setup from from ManagedSetup events.
* `Project.UIInitialized` is reworked to make UI dialogs available as soon as possible. Useful for hooking to `e.ManagedUI.OnCurrentDialogChanged` before the UI sequence is started.
* Added sample for MajorUpgrade scenario with ManagedUI.
* Issue #128: [ManagedUI] INSTALLDIR with SourceName attribute
* Issue #125: RegParser needs to handle a string value ending with "\n", not only with "\r\n"
* Issue #123: Folder not removed on uninstalling
v1.4.7.2 (beta)
* Added support for client assembly `%this%` with non '.dll' extension. This solves the problem with DTF runtime asm probing failing to locate non standard assemblies (e.g. '.compiled').
* Fixed payload serialization problem for ExePackage
v1.4.7.1 (beta)
* Issue #116: DigitalySign with Keystore