Jump to content

First time using WPI 5.3 (need a little help)


Recommended Posts

Hi peeps by the way great program wpi rules

just a little problem i cant get the apps to install automatic

i put in a switch and nothing ie

prog[pn]=['DVD It'];

uid[pn]=['DVDIT'];

dflt[pn]=['yes'];

cat[pn]=['Applications'];

forc[pn]=['no'];

gcond[pn]=['FileExists(\'%programfiles%\')'];

cmd1[pn]=['%wpipath%\\Install\\Sonic.DVDit!.v5.RETAIL-CROSS.30-7-04\\Setup\\setup.exe/VERYSILENT

'];

pn++;

Im running it off the hardrive first just to play around with it

What am i doing wrong ??????

Link to comment
Share on other sites


Actually, for a forced install I believe you want,

forc[pn]=['no'];

to be:

forc[pn]=['yes']

Also, your switch is to close to the executable.

cmd1[pn]=['%wpipath%\\Install\\Sonic.DVDit!.v5.RETAIL-CROSS.30-7-04\\Setup\\setup.exe/VERYSILENT

'];

should be:

cmd1[pn]=['%wpipath%\\Install\\Sonic.DVDit!.v5.RETAIL-CROSS.30-7-04\\Setup\\setup.exe /VERYSILENT

'];

Notice the space between setup.exe & /VERYSILENT otherwise you command is seen as setup.exe/VERYSILENT and the O.S. will not find that.

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