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
- Host: GitHub
- URL: https://github.com/ninedigit/wixsharpextensions
- Owner: ninedigit
- License: mit
- Created: 2020-05-21T08:29:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T16:15:25.000Z (over 1 year ago)
- Last Synced: 2025-11-09T04:20:32.672Z (7 months ago)
- Topics: csharp-library, msi, wix, wix-toolset, wixsharp
- Language: C#
- Size: 210 KB
- Stars: 21
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WixSharp extensions library
[](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