Lost Soul
Jun 6 2004, 11:29 AM
hi, has any body figured out yet how to fully instal spywareblaster 1.3 silently,, it dosnt instal fully like its previous versions, it only instals half way with the /VERYSILENT switch, ive searched the forum and no luck on any one having a post on this, im hopeing not to have to write a vbs script for this. but if any body has any ideal on how to fully instal this new version of spywareblaster 1.3 please let me know
lost soul
<SparTacuS>
Jun 6 2004, 12:54 PM
The following installs without probs - but you are not protected until you run SpywareBlaster
CODE
cmdow @ /HID
@echo off
start /wait %systemdrive%\install\SWBLASTER\spywareblastersetup.exe /VERYSILENT /NOCANCEL /SP- /NORESTART
start /wait %systemdrive%\install\pskill spywareblaster.exe
EXIT
Lost Soul
Jun 6 2004, 01:56 PM
ive tried your method but for some odd reason it wont completly die it still stops at the spy ware blaster screen any ideal why its still doing this to me ?
i use taskkill.exe to try to kill the app is there some difference in pskill ? i have never used pskill yet and i know nothing about it can you tell me more about this
Lost Soul
Jun 6 2004, 02:16 PM
nm thank you for your help that pskill did the trick. i did a search on it and thats just what i needed thanks
Strat79
Jun 6 2004, 10:18 PM
Yeah, Taskkill will not kill certain "protected" tasks. That is where pskill comes in.
ZoSTeR
Jun 7 2004, 03:17 AM
You also could rebuild the inno setup. Have a look at this
thread.