Page 1 of 3 123>
Topic Options
#90727 - 2003-01-02 06:46 PM McAfee Manager
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
what do you think??

 -
_________________________
How to ask questions the smart way <-----------> Before you ask

Top
#90728 - 2003-01-02 07:01 PM Re: McAfee Manager
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
The PC Names are blurry. [Big Grin]
My NAV CE gives me that and more out of the box.

What would EPO give you?
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#90729 - 2003-01-02 07:02 PM Re: McAfee Manager
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
a bill [Big Grin] [Big Grin]

[ 02. January 2003, 19:02: Message edited by: Radimus ]
_________________________
How to ask questions the smart way <-----------> Before you ask

Top
#90730 - 2003-01-02 07:06 PM Re: McAfee Manager
rclarke Offline
Starting to like KiXtart
*****

Registered: 2001-06-08
Posts: 178
Loc: Oxfordshire, United Kingdom.
Hi Rad,

This is intriguing because I wrote something very very similar nearly a year ago using KiXGUI. I then rewrote it more recently using KiXforms. The question I have for you is how do you execute the McAfee sdat updater on the remote machine. I resorted to shelling out to a third party utility called "atonce". Have you managed to do this using pure COM?

Kind regards,

Rod.

Top
#90731 - 2003-01-02 07:11 PM Re: McAfee Manager
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
push the sdat and/or xdat to the client PC and RmtExec() it

see:

http://www.kixtart.org/board/ultimatebb.php?ubb=get_topic;f=2;t=004070
_________________________
How to ask questions the smart way <-----------> Before you ask

Top
#90732 - 2003-01-02 07:18 PM Re: McAfee Manager
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Rad,

Good Stuff..

Can you put in Exclusions of files/folders from scanning like that of ePO?

Thanks,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#90733 - 2003-01-02 08:44 PM Re: McAfee Manager
Will Hetrick Offline
Hey THIS is FUN

Registered: 2001-10-02
Posts: 320
Loc: Harrisburg, PA USA
Very nice Rad. Does it find the new Virusscan Enterprise 7.0?
_________________________
You have at least 2 choices. Each choice changes your destiny. Choose wisely!

Top
#90734 - 2003-01-02 09:20 PM Re: McAfee Manager
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
I dunno.. haven't tried
I'm sure they changed it enough that it doesn't

Exclusions can be done, as it basically just executes the command line scanner. It would just require another form to pop up so those options can be entered.
_________________________
How to ask questions the smart way <-----------> Before you ask

Top
#90735 - 2003-01-03 08:01 PM Re: McAfee Manager
Diane Offline
Fresh Scripter

Registered: 2002-12-31
Posts: 22
How much for it in zip format? [Big Grin]
_________________________
---------------------------- Diane Confucious say: Woman who keep washing liquid on top shelf, jump for joy

Top
#90736 - 2003-01-03 08:51 PM Re: McAfee Manager
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
I have the latest build at:

http://www.wheelerfam.com/Documents/McAfeeManager.kix

I need to link it on my kixtart page, but you can get it from the above link

It is still a bit of a work in progress, but all the functions work.

You need to provide the engine only superdat, and the DAT only superdat... from McAfee's Downloads

If you look closely, you'll see a remarkable resemblance to Shawn's Phone.kix [Big Grin]

[ 03. January 2003, 20:53: Message edited by: Radimus ]
_________________________
How to ask questions the smart way <-----------> Before you ask

Top
#90737 - 2003-01-03 09:44 PM Re: McAfee Manager
Diane Offline
Fresh Scripter

Registered: 2002-12-31
Posts: 22
Thanks, i'll take a look [Wink]
_________________________
---------------------------- Diane Confucious say: Woman who keep washing liquid on top shelf, jump for joy

Top
#90738 - 2003-01-03 10:08 PM Re: McAfee Manager
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Rad,

Can't you parse off the engine version like Paul does here?

Automating Virus Protection with KiXtart Scripts

Thanks!

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#90739 - 2003-01-04 01:53 AM Re: McAfee Manager
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
what do you mean??

Do you mean using the real superdat?? The problem with that is that you cannot tell what engine is inside. the engine.exe files are named for their version, just like the dat files are.

The current engine is 4.1.60, but the last superdat I dl'ed was sdat4185... the numbers didn't match

[ 04. January 2003, 02:14: Message edited by: Radimus ]
_________________________
How to ask questions the smart way <-----------> Before you ask

Top
#90740 - 2003-01-04 02:04 AM Re: McAfee Manager
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11624
Loc: CA
Les,

Maybe I'll check into writing a script that can REPAIR a corrupted NAV which the console can't fix. That would be cool

Top
#90741 - 2003-01-04 04:26 AM Re: McAfee Manager
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Rad,

Maybe I am wrong, but why wouldn't this work?
code:
; Get the present SuperDAT filename
$sDATString=DIR ($appsPATH + "SuperDAT\sdat*.exe")

; Parse the SuperDAT string for the version number
$sDATVer=SUBSTR($sDATString,5,4)

$VS45DATValue = READVALUE($RegPath + "Network Associates\TVD\Shared Components\VirusScan Engine\4.0.xx","szDatVersion")
$VS45DATNum = SUBSTR($VS45DATValue,5,4)

IF VAL($sDATVer) > VAL($VS45DATNum) ; if the SuperDAT is not up-to-date
GOTO "SuperDAT"
ELSE
...

Thanks,

Kent

[ 04. January 2003, 04:29: Message edited by: kdyer ]
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#90742 - 2003-01-04 03:43 PM Re: McAfee Manager
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
I looked at it some more...

My initial problem was that our network never pulled Superdats unless it contained an engine update. So I was wrong there.

However, since a eng+dat superdat is almost 4.5 mb, and a dat-only superdat is 1.7 mb, it is more efficient/faster to use the dat only version.

Eng-only dats are available(about 3mb), but as the engine is rarely changed, every few months usually, those could be pushed when/where necessary.

I've updated my Kixtart page with links to this file (and Inquisitor)
_________________________
How to ask questions the smart way <-----------> Before you ask

Top
#90743 - 2003-01-04 05:40 PM Re: McAfee Manager
rclarke Offline
Starting to like KiXtart
*****

Registered: 2001-06-08
Posts: 178
Loc: Oxfordshire, United Kingdom.
Hi Rad,

Would you mind if we posted your code at the KiXforms Script Archive, and if not, would it be better to wait until you have developed it to your satisfaction.

Rod.

Top
#90744 - 2003-01-04 08:12 PM Re: McAfee Manager
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
If you would like to, be my guest... especially as I 'borrowed' most of the form code from Shawn's Phone.kix [Big Grin]

If you would however, put a footnote link to my page for any updates, that should be sufficient.

The code pretty much works as advertised, but I am running on a 2k network, and I haven't tested any other OS's or versions of McAfee. Let the buyer beware [Smile]

There are a few tweaks I'd like to do to it:
like auto selection after a check
perhaps make the status bar at the bottom a little bigger and enable scroll
possibly print a report
I'd also like to rework the Function Update_Click() to make it more effifcient
perhaps save the last location of the dats, so it wouldn't have to be browsed to every time...

Any suggestions are certainly welcome

[ 04. January 2003, 20:16: Message edited by: Radimus ]
_________________________
How to ask questions the smart way <-----------> Before you ask

Top
#90745 - 2003-01-06 06:02 PM Re: McAfee Manager
Jose Offline
Seasoned Scripter
*****

Registered: 2001-04-04
Posts: 693
Loc: Buenos Aires - Argentina
Nice page Radimus congratulations !! [Wink]
I tried to download Inquisitor.kix but I get error in page.
It could be very useful for me to answer some Kixforms questions I have, is it available?
Thanks very much again [Razz]
_________________________
Life is fine.

Top
#90746 - 2003-01-06 06:06 PM Re: McAfee Manager
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
dammit... I'll have to fix the links on the page.

it is here:
http://www.wheelerfam.com/Documents/Inquisitor.kix

Kixfors is available at: http://www.kixforms.org/

[ 06. January 2003, 18:07: Message edited by: Radimus ]
_________________________
How to ask questions the smart way <-----------> Before you ask

Top
Page 1 of 3 123>


Moderator:  Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 255 anonymous users online.
Newest Members
Timothy, Jojo67, MaikSimon, kvn317, kixtarts2025
17874 Registered Users

Generated in 0.152 seconds in which 0.095 seconds were spent on a total of 14 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org