Page 1 of 1

Silent uninstallation for Chocolatey package

Posted: Wed Jun 29, 2016 6:28 am
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?

Re: Silent uninstallation for Chocolatey package

Posted: Wed Jun 29, 2016 7:40 am
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.

Re: Silent uninstallation for Chocolatey package

Posted: Fri Jul 01, 2016 11:23 am
by discrucio
Yes this build works, thanks again!