Silent uninstallation for Chocolatey package

The Tuniac forum.
Post Reply
discrucio
Posts: 4
Joined: Thu Jun 02, 2016 3:24 am

Silent uninstallation for Chocolatey package

Post by discrucio »

Some background:
Chocolatey is an FOSS (Apache 2.0) package manager for Windows, like apt-get/yum/pacman. Tuniac is being added as a package so that users can use the Chocolatey CLI to automatically maintain and update to the latest build of Tuniac, e.g. "choco upgrade tuniac"

Chocolatey package will look like this: https://chocolatey.org/packages/foobar2000
See the pull request here: https://github.com/chocolatey/chocolate ... s/pull/239
Tuniac authors (from the About window) are attributed here: https://github.com/leonghui/chocolatey- ... iac.nuspec

Currently, the uninstaller prompts "Remove all settings?", which prevents a completely silent uninstallation when I run "choco uninstall tuniac"

May I request for the prompt above to use SuppressibleMsgBox instead of MsgBox?
Brett
Site Admin
Posts: 302
Joined: Sun Mar 28, 2010 12:36 am

Re: Silent uninstallation for Chocolatey package

Post by Brett »

Try Tuniac 160629 from http://www.wasteofcash.com/Tuniac/
It should have suppressiblemsgbox as you want.

If it does what you like I will make a more formal release on sourceforge etc.
discrucio
Posts: 4
Joined: Thu Jun 02, 2016 3:24 am

Re: Silent uninstallation for Chocolatey package

Post by discrucio »

Yes this build works, thanks again!
Post Reply