PDA

View Full Version : uninstalling net snmp in silent mode


tutorcgs
20th March 2007, 15:34
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
20th March 2007, 16:22
There's a helpful link on this forum thread,

http://forums.winamp.com/showthread.php?s=&threadid=260502

tutorcgs
20th March 2007, 21:10
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:
http://sourceforge.net/project/showfiles.php?group_id=12694

Please help!

Thanks,
Z

kichik
20th March 2007, 21:19
Assuming you're referring to the message boxes that appear, that's hardcoded in their script (http://net-snmp.svn.sourceforge.net/viewvc/net-snmp/trunk/net-snmp/win32/dist/installer/net-snmp.nsi?revision=15486&view=markup). Instead of using simply MessageBox, they should use MessageBox /SD to provide a default for silent installers.