TheeBeets Posted April 30, 2005 Posted April 30, 2005 I am using Wpi and for some reason it just refuses to install it's an msi file I was wondering if someone had a version that will install I cant give you much more than that%Systemdrive%\Install
Ctwizzy Posted April 30, 2005 Posted April 30, 2005 Easiest way with the betas is to use an AutoIt script.then run like this: cmd1[pn]=['%SYSTEMDRIVE%\\Install\\MSAInstallAutoIt.exe']
TheeBeets Posted May 1, 2005 Author Posted May 1, 2005 Easiest way with the betas is to use an AutoIt script.then run like this: cmd1[pn]=['%SYSTEMDRIVE%\\Install\\MSAInstallAutoIt.exe']<{POST_SNAPBACK}>Could you be more specific as im using Windows Post Installer and when I enter the correct path to the .msi file it doesnt even load it like skips the file and I havent use AutiIt script's a little more info would be gr8, Thx
PryGuy Posted May 1, 2005 Posted May 1, 2005 MICROSOFTANTISPYWAREINSTALL.EXE -S -V"/QN""%PROGRAMFILES%\MICROSOFT ANTISPYWARE\GCASDTSERV.EXE" /REGSERVERDEL /S "%ALLUSERSPROFILE%\DESKTOP\MICROSOFT ANTISPYWARE.LNK"That not the WPI script of course, and I'm unfamiliar with it at all but think you've got it that one has to do one more step to make this piece of work up and running. Hope M$ will get the bug fixed in the final version.Here's more about itSearch button Rules!!!
TheeBeets Posted May 2, 2005 Author Posted May 2, 2005 Thx had a look at the other topic and download the script and well test out in Ms Virt Mach, Cheers
JasonGW Posted May 2, 2005 Posted May 2, 2005 Thx had a look at the other topic and download the script and well test out in Ms Virt Mach, Cheers<{POST_SNAPBACK}>REG ADD %KEY%\085 /VE /D "Microsoft AntiSpyware" /fREG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\MSAS\MSASInstall.exe /S /v/qn" /fREG ADD %KEY%\085 /V 2 /D "%systemdrive%\Progra~1\Micros~1\gcasDtServ.exe /regserver" /fPut that in your RunOnceEx.cmd fileJason
anandus Posted May 25, 2005 Posted May 25, 2005 MSanti.exe /S /v /qn doesn't work for me anymore? I've got the latest download.It should install like this, shouldn't it?
blinkdt Posted May 28, 2005 Posted May 28, 2005 @anandus Try it after removing the space between the /v and /qn switches: MSanti.exe /S /v/qn vs. your posted MSanti.exe /S /v /qn
newnick Posted July 11, 2005 Posted July 11, 2005 I just did MicrosoftAntiSpywareInstall.exe /S /v/qn and it worked. Without the space worked, with the space it brought up the installer window.
edusnow Posted July 12, 2005 Posted July 12, 2005 Hi,...I try to install it, and i can. But when i try to start the aplication i have a 110 error. With no silent switchs, i have no problems :-( I use ktool. Do you have any comments?thankssnow
redfive19 Posted July 14, 2005 Posted July 14, 2005 RunWait(@ScriptDir & '\' & "MicrosoftAntiSpywareInstall.exe" & ' /s /v"/qn"')Opt("TrayIconDebug", 1)#include <process.au3>FileChangeDir(@ProgramFilesDir & "\Microsoft AntiSpyware")If ProcessExists("gcasServ.exe") Then ProcessClose("gcasServ.exe")EndIfRun("gcasDTserv.exe -Embedding")Run("gcasServ.exe")FileDelete(@DesktopDir & "\Microsoft AntiSpyware.*")FileDelete(@DesktopCommonDir & "\Microsoft AntiSpyware.*")SplashOff()If @IPAddress1 <> "0.0.0.0" Then run(@Programfilesdir & "\Microsoft AntiSpyware\GIANTAntiSpywareMain.exe update") WinWaitActive("Microsoft AntiSpyware AutoUpdater", "") Sleep(2000) $close = ControlCommand("Microsoft AntiSpyware AutoUpdater", "", "ThunderRT6UserControlDC4", "IsEnabled", "") Do Call("waitaround") Sleep(100) Until $close = 1 WinClose("Microsoft AntiSpyware AutoUpdater", "")EndIfExitFunc waitaround() $close = ControlCommand("Microsoft AntiSpyware AutoUpdater", "", "ThunderRT6UserControlDC4", "IsEnabled", "")EndFuncThere's my autoit script that'll do it all.That will install ms antispyware & get rid of your 110 error. If you have an IP Address, it will update to the newest defs.
cardinal808 Posted July 15, 2005 Posted July 15, 2005 If some one is interested, this is the working scriptmsiexec.exe /qb /i MicrosoftAntiSpyware.msi
edusnow Posted July 21, 2005 Posted July 21, 2005 ""msiexec.exe /qb /i MicrosoftAntiSpyware.msi""i´ll steal have the same 101 error thanks snow
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now