Frank.SimpleInstaller.Cli
1.2.0
dotnet tool install --global Frank.SimpleInstaller.Cli --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Frank.SimpleInstaller.Cli --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Frank.SimpleInstaller.Cli&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Frank.SimpleInstaller.Cli --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Frank.SimpleInstaller
A simple cross-platform installer tool for dotnet. It is designed to be used with the simplest of dotnet applications. It is not intended to be a full-featured installer tool.
Installation
Install the tool using the following command:
dotnet tool install --global Frank.SimpleInstaller.Cli
Simple Usage
Simple usage means that you don't provide any additional configuration. The tool will use prompt the user for the necessary information.
Running the following command to start and be prompted what command to run:
dotnet simple-installer
Running the following command to package an application:
dotnet simple-installer pack
Running the following command to install an application:
dotnet simple-installer install
Running the following command to uninstall an application:
dotnet simple-installer uninstall
Advanced Usage
Advanced usage means that you provide arguments to the tool to avoid user input (some is still required at the moment).
Running the following command to package an application:
dotnet simple-installer pack --source "C:\temp\MyApp" --output "C:\temp" --executable "MyApp.exe" --version "1.0.0" --name "MyApp"
OPTIONS:
-h, --help Prints help information
-s, --source <SOURCE> Source directory to pack
-o, --output <OUTPUT> Output directory path
-e, --executable <EXECUTABLE> Executable filename
-v, --version <VERSION> Version number
-n, --name <NAME> Application name
Running the following command to install an application:
dotnet simple-installer install --package "C:\temp\MyApp.1.0.0.zip"
OPTIONS:
-h, --help Prints help information
-p, --package <PACKAGE> Package file to install
Running the following command to uninstall an application:
dotnet simple-installer uninstall --name "MyApp"
OPTIONS:
-h, --help Prints help information
-n, --name <NAME> Target application to uninstall
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 119 | 6/23/2024 |
1.1.11-preview | 97 | 6/23/2024 |
1.1.10-preview | 109 | 6/23/2024 |
1.1.0 | 121 | 6/23/2024 |
1.0.9-preview | 94 | 6/23/2024 |
1.0.8-preview | 93 | 6/23/2024 |
1.0.7-preview | 103 | 6/23/2024 |
1.0.0 | 109 | 6/23/2024 |
0.2.6-preview | 103 | 6/23/2024 |
0.2.4-preview | 99 | 6/23/2024 |