Frank.SimpleInstaller
1.2.0
dotnet add package Frank.SimpleInstaller --version 1.2.0
NuGet\Install-Package Frank.SimpleInstaller -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Frank.SimpleInstaller" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Frank.SimpleInstaller --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Frank.SimpleInstaller, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Frank.SimpleInstaller as a Cake Addin #addin nuget:?package=Frank.SimpleInstaller&version=1.2.0 // Install Frank.SimpleInstaller as a Cake Tool #tool nuget:?package=Frank.SimpleInstaller&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.
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 104 | 6/23/2024 |
1.1.11-preview | 93 | 6/23/2024 |
1.1.10-preview | 96 | 6/23/2024 |
1.1.0 | 110 | 6/23/2024 |
1.0.9-preview | 95 | 6/23/2024 |
1.0.8-preview | 94 | 6/23/2024 |
1.0.7-preview | 91 | 6/23/2024 |
1.0.0 | 118 | 6/23/2024 |
0.2.6-preview | 93 | 6/23/2024 |
0.2.4-preview | 80 | 6/23/2024 |
0.2.0 | 112 | 6/22/2024 |
0.1.3-preview | 92 | 6/22/2024 |
0.1.2-preview | 134 | 1/20/2024 |
0.1.0 | 152 | 1/20/2024 |