jetlai Posted March 30, 2007 Posted March 30, 2007 """"""Im currently using wpi5.6 and it just cant work!! >< 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 Xi just cant install""""""""""""""""" example of my config.js filepn=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++;
Kelsenellenelvian Posted March 30, 2007 Posted March 30, 2007 Can you please post your insatallation log?
lordsidious Posted March 30, 2007 Posted March 30, 2007 The line cmd1 must show like this :cmd1[pn]=['"%CDROM%\\WPI\\Install\\(your program here)"'];
zorphnog Posted March 30, 2007 Posted March 30, 2007 (edited) 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 March 30, 2007 by zorphnog
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now