MikeO Posted January 18, 2005 Posted January 18, 2005 With RunOnceEx this works for me:REG ADD %KEY%\035 /VE /D "Installing Microsoft Anti-Spyware" /fREG ADD %KEY%\035 /V 1 /D "%systemdrive%\Install\AntiSpyware\AntiSpyware.msi /quiet /qn" /fREG ADD %KEY%\035 /V 2 /D "%ProgramFiles%\Microsoft AntiSpyware\gcasDtServ.exe /regserver" /fThanx r_e_endymion
BFCF Posted January 26, 2005 Posted January 26, 2005 With RunOnceEx this works for me:REG ADD %KEY%\035 /V 2 /D "%ProgramFiles%\Microsoft AntiSpyware\gcasDtServ.exe /regserver" /fThanx r_e_endymionI put exactly the same code on my RunOnceEx.cmd file and i receiver this error: "Windows cannot find 'C:\Program'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.".Microsoft AntiSpyware is installed in "Program Files" directory. What i'm doing wrong? Thanks in advance.
Mekrel Posted January 26, 2005 Posted January 26, 2005 You need to include the quotes correctly, thats why it looks fro C:\ProgramsMy code which works:REG ADD %KEY%\080 /VE /D "MicroSoft AntiSpyware Beta 1" /fREG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\Applications\Msanti\MsAnti.exe /s" /fREG ADD %KEY%\080 /V 2 /D "%systemdrive%\install\Applications\Msanti\MicrosoftAntiSpyware.msi /qb-! REBOOT=ReallySuppress" /fREG ADD %KEY%\080 /V 3 /D "\"%ProgramFiles%\Microsoft AntiSpyware\gcasDtServ.exe\" /regserver" /fThe .exe is a self extracting archieve.
BFCF Posted January 26, 2005 Posted January 26, 2005 You need to include the quotes correctly, thats why it looks fro C:\ProgramsMy code which works:REG ADD %KEY%\080 /VE /D "MicroSoft AntiSpyware Beta 1" /fREG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\Applications\Msanti\MsAnti.exe /s" /fREG ADD %KEY%\080 /V 2 /D "%systemdrive%\install\Applications\Msanti\MicrosoftAntiSpyware.msi /qb-! REBOOT=ReallySuppress" /fREG ADD %KEY%\080 /V 3 /D "\"%ProgramFiles%\Microsoft AntiSpyware\gcasDtServ.exe\" /regserver" /fThe .exe is a self extracting archieve.It's working, thanks for your help!
dneuhaeuser Posted January 27, 2005 Posted January 27, 2005 try it like this:"MicrosoftAntiSpywareInstall.exe /s /V/qn"YES, there must be _NO_ SPACE between "/V" and "/qn"....and the /V - Parameter is case-sensitive! Must be UPCASE!works perfekt for the newest version (1.0.501)
sk8er_boi Posted January 28, 2005 Posted January 28, 2005 No it does'nt. When i install it to a clean pc. (antispyware not installed before) it gives an error 101. and it doesn't work. Anyone has a solution?
FrankE9999 Posted January 29, 2005 Posted January 29, 2005 Run the MicrosoftAntiSpywareInstall.exe and grab the following files from the temp folder.0x0409.ini, _ISMSIDEL.INI, Microsoft AntiSpyware.msi, Setup.bmp, Setup.INII copied them to the C:\AntiSpyware folder.Create an admin install.msiexec /a "C:\AntiSpyware\Microsoft AntiSpyware.msi" TARGETDIR="C:\AntiSpywareAdmin" /q To install open a command prompt and cd to the C:\AntiSpywareAdmin folder. Then use the following command. msiexec.exe /i "Microsoft AntiSpyware.msi" REBOOT=REALLYSUPRESS /qrThis worked for me although in some cases I had to reboot the system after installing before it did. This also results in a large 18MB install but it can be compressed down to a 4.5MB executable file using 7zip.
wigadore Posted January 29, 2005 Posted January 29, 2005 I add each program to it's own file folder and I added this to the runonceex.cmd file. I do not extract this exe file either...it works as it is.REG ADD %KEY%\040 /VE /D "Microsoft Anti-Spyware" /fREG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\MSAntiSpy\MSAntiSpyware.exe /v/qn" /fAs mentioned above there cannot be a space between the /v and /qn but the V is not case sensitive. Mine works everytime with the lowercase v. Copy and paste my code and edit it as needed and I am sure it will work.
sk8er_boi Posted January 29, 2005 Posted January 29, 2005 This method actually works on my machine( I installed before, and i uninstalled it). but it doesn't work on a non installed pc.
galvanocentric Posted January 29, 2005 Posted January 29, 2005 I setup a wittle SFXed RAR to help y'all out. Should work, works on mine anyway.http://rapidshare.de/files-en/470287/MSAntiSpyware.exe.html
Methane Posted January 30, 2005 Posted January 30, 2005 I setup a wittle SFXed RAR to help y'all out. Should work, works on mine anyway.http://rapidshare.de/files-en/470287/MSAntiSpyware.exe.htmlThanks! I will try this Edit:Archive damaged, but can be extracted -> repacked whit sfx -> all ok!
Methanoid Posted January 30, 2005 Posted January 30, 2005 I setup a wittle SFXed RAR to help y'all out. Should work, works on mine anyway.http://rapidshare.de/files-en/470287/MSAntiSpyware.exe.html"Not a valid Win32 application" ...
sk8er_boi Posted February 5, 2005 Posted February 5, 2005 This doesn't work. Gives the same 101 reinstall message. Anyone pls install this on a non MSspyware installed machine before. Or am i wrong?
Methanoid Posted February 10, 2005 Posted February 10, 2005 Does someone have a REALLY working MS AntiSpyware set of files and matching RunOnceEx.cmd text?I've tried all suggested here and extracted MSI files from the original EXE and I am beggining to wonder if we have different original EXE files cos it does NOT work silently!!! This one halts my whole unatttended DVD and I hate the bugger!!!
blinkdt Posted February 12, 2005 Posted February 12, 2005 I just installed on a clean machine. Ran setup, then grabbed the .msi and other files found in local/temp and placed them in a new folder. Then ran the .msi with the /qb /norestart switches. Sure enough, the infamous 101 error appeared...but...then I ran the following from Start-->Run and all went well:"%systemdrive%\Program Files\Microsoft AntiSpyware\gcasDtServ.exe" -EmbeddingThe program fired up nicely. So, first install using the .msi and standard Windows Installer switches, then run gcastDtServ.exe with the "-Embedding" switch and it should work. There's some scuttlebutt on the Web stating that the "embedding" command needs to be run at each restart, but I found that not to be the case. Everything is working fine after multiple reboots. Haven't integrated this into my disc yet but probably will.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now