-----Original Message-----
When I downloaded the "current" updated version of MSAS,
it was supposed to be 615, it WAS NOT. I actaully
downloaded 614, even though the page said it was
released on 7/18/2005, the date that 615 was released.
I had to download the installer again on the 19th to get
the correct installer.
I didn't use a link to download 615. The AutoUpdater
grabbed it on 7/20/2005, and I know how to click the
little "Help - About" menu option to see the installed
version info.
If you search your system for gcThreatAuditScanData and
gcThreatAuditThreatData (the two files that make up the
definitions), you will find that they are infact stored
in your web browser's temp files.
Yes, and if you will search this thread, you will find
that this issue had nothing to do with a local web cache.
Remember, in order to download anything from the
Internet, you must use a web browser to connect to the
IP address that you need to download those files.
Remember, I'm a computer engineer and I've been doing
this for over 25 years. You do NOT need to use a web
browser to connect to anything on the Internet. FTP uses
diferent ports and doesn't need a browser. Even HTTP
doesn't require a browser (I can write a program that
issues HTTP GETs and PUTs on port 80 without touching a
browser at all).
But in the case of MSAS, it does use embedded IE
technology (it doesn't have to, but that was the choice
they made).
This is because you CAN NOT directly connect to the
site that the files are stored at, unless you surf to
that page.
There are many ways to connect to servers on the Internet
without browsers (depending on the open ports on the
target server). Programs that perform auto updates over
the Internet can either utilize existing TCP/UDP
communication libraries (such as the dll's that IE
provides) or they can create their own TCP (or even UDP)
communication layers to do so (and pick their own obscure
ports to use, if desired).