Install spybot silently without any addons

richard2121

New member
Hi

Could you help me

I'm creating a autohotkey script that installs apps, it's called http://code.google.com/p/pic/

It mostly works but I don't want spybot to install any addons
Here's the script
spybotsd.exe /VERYSILENT /NORESTAR /COMPONENTS="MAIN,LANGUAGE,SKINS"

Thanks
 
richard2121:

I trust that you not writing this for installation in a corporate or small business environment unless you are licensed. Spybot's license not free for non private users of Spybot - Search & Destroy.
There is a special product for corporate and small business use of Spybot - Search & Destroy called the Spybot S&D Intranet Server:
__________

To install Spybot without activating TeaTimer and SDHelper activated, try the following parameter:
  • /tasks="!launchteatimer,!launchsdhelper"
See these threads:
As well as the Spybot's Help facility:
  • Search for "parameters".
  • Select "Setup command line parameters (Spybot-Search & Destroy)".
 
Back
Top