Core.System.Configuration.Install icon indicating copy to clipboard operation
Core.System.Configuration.Install copied to clipboard

Port System.Configuration.Install to dotnet core

Results 7 Core.System.Configuration.Install issues
Sort by recently updated
recently updated
newest added

Hi, I am creating a installer for my app, I want to custom the installation progress and I use .NET 8.0, so I found your repo and use it as...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

I would really like to use this Nuget package in my program but it is not signed. Is it possible for you to release an updated nuget package with a...

We have a service installation code which works just fine with .NET Frameworks 4.8 Console application based on `ServiceBase`: ```C# ManagedInstallerClass.InstallHelper(new string[] { Assembly.GetExecutingAssembly().Location }); ``` ```C# using System.ComponentModel; using...

It looks like you're just using JSON.net to serialize `IDictionary` in savedState and this could be accomplished with built-in serializers that would remove the dependency on JSON.net (so that a...