Well, on the site there is a complete exact list of them! (yess)
http://www.safer-networking.org/en/faq/30.html
I tried those on RunOnceEx and they worked perfectly.
Here is an example (I didn't write the path variables):
CODE
reg add %KEY%\005 /VE /D "spybot 016" /f
reg add %KEY%\005 /V 1 /D "%CDROM%\Apps\setup\spybot.exe /sp- /silent /norestart /lang=eng /dir=\"%PROGRAMFILES%\Spybot\" /group=\"Spybot\" /components=\"!updatedl,!updatew95\" /tasks=\"launchsdhelper\" /f
reg add %KEY%\005 /V 1 /D "%CDROM%\Apps\setup\spybot.exe /sp- /silent /norestart /lang=eng /dir=\"%PROGRAMFILES%\Spybot\" /group=\"Spybot\" /components=\"!updatedl,!updatew95\" /tasks=\"launchsdhelper\" /f
\" marks nested quotes (runonceex)
! negates the component (spybot)
Now my questions:
1-I downloaded the "includes" definitions installer. Can I run them unattended too?
2-I'd like to silently immunize Spybot after the "includes". Can I run the program with the switches even if I didn't restart the computer?
