Quote
Ms Antispyware Why wont this install?
#1
Posted 30 April 2005 - 10:27 AM
#2
Posted 30 April 2005 - 10:59 AM
then run like this:
cmd1[pn]=['%SYSTEMDRIVE%\\Install\\MSAInstallAutoIt.exe']
#3
Posted 01 May 2005 - 05:22 AM
Ctwizzy, on Apr 30 2005, 05:59 PM, said:
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
#4
Posted 01 May 2005 - 05:58 AM
MICROSOFTANTISPYWAREINSTALL.EXE -S -V"/QN" "%PROGRAMFILES%\MICROSOFT ANTISPYWARE\GCASDTSERV.EXE" /REGSERVER DEL /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 it
Search button Rules!!!
#5
Posted 02 May 2005 - 02:38 AM
#6
Posted 02 May 2005 - 11:15 AM
TheeBeets, on May 2 2005, 02:38 AM, said:
<{POST_SNAPBACK}>
REG ADD %KEY%\085 /VE /D "Microsoft AntiSpyware" /f REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\MSAS\MSASInstall.exe /S /v/qn" /f REG ADD %KEY%\085 /V 2 /D "%systemdrive%\Progra~1\Micros~1\gcasDtServ.exe /regserver" /f
Put that in your RunOnceEx.cmd file
Jason
#7
Posted 25 May 2005 - 03:10 AM
MSanti.exe /S /v /qndoesn't work for me anymore?
I've got the latest download.
It should install like this, shouldn't it?
#8
Posted 28 May 2005 - 12:56 PM
#9
Posted 11 July 2005 - 03:13 AM
#10
Posted 12 July 2005 - 01:01 PM
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?
thanks
snow
#11
Posted 13 July 2005 - 09:26 PM
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")
EndIf
Run("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", "")
EndIf
Exit
Func waitaround()
$close = ControlCommand("Microsoft AntiSpyware AutoUpdater", "", "ThunderRT6UserControlDC4", "IsEnabled", "")
EndFunc
There'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.
#14
Posted 15 July 2005 - 06:02 AM
msiexec.exe /qb /i MicrosoftAntiSpyware.msi
#15
Posted 21 July 2005 - 12:09 PM
i´ll steal have the same 101 error
thanks
snow
#16
Posted 21 July 2005 - 02:39 PM
#17
Posted 21 July 2005 - 02:40 PM
#18
Posted 21 July 2005 - 05:02 PM
You have right. In the second try the 101 error desapears. Can you explain more how autoit works. I dónt know
thanks
snow
#19
Posted 22 July 2005 - 01:12 AM
REGEDIT /s MenuOrder.reg
But i heard that we must put this files in $OEM$ folde near the cmdlines!!
I have a lot regs in $OEM$ folder (which need to execute AFTER first logon)
like this
[COMMANDS] "RunOnceEx.cmd" "useraccounts.cmd" "REGEDIT /S regtweaks.reg" "REGEDIT /S ACDsee.reg" "REGEDIT /s menuorder.reg"
Here the question: Can i make some folder in $OEM$ (like REGS) and put all regs (include menuorder.reg) in it. My cmdlines STILL work after that and apply regs from folder REGS? And how to write a command in cmdlines to REGS folder?
Help please !
EDIT: Or maybe you have better way to apply REGs (with keys, settings) which need to by applyed AFTER first logon?
It would be GREAT!
This post has been edited by fanatf1: 22 July 2005 - 01:15 AM
#20
Posted 22 July 2005 - 09:02 AM
I use your script,... and off course,... it works. Erros 101 ?- What is that?
thanks
snow
next: ssh and wsftp_le
- ← Let's create OFFICE 2003 unattended installer
- Application Installs
- Applications that do not require installation →



Help


Back to top









