Info
Version: | 1.0.8 |
Author(s): | Ivan Danilov |
Last Update: | Wednesday, February 2, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/swix-dsl/swix |
NuGet Url: | https://www.nuget.org/packages/Swix |
Install
Install-Package Swix
dotnet add package Swix
paket add Swix
Swix Download (Unzip the "nupkg" after downloading)
Domain Specific Language (DSL) that tries to take away most painful aspects of working with WIX.
SWIX source file processed before WIX compilation starts and translated to WIX source file, which is consumed by WIX transparently. You may inspect generated file and ensure that everything written is translated correctly.
SWIX does not try to replace WIX entirely or cover each possible case - instead it complements WIX where it is feasible and beneficial.