MSFN Forum: Ms Antispyware - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage ˇ MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Ms Antispyware Why wont this install? Rate Topic: -----

#1 User is offline   TheeBeets 

  • Member
  • PipPip
  • Group: Members
  • Posts: 234
  • Joined: 10-April 05

Posted 30 April 2005 - 10:27 AM

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

Quote

%Systemdrive%\Install



#2 User is offline   Ctwizzy 

  • MSFN Soldier
  • PipPip
  • Group: Members
  • Posts: 266
  • Joined: 22-December 04
  • OS:none specified
  • Country: Country Flag

Posted 30 April 2005 - 10:59 AM

Easiest way with the betas is to use an AutoIt script.
then run like this:
cmd1[pn]=['%SYSTEMDRIVE%\\Install\\MSAInstallAutoIt.exe']

#3 User is offline   TheeBeets 

  • Member
  • PipPip
  • Group: Members
  • Posts: 234
  • Joined: 10-April 05

Posted 01 May 2005 - 05:22 AM

Ctwizzy, on Apr 30 2005, 05:59 PM, said:

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

#4 User is offline   PryGuy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 83
  • Joined: 26-January 05

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

#5 User is offline   TheeBeets 

  • Member
  • PipPip
  • Group: Members
  • Posts: 234
  • Joined: 10-April 05

Posted 02 May 2005 - 02:38 AM

Thx had a look at the other topic and download the script and well test out in Ms Virt Mach, Cheers

#6 User is offline   JasonGW 

  • Member
  • PipPip
  • Group: Members
  • Posts: 216
  • Joined: 05-August 04

Posted 02 May 2005 - 11:15 AM

TheeBeets, on May 2 2005, 02:38 AM, said:

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" /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 User is offline   anandus 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 22-December 03

Posted 25 May 2005 - 03:10 AM

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?

#8 User is offline   blinkdt 

  • Somewhat Knowledgeable
  • PipPipPipPip
  • Group: Members
  • Posts: 582
  • Joined: 30-September 03
  • OS:Vista Ultimate x64
  • Country: Country Flag

Posted 28 May 2005 - 12:56 PM

@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

#9 User is offline   newnick 

  • Group: Members
  • Posts: 4
  • Joined: 06-March 05

Posted 11 July 2005 - 03:13 AM

I just did MicrosoftAntiSpywareInstall.exe /S /v/qn and it worked. Without the space worked, with the space it brought up the installer window.

#10 User is offline   edusnow 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 22-June 05

Posted 12 July 2005 - 01:01 PM

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?

thanks
snow

#11 User is offline   redfive19 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 17-August 04

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.

#12 User is online   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 July 2005 - 09:37 PM

Nice script thank you for sharing.

#13 User is offline   edusnow 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 22-June 05

Posted 14 July 2005 - 07:18 AM

Thanks,...
I will try.

snow

#14 User is offline   cardinal808 

  • Group: Members
  • Posts: 1
  • Joined: 06-July 05

Posted 15 July 2005 - 06:02 AM

If some one is interested, this is the working script

msiexec.exe /qb /i MicrosoftAntiSpyware.msi

#15 User is offline   edusnow 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 22-June 05

Posted 21 July 2005 - 12:09 PM

""msiexec.exe /qb /i MicrosoftAntiSpyware.msi""

i´ll steal have the same 101 error :wacko:

thanks
snow

#16 User is offline   redfive19 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 17-August 04

Posted 21 July 2005 - 02:39 PM

My autoit script installs silently and fixes the 101 error, but to each his own. Good luck with the MSI because as edusnow said, it will give the 101 error unless you're install it OVER a previous installation. big difference.

#17 User is offline   redfive19 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 17-August 04

Posted 21 July 2005 - 02:40 PM

My autoit script installs silently and fixes the 101 error, but to each his own. Good luck with the MSI because as edusnow said, it will give the 101 error unless you're install it OVER a previous installation. big difference.

#18 User is offline   edusnow 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 22-June 05

Posted 21 July 2005 - 05:02 PM

Hi,... redfive 19
You have right. In the second try the 101 error desapears. Can you explain more how autoit works. I dónt know :no: nothing about it,... to i try. :P

thanks
snow

#19 User is offline   fanatf1 

  • Junior
  • Pip
  • Group: Members
  • Posts: 89
  • Joined: 22-April 05

Posted 22 July 2005 - 01:12 AM

You say put reg file in $OEM$/$$ and run it from cmdlines as
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 User is offline   edusnow 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 22-June 05

Posted 22 July 2005 - 09:02 AM

Redfive19,... you are my men! :thumbup
I use your script,... and off course,... it works. Erros 101 ?- What is that? :whistle:

thanks
snow

next: ssh and wsftp_le :unsure:

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy