I am working on an automated process to remove all versions of Spybot S&D from a user system silently. I use one of the following to accomplish this.
"C:\Program Files\Spybot - Search & Destroy\unins000.exe" /SILENT
or
"C:\Program Files\Spybot - Search & Destroy\unins000.exe" /VERYSILENT
Typically this works very well, except with version 1.6.2, the user is presented with the "Uninstall Application" dialog, which prompts the user to enter a reason for uninstall. I do not want this popping up in the user's face (for obvious reasons). This dialog is not bypassed with the above command line switches.
Are there any command line options to disable/bypass this dialog? I would rather not have to create a custom solution for this.
"C:\Program Files\Spybot - Search & Destroy\unins000.exe" /SILENT
or
"C:\Program Files\Spybot - Search & Destroy\unins000.exe" /VERYSILENT
Typically this works very well, except with version 1.6.2, the user is presented with the "Uninstall Application" dialog, which prompts the user to enter a reason for uninstall. I do not want this popping up in the user's face (for obvious reasons). This dialog is not bypassed with the above command line switches.
Are there any command line options to disable/bypass this dialog? I would rather not have to create a custom solution for this.