Jump to content

WPI 7.7: SW Installation failes when using arguments


Recommended Posts

Hello.

I'm new to WPI and has configured some appz for test. But when I use arguments in the command for the app the installation failes.

Here is a snippet from the config.js

prog[pn]=['Microsoft Office 2007'];

uid[pn]=['MICROSOFTOFFICE2007'];

desc[pn]=['Microsoft Office 2007'];

ordr[pn]=[6];

dflt[pn]=['yes'];

forc[pn]=['no'];

bit64[pn]=['no'];

cat[pn]=['Applications'];

cmds[pn]=['"%wpipath%\\APPZ\\Office_2007\\setup.exe /adminfile Users.msp"'];

pn++;

Am I doing something wrong here?

Regards

Jon

Link to comment
Share on other sites


Try without the "

this works for me:

cmds[pn]=['%ROOT%\\Master\\office2k7uk\\setup.exe /adminfile User.msp'];

Hi.

Well that was easy. I also figured out that the switch is supposed to be outside the "

This is also working:

cmds[pn]=['"%wpipath%\\APPZ\\Office_2007\\setup.exe" /adminfile Users.msp'];

Thanks for the help :-)

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