Jump to content

Recommended Posts

Posted (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 wizard

Yields this -> cmd1[pn]=["%wpipath%\\Install\\Applications\\PhotoShop\\Setup\\Adobe_Photoshop_CS2.msi /qb"]; in resulting .js file

Which 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 by GoobieDoobie

Posted

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

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