Jump to content

WPI 4.3.8 & WPI Lite 1.2


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.
Minor changes in WPI.cmd.
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 WPI 4.3.8 Here <----

If you are using a custom theme with WPI 4.3.5 the theme is still compatable you only need to make one small change for it to work properly. Add this section of text to WPI.css right below the .txt section:

.gtxt

{

font-family: arial;

font-weight: bold;

color : #A0522D;

font-size : 8pt;

margin-left: 5px;

margin-right: 10px;

margin-top: 10px;

margin-bottom: 50px;

}

(Starting on line 62.)

WPI Lite has all of the features of the original but all of the tools, manual, examples and audio support have been removed.

WPI Lite 1.2 Changelog:

Major Code optimizations!

Edited by kelsenellenelvian
Link to comment
Share on other sites


Hello,

thanks a lot for this new version, you did a great work. :thumbup

But i found a small bug in th e generate.js file. It causes a problem with the command line parameters, the problem is in the replpath function of the new 4.3.8 version (beta 2 and final), for example when you use more than one command line parameter, only the first one is used, to correct that problem i have edited the generate.js file.

Herre is the modified file

I hope it helps you.

generate.js

Link to comment
Share on other sites

Yeah, thanks for the final lite version kelsenellenelvian.

But one thing I had to change was the WPI.cmd:

Before

cd /d "%wpipath%"

I had to add the line

for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO %%i:

or WPI does not run, so that my cmd file looks like this now:

cmdow.exe @ /HID
@ECHO OFF

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:\WIN51 set CDROM=%%i:

set WPIPATH=%CDROM%\Install\WPI\

regedit /S "%WPIPATH%\common\WPI.reg"

for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO %%i:

cd "%WPIPATH%"

WPI.hta

One more question I got. You call the Undo.reg file, but in front of "WPI.hta" there is no wait command, so I think that the undo.reg is called directly after starting WPI, right?

Edited by Dynaletik
Link to comment
Share on other sites

@kelsenellenelvian

thx u v. much for the new fixes , the evironment fix would help much more lot in minimizing err0rs and increasing compatibility ..

i've made an edited version of WPI.cmd , that makes the whole installation run off network drive ( by mounting the source path , no matter on cd or local folder or even on the network ) , and i've tested it and it works just fine ,,

i wonder if the idea interest u to put in a later version of WPI ??

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