Windstone Posted September 2, 2005 Posted September 2, 2005 Would someone direct me on how I can deploy this thing... i want to use a GPO so I'd like to:have a .bat file that runs and places a flag like the one I've written hereCODE@echo offREM THIS FILE WRITTEN BY JPIERCE IN EFFORT TO AUTOMATE THE DISTRIBUTION OF "Microsoft Anti-Spyware"If exist "C:\MS_Anti_Spy.flg" GOTO NevermindIf not exist "C:\MS_Anti_Spy.flg" GOTO INSTALL_MS_Anti_Spy:INSTALL_MS_Anti_SpyIf exist "C:\Program Files\Microsoft AntiSpyware\GIANTAntiSpywareMain.exe" GOTO Nevermind\\datacontrol\NETLOGON\GPO_Scripts\MSAntiSpy\MicrosoftAntiSpywareInstall.exe /S /V/qnSET WriteToFile=C:\MS_Anti_Spy.flgECHO %date% %time% >>%WriteToFile%@echo Microsoft Anti-Spyware installed by the CFSI IT department.GOTO End:NevermindIf exist "C:\MS_Anti_Spy.flg" GOTO LOGSKIPIf not exist "C:\MS_Anti_Spy.flg" GOTO LOGPLACE:LOGPLACESET WriteToFile=C:\MS_Anti_Spy.flgECHO %date% %time% >>%WriteToFile%@echo Log file placed as C:\MS_Anti_Spy.flgGOTO LOGSKIP:LOGSKIP@echo Microsoft Anti-Spyware already installed.............:EndpauseexitI tried that autoit script - do i have to deploy that to my whole network to get tit to run?1. are the silent switchs on the just not working for anyone?? 2. what's the resolution here?Thank you all for your assistance
dman Posted September 2, 2005 Posted September 2, 2005 You have to register the exe after install..."%PROGRAMFILES%\MICROSOFT ANTISPYWARE\GCASDTSERV.EXE" /REGSERVER
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now