Refine your search:

Hi,

I'm building a hands-off LWF installer to be pushed out to Windows servers that removes older versions of Splunk and re-installs a fresh version. I've found that 4.1.x launches a web page at the end of an uninstall. Is there a switch I can use to suppress it during command line uninstall?

Thanks!

asked 21 Apr '11, 16:05

hacktastic's gravatar image

hacktastic
975
accept rate: 20%

Did you find an answer? I need to do the same... 150 servers to uninstall. Thanks.

(11 Oct '11, 08:07) nurtdi

did you find an answer? I need to uninstall on 150 servers and I need to disable this...

(11 Oct '11, 08:11) nurtdi

One Answer:

There is a Windows Installer property (aka Installer Flag) that you can pass to disable the uninstall survey: SUPPRESS_SURVEY=1.

For example:

msiexec /x splunk.msi SUPPRESS_SURVEY=1

link

answered 11 Oct '11, 11:08

Ed's gravatar image

Ed
1562
accept rate: 33%

Post your answer
toggle preview

Copyright © 2005-2012 Splunk, Inc. All rights reserved.