Romanitho / Winget-AutoUpdate

WAU daily updates apps as system and notify connected users. (Allowlist and Blocklist support)
MIT License
1.09k stars 134 forks source link

Packaging as a win32 app? - Intune deployment #34

Closed Snakeulescu closed 2 years ago

Snakeulescu commented 2 years ago

Hi I was wondering if you might have used this to deploy it through Intune/SCCM and am wondering what you used for a detection method or uninstall script.

From what I gather I can package the script and use the install.bat as an installation command.

Thanks for this btw, I have been struggling to find a way to use winget in a corp environment.

iMonZ commented 2 years ago

Duplicate: https://github.com/Romanitho/Winget-AutoUpdate/issues/33

https://github.com/Romanitho/Winget-AutoUpdate/issues/33#issuecomment-1081574099

Romanitho commented 2 years ago

hi. you can put whatever you want as detection method, for example the about config file, or poershell script to get the installed version. for uninstall, just remove the folder in programdata and the scheduled tasks. I'll try to create unintaller when i got time.