Jump to content

please help --


Recommended Posts

""""""Im currently using wpi5.6 and it just cant work!! >< :no:

it work fine when it is in harddirve but when i make it an iso and mount it. I can see the list of each item to install, but when i press start it shows the list but leaving everything with X

i just cant install"""""""""""""""""

example of my config.js file

pn=1;

prog[pn]=['Mcafee VirusScan Enterprise 8.0'];

uid[pn]=['MCAFEEVIRUSSCANENTERPRISE'];

dflt[pn]=['yes'];

cat[pn]=['Security'];

forc[pn]=['no'];

cmd1[pn]=['%wpipath%\\Install\\McAfee80\\msiexec.exe /i "VSE800.msi" /qb'];

pn++;

post-132840-1175218295_thumb.jpg

Link to comment
Share on other sites


Your using msiexec incorrectly. You do not have msiexec.exe in your Install\McAfee80 folder. msiexec.exe is in your System32 folder so you can call it from anywhere. You should be calling your install like so:

cmd1[pn]=['msiexec.exe /i "%wpipath%\\Install\\McAfee80\\VSE800.msi" /qb'];

Edited by zorphnog
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...