IPB

Google Frontpage Forums Unattended CD/DVD Guide

> 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 V   1 2 >  
Reply to this topicStart new topic
> Mc Afee?, virusscan 8 silent install switch?
Weed
post Nov 14 2003, 06:12 PM
Post #1


Please Use your Head,THINK!Or its 2 late? U got brainwashed
***

Group: Members
Posts: 355
Joined: 7-November 03
Member No.: 9157
Country Flag


hello,
i see all ppls r using NAV and no one mcaffe virusscan? ohmy.gif
i think mcaffe is better tongue.gif

does anyone have a switch for virusscan 8.0.20 ??
Go to the top of the page
 
+Quote Post
diesel_98a
post Nov 15 2003, 01:55 AM
Post #2


Spurz 4 Life....
****

Group: Members
Posts: 532
Joined: 26-July 03
From: Kansas
Member No.: 5165
OS: XP Home
Country Flag


i use mcafee 6.0, i have reduced it down from 50+mb to just over 28+mb and i am still slimming it down. it will include both the vscan & firewall. i started by using the .msi /qn for each one and i haven't had a problem yet. i will try and cut it down to the very basic install, at that pt i will post it. i started buy copying the enitre cd to the hard drive & then went looking for the .msi.
Go to the top of the page
 
+Quote Post
diesel_98a
post Nov 16 2003, 02:27 PM
Post #3


Spurz 4 Life....
****

Group: Members
Posts: 532
Joined: 26-July 03
From: Kansas
Member No.: 5165
OS: XP Home
Country Flag


the farthest i could slim down McAfee 6.0 w/ the virusscan & firewall is to 24.6mb & not get any errors. in the $OEM$\$1\Install create a folder called VSC, so it should look like $OEM$\$1\Install\VSC. in the vsc folder create a folder called MFW, it should look like $OEM$\$1\Install\VSC\MFW.

copy these files from the cd to the VSC folder. (On the cd the files are in the VSC folder.)
VScan60.msi
extra
naifiltr (security catalog)
naifiltr (setup info)
uninst.dll
uninst (configuration settings)
setup (configuration settings)
winxp (folder)

copy these files from the cd to the MFW folder. (On the cd the files are in the VSC\MFW.)
MCfire.msi
setup (configuration settings)
extra

then add these lines to the batch file.

ECHO.
ECHO Installing McAfee Virus Scan 6.0...
start /wait %systemdrive%\install\VSC\vscan60.msi /QN
ECHO.
ECHO Installing McAfee Firewall 3.0...
start /wait %systemdrive%\install\VSC\MFW\mcfire.msi /QN
ECHO.


the mcafee might be the last app anyone will want to install. it does require a reboot before it will work correctly. (this is the way i do it: i took the reboot file out of the batch file & i automatically reboot the computer after the install is done from my unattended winxp cd.)
Go to the top of the page
 
+Quote Post
Alanoll
post Nov 17 2003, 09:42 AM
Post #4


CODE tags people, CODE tags!
Group Icon

Group: Patrons
Posts: 5496
Joined: 25-September 03
From: Dallas, Texas
Member No.: 7393
OS: none
Country Flag


V.8 does'nt use Windows Installer...it uses something else
Go to the top of the page
 
+Quote Post
IcemanND
post Nov 17 2003, 11:20 AM
Post #5


MSFN Master
Group Icon

Group: Super Moderator
Posts: 2963
Joined: 24-September 03
From: Indiana
Member No.: 7346
OS: Windows 7 x64
Country Flag


I haven't seen v8 but if its like v7.1 enterprise they use Netopsytems installer. You should be able to do it in similar fashion to the Acrobat Reader 6 installer but I have not had the time to try it yet.

With v7 you had to use Mcafee installation designer in order to make the installer silent.
Go to the top of the page
 
+Quote Post
EelCapone
post Nov 18 2003, 02:49 AM
Post #6


Newbie


Group: Members
Posts: 18
Joined: 9-November 03
Member No.: 9235



If it's McAfee VirusScan enterprise edition v7.1.0 you can use the following method:

CODE
1. Unzip the VSE710EN.zip file in a folder
2. Go to a command prompt and enter:
   SETUP.EXE -nos_ne -nos_o"<path>"
   where <path> is the path where you want the MSI file to be extracted (don't forget the quotes)
   where -nos_ne stands for 'extract files, but do not start the setup'
   where -nos_o stands for 'extract files to path....'
3. Add to your batch file the following directives:
   start /wait %SystemDrive%\Install\McAfee\vse710.msi /QB /RunAutoUpdate
   start /wait %ProgramFiles%\Networ~1\Viruss~1\mcupdate.exe


From v7.0 on the installer is a Netopsys setup file, just like Acrobat Reader. I've tried the switches above with Acrobat Reader but for some reason this doesn't work. You'd think that these switches would be the same for Netopsys setup files, regardless of the application it installs :/

According to McAfee's documentation the /RunAutoUpdate should run the McAfee updater as soon as the installer is complete, but I haven't been able to get this to work. Instead, now I use the extra command line calling the MCUPDATE.EXE executable, which will update the engine and DAT files for you.
Go to the top of the page
 
+Quote Post
IcemanND
post Nov 18 2003, 02:53 PM
Post #7


MSFN Master
Group Icon

Group: Super Moderator
Posts: 2963
Joined: 24-September 03
From: Indiana
Member No.: 7346
OS: Windows 7 x64
Country Flag


Thanks EelCapone you probably just saved me a day of work soon.
Go to the top of the page
 
+Quote Post
Alanoll
post Nov 20 2003, 04:07 PM
Post #8


CODE tags people, CODE tags!
Group Icon

Group: Patrons
Posts: 5496
Joined: 25-September 03
From: Dallas, Texas
Member No.: 7393
OS: none
Country Flag


V8 is more of a HTML installer or something....
it's not a Windows or Netopsystems it looks like
Go to the top of the page
 
+Quote Post
brelfielfan
post Dec 8 2003, 01:11 PM
Post #9


Newbie


Group: Members
Posts: 19
Joined: 21-October 03
From: Oklahoma City...wishing CO
Member No.: 8387



I just installed Mcafee 7 enterprise ed by using the recommended windows installer switches in the unattended guide. This is all I did and it didn't reboot or ask for input.
CODE
setup.exe /qb REBOOT=Suppress
Go to the top of the page
 
+Quote Post
ThatGuyPSU
post May 21 2004, 01:14 AM
Post #10


Newbie


Group: Members
Posts: 17
Joined: 13-May 04
Member No.: 19876



For s***s-n-giggles, I emailed tech support to see if they could be of any help. Their initial reply said it couldn't be done. After replying with a question as to why their previous version supported this feature, but an "upgrade" didn't, this is what I received.

QUOTE
----- Original Message -----
From: m-VirusScan Online
To: ThatGuyPSU
Sent: Saturday, May 15, 2004 3:46 AM
Subject: RE: Request for Agent Assistance-#430010455880#-

Dear Todd,

Thank you for contacting McAfee Consumer Online Support. My name is Samuel.  Having reviewed your e-mail regarding installing McAfee VirusScan silently; I would be happy to support you in resolving your issue.

From the task bar click on start -->> search -->> for files and folders -->> search the file  mcappins.exe in the CD.

Now, from the task bar click on start -->> run -->> click to highlight the mcappins.exe file then  while holding the left mouse button drag that file in the run window. Now, hit the space bar key to give a space then type /vsocfg.ini  then hit the enter key.

Thank you for visiting McAfee Online Support. I appreciate the opportunity to support your needs. You may receive a survey asking for your comments on this e-mail experience.  Your feedback will help to ensure that I'm providing the highest quality service possible.

Regards,
Samuel S
Technical Support Agent
McAfee Online Technical Support
JHI1001
===============================================================================


I tried his suggestion, and it worked... all the way till the end when a FINISHED box pops up. realmad.gif

Too bad because McAfee runs circles around NAV as far as I'm concerned.
Go to the top of the page
 
+Quote Post
Radimus
post Oct 5 2004, 02:29 AM
Post #11


Advanced Member
***

Group: Members
Posts: 309
Joined: 14-June 04
Member No.: 22586



Mcafee Internet Security (AV, Firewall, spamkiller, etc):
\MIS.msi REBOOT=r ADDLOCAL=ALL /qb-!
Go to the top of the page
 
+Quote Post
mikepflu
post Oct 5 2004, 09:42 PM
Post #12





Group: Members
Posts: 1
Joined: 5-October 04
Member No.: 32891



So far, I think this might work, but I'm still testing it:

From downloaded files

setup.exe -nos_ne -nos_o"<path>"

put contents of <path> into xpcd\$oem$\$1\McAfee

In RunOnceEx.exe:

CODE
REG ADD %KEY%\045 /VE /D "McAfee VirusScan 8.0i" /f
REG ADD %KEY%\045 /V 1 /D "%SystemDrive% \Install\McAfee\vse800.msi /qn /norestart" /f
REG ADD %KEY%\045 /V 2 /D %ProgramFiles%\Networ~1\Viruss~1\mcupdate.exe" /f


I'll update this when I have a chance to test it more...
Go to the top of the page
 
+Quote Post
Pete_VN52
post Oct 29 2004, 02:35 AM
Post #13





Group: Members
Posts: 1
Joined: 26-July 04
Member No.: 25455



I did it by adding this to my batch file - I'm sure it's inelegant, but it seems to have worked so far!

ECHO.
ECHO Installing McAfee VirusScan Enterpise 8
ECHO Please wait...
start /wait %SystemDrive%\Install\Applications\VirusScan8.0\Setup.exe /quiet /norestart

ECHO.
ECHO Running SDAT
ECHO Please wait...remember to update to latest SDAT ASAP
start /wait %SystemDrive%\Install\Applications\VirusScan8.0\sd.exe /SILENT
Go to the top of the page
 
+Quote Post
quickduck
post Nov 20 2004, 04:15 PM
Post #14





Group: Members
Posts: 3
Joined: 20-November 04
Member No.: 36954



hello, i would ask you what about kaspersky anti-virus personal 5.0 ? does anyone here use it?
i really need the install switchs for it, can anyone help me please?
Thx
Go to the top of the page
 
+Quote Post
Redpig01
post Dec 5 2004, 09:44 AM
Post #15





Group: Members
Posts: 1
Joined: 5-December 04
Member No.: 37944



For Viruscan 8.0i you have to run just like doing the administrative setup (using the /a )for Office 2003 and create a network share point. It copies all the files to that share and than you can copy it to your admin point and use the normal msi packages switches! thumbup.gif
Go to the top of the page
 
+Quote Post
jquintino
post Dec 6 2004, 10:17 AM
Post #16


Member
**

Group: Members
Posts: 139
Joined: 9-April 03
Member No.: 3154
OS: XP Pro x86
Country Flag


i didnt do that

i install mcafee 8 grab the decompressed files in the folder tmp..
Go to the top of the page
 
+Quote Post
jquintino
post Dec 17 2004, 12:51 PM
Post #17


Member
**

Group: Members
Posts: 139
Joined: 9-April 03
Member No.: 3154
OS: XP Pro x86
Country Flag


the msi dont work with switch?

i try but fail
Go to the top of the page
 
+Quote Post
jquintino
post Dec 18 2004, 02:18 AM
Post #18


Member
**

Group: Members
Posts: 139
Joined: 9-April 03
Member No.: 3154
OS: XP Pro x86
Country Flag


nobody try this product?

its a good av with adware filter and works ....

but silent its to hard
Go to the top of the page
 
+Quote Post
jquintino
post Dec 18 2004, 08:29 AM
Post #19


Member
**

Group: Members
Posts: 139
Joined: 9-April 03
Member No.: 3154
OS: XP Pro x86
Country Flag


my friends this is it .

im gone insane

well

i create a silent installation with INSTALLATION DESIGNER 8 everything ok.

but when i run on unattended mode the box of msiexec appers . this wit setup.exe or msi file.

i dont no whats appenig

thanks for the help
Go to the top of the page
 
+Quote Post
_d4z
post Jan 17 2005, 10:14 PM
Post #20





Group: Members
Posts: 1
Joined: 17-January 05
Member No.: 41160



I got it working fine by installing McAfee installation designer and repacking the setup program

CODE
ECHO.
ECHO Installing McAfee VirusScan Enterprise v8.0i
ECHO Please wait...
start /wait %systemdrive%\Install\McAfee\Setup.exe
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

2 Pages V   1 2 >
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: 21st November 2009 - 12:40 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy