GoobieDoobie Posted January 8, 2007 Posted January 8, 2007 (edited) Guess some quote marks of some kind are needed but can't figure out where.This -> %wpipath%\Install\Adobe_Photoshop_CS2.msi /qb in WPI wizardYields this -> cmd1[pn]=["%wpipath%\\Install\\Applications\\PhotoShop\\Setup\\Adobe_Photoshop_CS2.msi /qb"]; in resulting .js fileWhich in turn yields this in the log -> cmd1 *** Fail *** (returned code undefined): "f:\WPI\Install\Applications\PhotoShop\Setup\Adobe_Photoshop_CS2.msi /qb"for obvious reason of qb placement. I've tried various double and single quote combos to no success so can use some help about proper format so that /qb switch is handled properly. TIA Edited January 10, 2007 by GoobieDoobie
zorphnog Posted January 10, 2007 Posted January 10, 2007 From what I can tell, it doesn't appear to be a quotation problem. Have you tried to run the command manually? Additionally you might want to try running it using msiexec.exe.msiexec.exe /i %wpipath%\Install\Applications\PhotoShop\Setup\Adobe_Photoshop_CS2.msi /qb
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