Frank.SimpleInstaller 1.0.9-preview

This is a prerelease version of Frank.SimpleInstaller.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Frank.SimpleInstaller --version 1.0.9-preview
NuGet\Install-Package Frank.SimpleInstaller -Version 1.0.9-preview
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.0.9-preview" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Frank.SimpleInstaller --version 1.0.9-preview
#r "nuget: Frank.SimpleInstaller, 1.0.9-preview"
#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.0.9-preview&prerelease

// Install Frank.SimpleInstaller as a Cake Tool
#tool nuget:?package=Frank.SimpleInstaller&version=1.0.9-preview&prerelease

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.

GitHub License NuGet NuGet

GitHub contributors GitHub Release Date - Published_At GitHub last commit GitHub commit activity GitHub pull requests GitHub issues GitHub closed issues

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 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 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 51 6/23/2024
1.1.11-preview 44 6/23/2024
1.1.10-preview 42 6/23/2024
1.1.0 51 6/23/2024
1.0.9-preview 43 6/23/2024
1.0.8-preview 41 6/23/2024
1.0.7-preview 41 6/23/2024
1.0.0 59 6/23/2024
0.2.6-preview 43 6/23/2024
0.2.4-preview 44 6/23/2024
0.2.0 54 6/22/2024
0.1.3-preview 50 6/22/2024
0.1.2-preview 101 1/20/2024
0.1.0 120 1/20/2024