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

#21 User is offline   JasonGW 

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

Posted 26 July 2005 - 10:23 AM

JasonGW, on May 2 2005, 11:15 AM, said:

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
<{POST_SNAPBACK}>


I don't tend to quote myself, but this, my friend, works perfectly for me *every* time. I have the absolute newest, truest, bluest version of MSAS and the same setup that worked 6 months ago works fine today.

Jason


#22 User is offline   tbma 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 04-June 05

Posted 26 July 2005 - 10:48 AM

JasonGW, on Jul 26 2005, 08:23 AM, said:

I don't tend to quote myself, but this, my friend, works perfectly for me *every* time. I have the absolute newest, truest, bluest version of MSAS and the same setup that worked 6 months ago works fine today.

Jason
<{POST_SNAPBACK}>


This will work, unless somebody have folders named "Microsoft blah-blah etc." in "Program Files" already (i.e some other Microsoft products installed).
In that case "Progra~1\Micros~1" will point to some other place, and this installation will fail... with error 101.

/offtopic on
Is anybody experimented with MsAS command line switches?
I have found -LaunchMode N (where N is a number), as well as known switches -scan -withui -withreultui,
but but I haven't figured out -schedule yet.
/offtopic off

This post has been edited by tbma: 26 July 2005 - 10:50 AM


#23 User is offline   JasonGW 

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

Posted 26 July 2005 - 04:23 PM

tbma, on Jul 26 2005, 10:48 AM, said:

JasonGW, on Jul 26 2005, 08:23 AM, said:

I don't tend to quote myself, but this, my friend, works perfectly for me *every* time. I have the absolute newest, truest, bluest version of MSAS and the same setup that worked 6 months ago works fine today.

Jason
<{POST_SNAPBACK}>


This will work, unless somebody have folders named "Microsoft blah-blah etc." in "Program Files" already (i.e some other Microsoft products installed).
In that case "Progra~1\Micros~1" will point to some other place, and this installation will fail... with error 101.

/offtopic on
Is anybody experimented with MsAS command line switches?
I have found -LaunchMode N (where N is a number), as well as known switches -scan -withui -withreultui,
but but I haven't figured out -schedule yet.
/offtopic off
<{POST_SNAPBACK}>


If they have other stuff with the name Microsoft, they will have 8.3 names sequentially in alphabetical order. Even with Microsoft Office, Microsoft Project, Microsoft Visio, Microsoft Publisher and Microsoft Antispyware installed, antispyware will *still* be micros~1, unless Microsoft Activesync is installed first.

In any case, resolution is simple: Install MS Antispyware BEFORE you install those other apps. Setting the install to kick off earlier in the RunOnceEx.cmd is a 30 second job.

Jason

#24 User is offline   tbma 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 04-June 05

Posted 26 July 2005 - 05:34 PM

JasonGW, on Jul 26 2005, 02:23 PM, said:

In any case, resolution is simple: Install MS Antispyware BEFORE you install those other apps. Setting the install to kick off earlier in the RunOnceEx.cmd is a 30 second job.

Jason
<{POST_SNAPBACK}>

It creates short name every time it creates a file, not dynamically. So they will be named in order of creation.

On my machine for example:

Quote

MICROS~3    Microsoft ActiveSync
MICROS~4    Microsoft AntiSpyware
MICROS~1    microsoft frontpage
MICROS~2    Microsoft Office


How about even simplier resolution? Just use long names? DOS is officially dead at least 5 years now ;)

#25 User is offline   blinkdt 

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

Posted 31 July 2005 - 02:20 AM

@redfive19: nice work on the autoupdate feature, I'll definitely be putting that into all of my installs, worked like a charm.

#26 User is offline   redfive19 

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

Posted 23 August 2005 - 12:25 PM

well I am getting to the back to this topic a little late but I am glad it worked for you! you can find out more about autoit by downloading it here:

www.autoitscript.com

All I did was read the help file. Did the tutorials in it and it kind of took off from there. I've been using it since March......

good luck

#27 User is offline   InTheWayBoy 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 709
  • Joined: 16-August 04

Posted 23 August 2005 - 04:53 PM

RunWait ( "msiexec /qn /i setup.msi" )

Sleep ( 5000 )

Run ( @ProgramFilesDir & "\Microsoft AntiSpyware\gcasDtServ.exe /regserver" )

FileDelete ( @DesktopCommonDir & "\Microsoft AntiSpyware.lnk" )


That's an AuotIT script that does it all for you...just like it was previously mentioned. You have to have the .msi already extracted. What this does is install the program, wait five seconds, runs the necessary command to fix the stupid error with a silent install, and then deletes the icon on the desktop. After I reboot it autoruns and works fine.

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