Jump to content

wpi pbl presentation + installation


Recommended Posts

Hello,

1 ) I've tried to use wpi. I've made a .iso for vmware, but when I run the install the menu has changed. (presentation: 2 columns at the place of 5 columns) Like I launched it from cd, I can't change the presentation of the menu... What must i do?

2) Moreover how does one manage the order of the install?

thanks to your help

pn=1;

prog[pn]=['Notepad1']

picw[pn]=['128']

pich[pn]=['128']

textl[pn]=['Bottom']

texti[pn]=['1']

ordr[pn]=[1]

cmd1[pn]=['"%sysdir%\\Notepad.exe"']

dflt[pn]=['yes']

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

configs[pn]=['Home']

cat[pn]=['System']

pn++

prog[pn]=['cmd1']

picw[pn]=['128']

pich[pn]=['128']

textl[pn]=['Bottom']

texti[pn]=['1']

ordr[pn]=[4]

cmd1[pn]=['"%sysdir%\\cmd.exe"']

dflt[pn]=['yes']

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

configs[pn]=['Home']

cat[pn]=['System']

pn++

===> that executes cmd , then notepad ....It must be the inverse ( this is ths config.js of wpi4.4rc1 .... )

Have a nice day, cyril :no:

Edited by cyril_for_ever
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...