Skip to content
⌘ NSIS Forum Archive

uninstalling net snmp in silent mode

4 posts

tutorcgs#

uninstalling net snmp in silent mode

I am not able to uninstall net snmp net-snmp-5.4.0-1.win32.exe in silent mode using the /S option.

Are there other options I can use to accomplish this or how do I find out what options installer provide?

Please help! If any one knows how to uninstall snmp in silent mode.

Thanks,
Z
Red Wine#
There's a helpful link on this forum thread,

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
tutorcgs#
Thanks Red, I already read that article before this posting and it doesn't solve the problem.

net snmp uses Nullsoft v2.20 for its installer. And the /S option is not able to do a silent uninstall.

You can access this net-snmp-5.4.0-1.win32.exe at:


Please help!

Thanks,
Z
kichik#
Assuming you're referring to the message boxes that appear, that's hardcoded in their script. Instead of using simply MessageBox, they should use MessageBox /SD to provide a default for silent installers.