An open API service indexing awesome lists of open source software.

https://github.com/ninedigit/wixsharpextensions

Extensions for WixSharp library
https://github.com/ninedigit/wixsharpextensions

csharp-library msi wix wix-toolset wixsharp

Last synced: 5 months ago
JSON representation

Extensions for WixSharp library

Awesome Lists containing this project

README

          

# WixSharp extensions library

[![NuGet version (NineDigit.WixSharpExtensions)](https://img.shields.io/nuget/v/NineDigit.WixSharpExtensions)](https://www.nuget.org/packages/NineDigit.WixSharpExtensions/)

Extension methods for the [WixSharp](https://github.com/oleg-shilo/wixsharp) library.

## Features

- Multilanguage MSI (OS will pick UI language based on machine locale settings).
- Strongly typed expressions to allow conditional installation based on OS version and/or OS architecture.
- Detects whether .NET Core is installed on the target machine
- Detects newest or specific version of .NET Core installed on the target machine.
- Detects version of .NET Framework installed on the target machine.
- Boostrapper with online and offline software prerequisities.
- Other fluent extension methods that covers many basic scenarios.

## Usage

Please see the wiki section.

## License

MIT