Jump to content

Microsoft's AntiSpyware (Beta) Install


98EXL

Recommended Posts


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.

Link to comment
Share on other sites

Guest r_e_endymion

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! :-)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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\""

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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