Weed
Nov 14 2003, 06:12 PM
hello,
i see all ppls r using NAV and no one mcaffe virusscan?

i think mcaffe is better

does anyone have a switch for virusscan 8.0.20 ??
diesel_98a
Nov 15 2003, 01:55 AM
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.
diesel_98a
Nov 16 2003, 02:27 PM
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.)
Alanoll
Nov 17 2003, 09:42 AM
V.8 does'nt use Windows Installer...it uses something else
IcemanND
Nov 17 2003, 11:20 AM
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.
EelCapone
Nov 18 2003, 02:49 AM
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.
IcemanND
Nov 18 2003, 02:53 PM
Thanks EelCapone you probably just saved me a day of work soon.
Alanoll
Nov 20 2003, 04:07 PM
V8 is more of a HTML installer or something....
it's not a Windows or Netopsystems it looks like
brelfielfan
Dec 8 2003, 01:11 PM
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
ThatGuyPSU
May 21 2004, 01:14 AM
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.
Too bad because McAfee runs circles around NAV as far as I'm concerned.
Radimus
Oct 5 2004, 02:29 AM
Mcafee Internet Security (AV, Firewall, spamkiller, etc):
\MIS.msi REBOOT=r ADDLOCAL=ALL /qb-!
mikepflu
Oct 5 2004, 09:42 PM
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...
Pete_VN52
Oct 29 2004, 02:35 AM
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
quickduck
Nov 20 2004, 04:15 PM
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
Redpig01
Dec 5 2004, 09:44 AM
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!
jquintino
Dec 6 2004, 10:17 AM
i didnt do that
i install mcafee 8 grab the decompressed files in the folder tmp..
jquintino
Dec 17 2004, 12:51 PM
the msi dont work with switch?
i try but fail
jquintino
Dec 18 2004, 02:18 AM
nobody try this product?
its a good av with adware filter and works ....
but silent its to hard
jquintino
Dec 18 2004, 08:29 AM
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
_d4z
Jan 17 2005, 10:14 PM
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
War_Buddy
Apr 12 2005, 12:15 PM
Hm.. interesting, i recently came across a mcafee virus scan review at this blog re-views.blogspot.com and it seems pretty good. I am planning to buy it. should i?
1to1
Apr 20 2005, 07:33 AM
Hi Everybody
Is ther any switch to use with Mcafee FireWall to stop it from asking to reboot at end of the installtion, I tried REBOOT=Suppress, noreboot and norestart but none of them seems to work.
regards
edusnow
Jul 20 2005, 12:00 PM
"" 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! ""
...it works for me. Setup.exe /a - Then i have one folder install share like c:\mcfeenet - In that share i have a file created by mcfee called setupvse.exe that i run like this,... setupvse.exe /qb ,And it works VERY,...very good. With this switch i see the progress bar, with /qd- the progress bar desapears.
thanks to Redpig01
snow
iranthavan
Jan 2 2006, 10:54 PM
the latest install designer even more cool it supress that too working fine for me
tiku009900
Mar 7 2006, 11:12 AM
QUOTE (ThatGuyPSU @ May 21 2004, 01:14 AM)

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.
Too bad because McAfee runs circles around NAV as far as I'm concerned.
U can use the same method for McAfee Virus Scan v10
Just run the setup it will extract files to the temp (don not start the setup)
copy the files from the temp folder n use the same method as above
jfmartel
Mar 7 2006, 03:58 PM
It's pretty easy to install it unattended... all documentation is given with the installer.... the usual /qb is working for me once the setup file is uncompressed.
GiaPostie
Mar 13 2006, 05:24 AM
Mcafee VirusScan 8I is pretty easy.
Empty your temp folder(%temp%)
Double click Setup.exe. The Setup is extracting the files in a subfolder your temp folder. In my case 'McAfee VirusScan Enterprise 80'
When the installation start you see a msi appear in the subfolder of the temp folder.
Copy the folder to a different location. Cancel the setup.
Now you can use the msi with the parameters:
msiexec /i vse800.msi /qb!- REBOOT=ReallySupress
Gool luck.
MitsuMan
Jul 24 2006, 06:54 AM
Hello
Anyone have found a way to install Mcafee silent i have v10 and i cant get it to work
i have read alot on this forum. someone please help me.
Mikeee
Sep 4 2006, 01:42 AM
[size=6]
I'm pretty much a novice with this type project but have gotten it to work better than I expected so far BUT...
So far, I've developed an updated Win XP Cd for our origanization which needs to include McAfee 8.0i with its respective updates - this way the new machine will be somewhat protected from the git go. (Once it is booted up then we can install the latest dat file.)
So far I've slipstreamed SP2 and incorporates all of the windows updates thru Aug 06.
I just got McAfee 8.0i and the SDat file to work.
<< see batch file below >>
I've have spent several hours surfing the web looking for a way to include a silent install of Patch 13 in this package with no luck.
Then I need to add the Common Management Agent 3.5.0.513 StandAlone version.
I sure could use some assistance with this.
Does anyone have any suggestions ??
Thanks
Mikeee
=======

>> McAfee install from a CD -- batch file <<

========
cd../..
d:
cd McAfee\VSE8.0i
Start /wait setup.exe /quiet /norestart
cd ..
Start /wait sdat4843.exe /silent /prompt
REM Start /wait --> patch 13
REM Start /wait --> Common Management Agent 3.5.0.513 StandAlone
songokussm
Sep 10 2006, 05:12 PM
none of these methods work on mcafee 2007. its ether version 10 or 11
eirogge
Sep 13 2006, 01:42 AM
QUOTE (songokussm @ Sep 11 2006, 12:12 AM)

none of these methods work on mcafee 2007. its ether version 10 or 11
The problem is people are talking about the enterprise version of McAfee AntiVirus, which uses Windows Installer, while the "desktop" versions use a proprietary installer by McAfee based on the Internet Explorer ActiveX-Control (

).
I quote myself from this thread:
http://www.msfn.org/board/index.php?showtopic=81248, maybe it helps.
QUOTE (eirogge @ Sep 4 2006, 05:30 PM)

Here is what I've done:
1) Copy the MPF, MSC und VSO directories from .\en-US\Apps on the CD to a directory of your choice
2) Open install.ini in each of them and get the silent switch from general\installparam
3) Use this switch to install

(e.g. for Personal Firewall it will be "mcinst.exe /DoNotDeleteSetupFiles mpfmain.inf /install")
---------------------------
The only problem I have is, that when I use it in an unattended installation SecurityCenter tells me my activation status could not be verified.
I could not find any solution for this. I think it is because I'm not prompted to enter my account information, but I could not find an appropriate menu for this.
Any information on this?
Greetings.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.