Jump to content

Microsoft's AntiSpyware (Beta) Install


Recommended Posts

Posted

\REG ADD %KEY%\022 /VE /D "Microsoft Anti-Spyware" /f
REG ADD %KEY%\022 /V 1 /D "%PP%MSAntiSpyware\MicrosoftAntiSpywareInstall.msi /quiet /qn" /f

that worked fine for me after all


Posted

I tried this in my batch_file

start /wait %systemdrive%\install\Applications\MSAntispy\MicrosoftAntiSpywareInstall.exe /s /a /s /v"/qb" REBOOT=REALLYSUPPRESS

Didn't get an error, but it didn't install.

I'll try the

REG ADD %KEY%\022 /VE /D "Microsoft Anti-Spyware" /f
REG ADD %KEY%\022 /V 1 /D "%PP%MSAntiSpyware\MicrosoftAntiSpywareInstall.msi /quiet /qn" /f

in my runonce and see what happens.

Guest r_e_endymion
Posted

i've had the same problem and after some analysis i've found that after the unattended install you must call gcasDtServ.exe /regserver

example:

start /wait AntiSpyware.msi /qn REBOOT=ReallySuppress ALLUSERS=1 INSTALLDIR=%ProgramFiles%\Tools\Security\AntiSpy

start /wait %ProgramFiles%\Tools\Security\AntiSpy\gcasDtServ.exe /regserver

now, it works great for me! :-)

Posted

I got it to work in my batch_file using the following;

ECHO Please wait...
start /wait %systemdrive%\install\Applications\MSAntispy\MicrosoftAntiSpywareInstall.exe /s /a /s /v"/qb"
ECHO Please wait...
start /wait %systemdrive%\"Microsoft AntiSpyware.msi" /quiet

:thumbup

Note: If I remember correctly, I removed a space or two in the original file name MicrosoftAntiSpywareInstall.exe so I didn't have to use " "s.

Posted

great work! it works for me like this

REG ADD %KEY%\022 /VE /D "Microsoft Antispyware" /f

REG ADD %KEY%\022 /V 1 /D "%CDROM%\Software\internet\mantispy.exe /s /a /s /v"/qb" /f

REG ADD %KEY%\022 /V 2 /D "%CDROM%\Software\internet\antispy.msi /quiet" /f

thank you! r_e_endymion

Posted

huh, you two are using the exe and the msi :wacko: , although that works it would mean having a bigger install directory, your doing different to r_e_endymion's install. :}

Posted

I got error 101 when I silent installed straight up the exe so I ran and copied the dir from temp

[AntiSpyware_MS]
REM     NOTES: http://www.microsoft.com/athome/security/spyware/software/default.mspx
REM     NOTES: Run to first screen and copy all files over from Temp Dir.
REG ADD %KEY%\iAdd /VE /D "Microsoft Windows AntiSpyware" /f
REG ADD %KEY%\iAdd /V Inum /D "msiexec.exe /I %SystemDrive%\Install\AntiSpyware_MS\AntiSpyware.msi /qn" /f

You can then track everything with InstallWatch Pro and get rhe REG settings

Posted

maybe it is possible to import this registry key, and than it should work

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

"gcasServ"="\"C:\\Program Files\\Microsoft AntiSpyware\\gcasServ.exe\""

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...