Jump to content

WPI finishing touch questions


Recommended Posts

Hello,

I'm using WPI 8.1 and everything works like a charm ;)

However, I've 2 questions:

1) Here bellow my Category sorted in 3 colums

SortOrder=['Windows Language Select','Office','Applications','Security','MobilePhone','Internet','Media Players','MultiMedia','CD/DVD Menu','CD/DVD Burners','Capture','System Tools','Disk Tools','Utilities','Tools','Archive Compress','Right-Click Tweaks','Registry Tools','PowerToys','Execute'];

It is possible to make a jump to next column at a selected category?

2) I have 3 languages integrated in my unattended Win7, Here bellow a category to user select Win7 Language and Keyboard.

It is possible to merge these 3 commands to one, when the condition is the WPI check selection?

prog[pn]=['Win English'];
uid[pn]=['WIN7EN'];
ordr[pn]=[950];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Windows Language Select'];
configs[pn]=['HEN'];
cmds[pn]=['{REGEDIT} %cdrom%\\Software\\WinLang\\Lang-Keyb_EN.reg'];
excl[pn]=['WIN7FR','WIN7HEB'];
desc[pn]=['<CENTER><B>Windows Se7en English-US</CENTER></B><BR>Language and Keyboard English select'];
picf[pn]=['Win7USA.jpg'];
picw[pn]=['104'];
pich[pn]=['58'];
textl[pn]=['Bottom'];
pn++;

prog[pn]=['Win French'];
uid[pn]=['WIN7FR'];
ordr[pn]=[951];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Windows Language Select'];
configs[pn]=['HEN'];
cmds[pn]=['{REGEDIT} %cdrom%\\Software\\WinLang\\Lang-Keyb_FR.reg'];
excl[pn]=['WIN7EN','WIN7HEB'];
desc[pn]=['<CENTER><b>Windows Se7en French-FR</CENTER></b><br>Language and Keyboard French select'];
picf[pn]=['Win7FR.jpg'];
picw[pn]=['104'];
pich[pn]=['57'];
textl[pn]=['Bottom'];
pn++;

prog[pn]=['Win Hebrew'];
uid[pn]=['WIN7HEB'];
ordr[pn]=[952];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Windows Language Select'];
configs[pn]=['HEN'];
cmds[pn]=['{REGEDIT} %cdrom%\\Software\\WinLang\\Lang-Keyb_HEB.reg'];
excl[pn]=['WIN7EN','WIN7FR'];
desc[pn]=['<CENTER><b>Windows Se7en Hebrew-IL</CENTER></b><br>Language and Keyboard Hebrew select'];
picf[pn]=['Win7HEB.jpg'];
picw[pn]=['104'];
pich[pn]=['57'];
textl[pn]=['Bottom'];
pn++;

Regards

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