MSFN Forum: Mc Afee? - MSFN Forum

Jump to content



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 +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Mc Afee? virusscan 8 silent install switch? Rate Topic: -----

#1 User is offline   Weed 

  • U got brainwashed from everyone!! but too bad, u dont kn
  • PipPipPip
  • Group: Members
  • Posts: 367
  • Joined: 07-November 03
  • OS:none specified
  • Country: Country Flag

Posted 14 November 2003 - 06:12 PM

hello,
i see all ppls r using NAV and no one mcaffe virusscan? :)
i think mcaffe is better :rolleyes:

does anyone have a switch for virusscan 8.0.20 ??


#2 User is offline   diesel_98a 

  • Spurz 4 Life....
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 26-July 03

Posted 15 November 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.

#3 User is offline   diesel_98a 

  • Spurz 4 Life....
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 26-July 03

  Posted 16 November 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.)

#4 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 17 November 2003 - 09:42 AM

V.8 does'nt use Windows Installer...it uses something else

#5 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 November 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.

#6 User is offline   EelCapone 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 09-November 03

Posted 18 November 2003 - 02:49 AM

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

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.

#7 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 November 2003 - 02:53 PM

Thanks EelCapone you probably just saved me a day of work soon.

#8 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 20 November 2003 - 04:07 PM

V8 is more of a HTML installer or something....
it's not a Windows or Netopsystems it looks like

#9 User is offline   brelfielfan 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 21-October 03

Posted 08 December 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.
setup.exe /qb REBOOT=Suppress


#10 User is offline   ThatGuyPSU 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 13-May 04

Posted 21 May 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.

#11 User is offline   Radimus 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 309
  • Joined: 14-June 04

Posted 05 October 2004 - 02:29 AM

Mcafee Internet Security (AV, Firewall, spamkiller, etc):
\MIS.msi REBOOT=r ADDLOCAL=ALL /qb-!

#12 User is offline   mikepflu 

  • Group: Members
  • Posts: 1
  • Joined: 05-October 04

Posted 05 October 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:

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...

#13 User is offline   Pete_VN52 

  • Group: Members
  • Posts: 1
  • Joined: 26-July 04

Posted 29 October 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

#14 User is offline   quickduck 

  • Group: Members
  • Posts: 3
  • Joined: 20-November 04

Posted 20 November 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

#15 User is offline   Redpig01 

  • Group: Members
  • Posts: 1
  • Joined: 05-December 04

Posted 05 December 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! :thumbup

#16 User is offline   jquintino 

  • Member
  • PipPip
  • Group: Members
  • Posts: 139
  • Joined: 09-April 03

Posted 06 December 2004 - 10:17 AM

i didnt do that

i install mcafee 8 grab the decompressed files in the folder tmp..

#17 User is offline   jquintino 

  • Member
  • PipPip
  • Group: Members
  • Posts: 139
  • Joined: 09-April 03

Posted 17 December 2004 - 12:51 PM

the msi dont work with switch?

i try but fail

#18 User is offline   jquintino 

  • Member
  • PipPip
  • Group: Members
  • Posts: 139
  • Joined: 09-April 03

Posted 18 December 2004 - 02:18 AM

nobody try this product?

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

but silent its to hard

#19 User is offline   jquintino 

  • Member
  • PipPip
  • Group: Members
  • Posts: 139
  • Joined: 09-April 03

Posted 18 December 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

#20 User is offline   _d4z 

  • Group: Members
  • Posts: 1
  • Joined: 17-January 05

Posted 17 January 2005 - 10:14 PM

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

ECHO.
ECHO Installing McAfee VirusScan Enterprise v8.0i
ECHO Please wait...
start /wait %systemdrive%\Install\McAfee\Setup.exe


Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy