Jump to content

WPI 4.3.8 Beta 2 get it here...


Recommended Posts

More improvements to the category selection feature.
Now supports up to 9,999 entries.
Removed Video Changer.
All standard enviroment variables are now recognized.
Added in ResChanger 3.01.
Added undo.reg.
Added Commandline support. (Thanks cribban)
Added CDSwitch into the tools folder.
Added Config Lister into the tools folder.
Minor cosmetic changes.
Minor code changes.
Fixed 800x600 resolution display problems.
Major re-write of the manual.
Audio Player now closes after installations are complete. (Thanks billjrm)
Transparent .png images are now supported. (Thanks LaptoniC)
New condition (Grayed condition). Look in the manual for description.
New Options menu which sets WPI to look for Win51 or WPI.ico at the root source.

Added Hebrew language.
Added Lithuanian language.
Added Slovac language.
Added Brazilian Portuguese language.
Updates and changes to some of the other languages.

Download here --> WPI 4.3.8 Beta

Edited by kelsenellenelvian
Link to comment
Share on other sites


How does the Added Config Lister into the tools folder. work.

When I start it it is asking me for a config.js file, I select one and then ............

And are the themes from 4.3.5 usable?

Thanx

Edited by andreasfc
Link to comment
Share on other sites

kelsenellenelvian

First Marry Christmans for you and for all guys.

THX for you use my config.js file in your new version WPI I'm very glad for this.

I got file this version work faster and easily.

For me I got nice present under my Christans tree.

God bless YOU

Link to comment
Share on other sites

Great Program

one sugestion before you go final

wpiscripts\program.js Lines 76 though to 82

//--------------------------------------------------------------------
//Create a program object
function program(idx)
{
position = "program.js";
var i = '0' + ((ordr[idx]==null)?(idx+5000):ordr[idx][0]);
while (i.length<4) i = "0" + i;

be change to

//--------------------------------------------------------------------
//Create a program object
function program(idx)
{
position = "program.js";
var i = '0' + ((ordr[idx]==null)?(idx+5000):ordr[idx][0]);
while (i.length<5) i = "0" + i;

amending 4 to 5 (Line 82 Chr 19)

had Visual Studio 2003 trying to install before .NET Framework because:-

  • VS71 was 001220
    DOTFW was 00132

----- Edit-----

PS the ScreenShot of the Registry was after I change the val and ran it again and then changed the DOTFW Key back to show where it apeared

post-20543-1135535479_thumb.png

Edited by codejunkie
Link to comment
Share on other sites

@kelsenellenelvian , i have 3 questions about wpi.cmd (i am not good in batch commands!)

1.

for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\XP-WPI\WPI.ico set CDROM=%%i:
2.

regedit /s "%wpipath%common\wpi.reg

regedit /s "%wpipath%common\undo.reg ,

why not at the end too "

3. %wpipath%common is same thing with %wpipath%\common ?

and one comment : i had trouble with 4.3.5 with hided entries in config.js who are counted

when is done the distribution in columns . in i had 10 categories each with 26 entries , but

only one visible (cond[pn]) for each category , i had 10 columns , 4 pages (for 3 columns on page)

the new layout for 1024x768 is worse FOR ME .

in a full column (hotfixes for example) instead 27 entries i have now only 23 .

can i grab this (the file responsible) from 4.3.5 ?

i use same settings in 4.3.6 like 4.3.5 , same theme glossy , same background .

Link to comment
Share on other sites

sorry kind of messy huh?

I just forgot to clean it up.

As for the XP-WPI that is where my working folder is.

#3 The \ mark is automatically put in there now.

yes you can use the same theme file you have from the previous one.

Edited by kelsenellenelvian
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...