eliweitzman / EnterpriseTechTool

A one-stop-shop powershell-based application for automating and abstracting enterprise service tasks!
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

[REQUEST] Winget Installation Method #34

Closed eliweitzman closed 1 year ago

eliweitzman commented 1 year ago

Describe the solution you'd like Add ETT to Winget CLI

Additional context https://github.com/microsoft/winget-pkgs

eliweitzman commented 1 year ago

Quick compiled update so far:

  1. Built out a self-extracting installer (for ETT and ETT-Admin), and posted in release options.
  2. Submitted ETT (stock) installer for Microsoft Security Analysis to get cleared by Defender SmartScreen (Done!)
  3. Created and tested a new Winget Manifest
  4. Pushed manifest to Winget-Pkgs repo
  5. Winget-pkgs checking in progress! ( https://github.com/microsoft/winget-pkgs/pull/123049)
eliweitzman commented 1 year ago

1.1 is officially live in Winget! 🎉

Huge thanks to @TheDeadGPU for the assist on manifest confusion!

Updated documentation coming soon! But, for now, the standard install for ETT 1.1 is installable using the following PowerShell command:

winget install --id=EliWeitzman.ETT

eliweitzman commented 1 year ago

Branch open to update readme with Winget!