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