CLI tool for running Playbooks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Styris 9f703b5e8f Update to v0.6.5 11 months ago
TrustedUninstaller.CLI Update to v0.6.5 11 months ago
TrustedUninstaller.Shared Update to v0.6.5 11 months ago
.gitignore Start 1 year ago
LICENSE.md Add license, add requirement checks 1 year ago
README.md Add requirements, update README 11 months ago
TrustedUninstaller.sln Start 1 year ago
Windows.winmd Add requirements, update README 11 months ago

README.md

AME Wizard Core

Core functionality used by AME Wizard.

CLI Usage

Coming soon.

Compilation

  1. Clone the repository

    git clone https://git.ameliorated.info/Styris/trusted-uninstaller-cli.git

  2. Open TrustedUninstaller.sln with Visual Studio or JetBrains Rider

  3. Set the configuration to Release

  4. Build TrustedUninstaller.CLI

If you run into reference issues with the Windows namespace, add Windows.winmd as a reference.

License

This tool has an MIT license, which waives any requirements or rules governing the source code’s use, removing politics from the equation.

Since this project makes major alterations to the operating system and has the ability to install software during this process, it is imperative that we provide its source code for auditing purposes.
This has not only helped us build trust, and make our project stand out among the crowd, but has also led to many community contributions along the way.