September 10, 200619 yr Hi peeps by the way great program wpi rulesjust a little problem i cant get the apps to install automatici put in a switch and nothing ieprog[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 itWhat am i doing wrong ??????
September 10, 200619 yr 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.
September 11, 200619 yr The forc[pn] setting has nothing to do with your problem. Try adding the space as @VCC mentioned.
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now