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.
<PackageVersion Include="Frank.SimpleInstaller" Version="1.2.0" />
<PackageReference Include="Frank.SimpleInstaller" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Frank.SimpleInstaller@1.2.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Frank.SimpleInstaller&version=1.2.0
#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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 | 141 | 6/23/2024 |
1.1.11-preview | 114 | 6/23/2024 |
1.1.10-preview | 115 | 6/23/2024 |
1.1.0 | 136 | 6/23/2024 |
1.0.9-preview | 117 | 6/23/2024 |
1.0.8-preview | 117 | 6/23/2024 |
1.0.7-preview | 109 | 6/23/2024 |
1.0.0 | 140 | 6/23/2024 |
0.2.6-preview | 112 | 6/23/2024 |
0.2.4-preview | 101 | 6/23/2024 |
0.2.0 | 133 | 6/22/2024 |
0.1.3-preview | 109 | 6/22/2024 |
0.1.2-preview | 159 | 1/20/2024 |
0.1.0 | 167 | 1/20/2024 |