IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Norton Antivirus, works fine
Former_bud_post
post Nov 22 2003, 01:48 PM
Post #1





Guests






try this wink.gif

NAV.inf
CODE
; NAV.inf
; PE Builder v3 plug-in INF file for Norton AntiVirus
; Created by bud

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="Norton AntiVirus"
Enable=1

[WinntDirectories]
a="Programs\NortonAntiVirus",2

[SourceDisksFiles]
; Download the latest virus definitions (xxxxxxxx-xxx-i32.exe) and extract it to the VD folder
VD\*.*=a,,1
; Extract Norton AntiVirus CDROM\SUPPORT\EDISK\disk2.img to the edisk folder  
edisk\*.*=a,,1
vr.cmd=a,,1

[Append]
nu2menu.xml, NAV_nu2menu.xml


vr.cmd
CODE
start B:NAVlog.txt


NAV_nu2menu.xml
CODE
<!-- Nu2Menu entry for Norton AntiVirus -->
<NU2MENU>
<MENU ID="Programs">      
<MITEM TYPE="POPUP" MENUID="Norton AntiVirus">Norton AntiVirus</MITEM>
</MENU>

<NU2MENU>
<MENU ID="Norton AntiVirus">
<MITEM TYPE="ITEM" CMD="RUN" FUNC="@GetProgramDrive()\Programs\NortonAntiVirus\NAVDX.EXE /L /B[+] /M[+] /S[+] /DOALLFILES /ZIPS /PROMPT /LOG:b:NAVlog.txt">Scan and Ask</MITEM>
<MITEM TYPE="ITEM" CMD="RUN" FUNC="@GetProgramDrive()\Programs\NortonAntiVirus\NAVDX.EXE /L /B[+] /M[+] /S[+] /DOALLFILES /ZIPS /REPAIR /LOG:b:NAVlog.txt">Scan and Repair</MITEM>
<MITEM TYPE="ITEM" CMD="RUN" FUNC="@GetProgramDrive()\Programs\NortonAntiVirus\NAVDX.EXE /L /B[+] /M[+] /S[+] /DOALLFILES /ZIPS /DELETE /LOG:b:NAVlog.txt">Scan and Delete</MITEM>
<MITEM TYPE="SEPARATOR"></MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\NortonAntiVirus\vr.cmd))" CMD="RUN" FUNC="@Exec( @GetProgramDrive()\Programs\NortonAntiVirus\vr.cmd, 0)">View Report</MITEM>
</MENU>
</NU2MENU>


U can change the NAVDX.EXE options as U want
Go to the top of the page
 
+Quote Post
Former_Wekkel_post
post Nov 22 2003, 01:54 PM
Post #2





Guests






Which version are you referring to? blink.gif
Go to the top of the page
 
+Quote Post
Xephion
post Nov 22 2003, 07:15 PM
Post #3


Silver Member
***

Group: Members
Posts: 128
Joined: 20-October 03
Member No.: 2,104



Sorry, no go bud. When testing this I get the error:

16 bit MS-DOS Subsystem
D:\Programs\NORTON~E\NAVDX.EXE
An application has attempted to directly access the hard disk, which cannot be supported. This may cause the application to function incorrectly. Choose 'Close' to terminate the application.


I used Norton AV 2004. This falls under the 16 bit application problem that WinPE has.
Well back to the drawing board! sad.gif


--------------------
We are the powerful. We are the immortal. We should walk fearless in the open.
-Lestat
Go to the top of the page
 
+Quote Post
evilvoice
post Nov 22 2003, 07:45 PM
Post #4


Gold Member
****

Group:
Posts: 563
Joined: 29-January 03
From: GA
Member No.: 56



do u include dospe? it should work under the dospe plugin


--------------------
I'm so
Hidden and you're never gonna see
I'm cold
Forgiven all because of my beliefs
I'm no
Body that you ever wanna be
Cause I know that the world is afraid of me.
-Twiztid "Afraid of Me"
Go to the top of the page
 
+Quote Post
Xephion
post Nov 22 2003, 08:29 PM
Post #5


Silver Member
***

Group: Members
Posts: 128
Joined: 20-October 03
Member No.: 2,104



@evilvoice
I have DosPE enabled. Did you get the plugin to work? It seems to be wanting direct access to the hard drive, like PartitionMagic. Any ideas?


--------------------
We are the powerful. We are the immortal. We should walk fearless in the open.
-Lestat
Go to the top of the page
 
+Quote Post
Former_bud_post
post Nov 22 2003, 09:02 PM
Post #6





Guests






@Wekkel
NAV2K4

@Xephion
I got this Msg too but
If U hit Ignore NAV will scan for viruses

I test it with [eicar.com] virus and its delet it

that mean it,s working fine

RegaRds
Go to the top of the page
 
+Quote Post
Svenska
post Nov 23 2003, 07:54 PM
Post #7


Silver Member
***

Group: Members
Posts: 274
Joined: 18-September 03
Member No.: 1,697



QUOTE (bud @ Nov 23 2003, 02:02 AM)
@Wekkel
NAV2K4

@Xephion
I got this Msg too but
If U hit Ignore NAV will scan for viruses

I test it with [eicar.com] virus and its delet it

that mean it,s working fine

RegaRds

I'd change
start b:NAVlog.txt
to
start %temp%NAVlog.txt
but that's just me. rolleyes.gif


--------------------
Go to the top of the page
 
+Quote Post
evilvoice
post Nov 23 2003, 08:10 PM
Post #8


Gold Member
****

Group:
Posts: 563
Joined: 29-January 03
From: GA
Member No.: 56



have u tested moving the entire thing to ramdisk and try? Im only saying cuz u said it might need hd access


--------------------
I'm so
Hidden and you're never gonna see
I'm cold
Forgiven all because of my beliefs
I'm no
Body that you ever wanna be
Cause I know that the world is afraid of me.
-Twiztid "Afraid of Me"
Go to the top of the page
 
+Quote Post
Xephion
post Nov 23 2003, 08:35 PM
Post #9


Silver Member
***

Group: Members
Posts: 128
Joined: 20-October 03
Member No.: 2,104



Sorry, I tested it again and it worked as you mentioned. I don't know what happened last time...! huh.gif Call me a perfectionist, but I wonder if there is a way to override the 16 bit MS-DOS Subsystem error message.
Anyone know?


--------------------
We are the powerful. We are the immortal. We should walk fearless in the open.
-Lestat
Go to the top of the page
 
+Quote Post
Svenska
post Nov 23 2003, 08:42 PM
Post #10


Silver Member
***

Group: Members
Posts: 274
Joined: 18-September 03
Member No.: 1,697



QUOTE (Xephion @ Nov 24 2003, 01:35 AM)
Sorry, I tested it again and it worked as you mentioned. I don't know what happened last time...!  huh.gif Call me a perfectionist, but I wonder if there is a way to override the 16 bit MS-DOS Subsystem error message.
Anyone know?

I don't doubt that your plugin works and the only reason I recommend using the temp variable is then I don't have to boot the cd and not everyone has their ramdisk at drive B and FWIW I have mine at drive Z.


--------------------
Go to the top of the page
 
+Quote Post
Xephion
post Nov 23 2003, 09:58 PM
Post #11


Silver Member
***

Group: Members
Posts: 128
Joined: 20-October 03
Member No.: 2,104



@Svenska
Oh, I totally agree with your %temp% variable replacement. I think it would be more fail-safe, especially in cases like yours where the ramdisk is a different drive letter.

I'm currently trying to find a command switch that will disable to error message at the startup of this program. Searching the web... wink.gif


--------------------
We are the powerful. We are the immortal. We should walk fearless in the open.
-Lestat
Go to the top of the page
 
+Quote Post
Former_bud_post
post Nov 23 2003, 10:50 PM
Post #12





Guests






QUOTE (Svenska @ Nov 24 2003, 12:54 AM)
I'd change
start b:NAVlog.txt
to
start %temp%NAVlog.txt
but that's just me.  rolleyes.gif

good idea wink.gif
but don't forget to change [NAV_nu2menu.xml]
to create the NAVlog.txt in the %temp% not in the b:

NAV_nu2menu.xml
CODE
<!-- Nu2Menu entry for Norton AntiVirus -->
<NU2MENU>
<MENU ID="Programs">      
<MITEM TYPE="POPUP" MENUID="Norton AntiVirus">Norton AntiVirus</MITEM>
</MENU>

<NU2MENU>
<MENU ID="Norton AntiVirus">
<MITEM TYPE="ITEM" CMD="RUN" FUNC="@GetProgramDrive()\Programs\NortonAntiVirus\NAVDX.EXE /L /B[+] /M[+] /S[+] /DOALLFILES /ZIPS /PROMPT /LOG:@GetEnvVar('ramdrv')\NAVlog.txt">Scan and Ask</MITEM>
<MITEM TYPE="ITEM" CMD="RUN" FUNC="@GetProgramDrive()\Programs\NortonAntiVirus\NAVDX.EXE /L /B[+] /M[+] /S[+] /DOALLFILES /ZIPS /REPAIR /LOG:@GetEnvVar('ramdrv')\NAVlog.txt">Scan and Repair</MITEM>
<MITEM TYPE="ITEM" CMD="RUN" FUNC="@GetProgramDrive()\Programs\NortonAntiVirus\NAVDX.EXE /L /B[+] /M[+] /S[+] /DOALLFILES /ZIPS /DELETE /LOG:@GetEnvVar('ramdrv')\NAVlog.txt">Scan and Delete</MITEM>
<MITEM TYPE="SEPARATOR"></MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\NortonAntiVirus\vr.cmd))" CMD="RUN" FUNC="@Exec( @GetProgramDrive()\Programs\NortonAntiVirus\vr.cmd, 0)">View Report</MITEM>
</MENU>
</NU2MENU>


vr.cmd
CODE
start %temp%NAVlog.txt


QUOTE (Xephion @ Nov 24 2003, 01:35 AM)
but I wonder if there is a way to override the 16 bit MS-DOS Subsystem error message.
Anyone know?

I hope U can find solution for this rolleyes.gif

RegaRds
Go to the top of the page
 
+Quote Post
Former_mboehler_post
post Feb 6 2004, 02:25 PM
Post #13





Guests






Is anyone else having trouble with getting Norton to scan every file on the C: drive? On mine, it starts scanning files, scans a few in the Document and Settings, and then skips to the D: drive. It toally skips over Programs Files and the Windows folders.
Go to the top of the page
 
+Quote Post
Former_mboehler_post
post Feb 6 2004, 02:26 PM
Post #14





Guests






Is anyone else having trouble with getting Norton to scan every file on the C: drive? On mine, it starts scanning files, scans a few in the Document and Settings, and then skips to the D: drive. It toally skips over Programs Files and the Windows folders.
Go to the top of the page
 
+Quote Post
jwehr
post Feb 24 2004, 12:20 PM
Post #15


Member
**

Group: Members
Posts: 10
Joined: 10-February 04
Member No.: 4,110



Seems to me that the long pathnames in Docs and Settings are prohibiting navdx from scanning it. That makes the plugin a bit useless to.. Anyone have any solutions?
Go to the top of the page
 
+Quote Post
vexation
post Feb 27 2004, 01:48 PM
Post #16


Silver Member
***

Group: Members
Posts: 127
Joined: 30-January 03
Member No.: 68



Think this has been mentioned elsewhere in the forum at some point, but Symantec / Norton DO have a Command Line Win32 Virus Scanner but it ISN'T a part of Norton AV for home users, pretty sure it's a stand-alone product or for enterprise/small business users only, anyway.. the file is called savcls_win32.exe if you can find it anywhere.. this should stop those 16bit subsystem error's and fix any long file name scanning problems you may have..
Go to the top of the page
 
+Quote Post
d4vr0s
post Feb 28 2004, 10:02 AM
Post #17


911cd's Boyscout
*****

Group: Members
Posts: 3,110
Joined: 18-November 03
From: Skaro
Member No.: 2,631



savcls_win32.exe is NOT a stand alone win32 scanner, it requires a special server to work.


--------------------
A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. Douglas Adams

Problems? Check the Troubleshooting FAQ
Go to the top of the page
 
+Quote Post
jus
post Mar 12 2004, 03:46 PM
Post #18


Member
**

Group: Members
Posts: 18
Joined: 12-March 04
Member No.: 4,725



Hi!

Does someone know how to get norton antivirus work on BartPE?
I mean not the 16bit command line version.

thanx!

jus
Go to the top of the page
 
+Quote Post
jwehr
post Apr 8 2004, 11:37 AM
Post #19


Member
**

Group: Members
Posts: 10
Joined: 10-February 04
Member No.: 4,110



Check out my post for scanning with NAV in the General topic area.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 5th September 2010 - 09:59 PM