A software installer made under WPF in modern C# with a Windows 11 style interface and easy to use. It also includes a dark theme that matches the windows theme.
![]() |
![]() |
---|---|
Light Mode | Dark Mode |
- .NET SDK 6 / .NET Framework Targeting Pack 4.7.2
-
.NET Desktop Runtime 6 / .NET Framework 4.x
-
Windows 7 or later
Just replace the package.json data and the installation package (package.zip)
Must be a zip file containing: a bin folder containing the application and a package.json file in this form:
{
"Name": "{ApplicationName}",
"MainExe": "{ExecutableName(exemple: app.exe)}",
"VersionName": "{VersionName}",
"VersionCode": {VersionCode},
"Date": "{PublicationDate}"
}
{
"Name": "TetraSwap",
"MainExe": "TetraSwap.exe",
"VersionName": "1.3",
"VersionCode": 10,
"Date": "25/04/2022"
}