MSFN Forum: WPI 4.3.8 & WPI Lite 1.2 - MSFN Forum

Jump to content



  • 5 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

WPI 4.3.8 & WPI Lite 1.2 Get them here!!! Rate Topic: -----

#1 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 January 2006 - 03:42 AM

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!

This post has been edited by kelsenellenelvian: 12 March 2006 - 06:53 PM



#2 User is offline   WebMatze 

  • Junior
  • Pip
  • Group: Members
  • Posts: 54
  • Joined: 29-July 04

Posted 22 January 2006 - 01:11 AM

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.

Attached File(s)



#3 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 January 2006 - 02:18 AM

Thank you and noted redownload please.

#4 User is offline   Dynaletik 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 633
  • Joined: 18-September 04
  • OS:none specified
  • Country: Country Flag

Posted 22 January 2006 - 06:28 AM

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?

This post has been edited by Dynaletik: 22 January 2006 - 06:29 AM


#5 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 January 2006 - 02:40 PM

Naw it still waits for wpi.hta to finish.

#6 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,595
  • Joined: 04-December 03

Posted 22 January 2006 - 03:01 PM

@Dynaletik: have you got win2k or winxp ?

#7 User is offline   Dynaletik 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 633
  • Joined: 18-September 04
  • OS:none specified
  • Country: Country Flag

Posted 22 January 2006 - 04:48 PM

I got Win XP

#8 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

Posted 24 January 2006 - 11:38 AM

thanx for the new final version

#9 User is offline   sHaDYvB 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 12-May 05

Posted 25 January 2006 - 05:35 AM

@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 ??

#10 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 January 2006 - 05:37 AM

Sure let me see it.

#11 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,595
  • Joined: 04-December 03

Posted 25 January 2006 - 04:36 PM

View PostDynaletik, on Jan 22 2006, 11:48 PM, said:

I got Win XP

But it's not a fresh install ?!
It's nLited source ?
edit: Perhaps creates a topic for your problem to avoid pollution ^^

This post has been edited by sonic: 25 January 2006 - 04:37 PM


#12 User is offline   larciel 

  • Member
  • PipPip
  • Group: Members
  • Posts: 241
  • Joined: 06-December 03

Posted 28 January 2006 - 03:09 PM

Kel, just letting you know i love your lite wpi !

#13 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 January 2006 - 04:46 PM

Thank you larciel.

#14 User is offline   Angelico_Payne 

  • Member
  • PipPip
  • Group: Members
  • Posts: 212
  • Joined: 15-January 06

Posted 29 January 2006 - 12:44 PM

Quote

Do NOT meddle in the affairs of Dragons! For you are crunchy and taste good with ketchup.


are you sure u didn't start this with your girlfriend :D

Nice for the util
will try it

#15 User is offline   andreasfc 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 13-April 05

Posted 30 January 2006 - 01:23 AM

Thanx for the great new version, but I am missing the pull down box for selecting for instance games only, or application only installs.

This post has been edited by andreasfc: 30 January 2006 - 01:24 AM


#16 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 January 2006 - 01:29 AM

View Postandreasfc, on Jan 30 2006, 12:23 AM, said:

Thanx for the great new version, but I am missing the pull down box for selecting for instance games only, or application only installs.



You need to select the option in the options wizard to enable the multi defauts box.

#17 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 30 January 2006 - 01:30 AM

View Postandreasfc, on Jan 30 2006, 03:23 AM, said:

Thanx for the great new version, but I am missing the pull down box for selecting for instance games only, or application only installs.



i think what your wanting to do is just put a check on yes to enable multiple defaults,, thats in config

#18 User is offline   dilmah 

  • Group: Members
  • Posts: 4
  • Joined: 10-July 05

  Posted 01 February 2006 - 05:32 PM

Hi everyone!

First up I'd like to say thank you for creating the great piece of software which is WPI. I've recently switched over to WPI Lite v1.0 and loving it so far because I need every possible MB I can get on my XP CD.

I'm having one minor issue though which comes up after WPI goes through and installs my selected program(s):
* Once the installs finish, WPI normally flashes back up for a second and then exits cleanly and the XP setup continues as per normal (I previously was using WPI 4.3.5)
* Now however, once the installs finish, I get the following error and WPI stops, and hence the XP install stops:

Javascript Error Report

Message: The system cannot find the file specified.

Url: file://D:\WPI\WPI.hta
File: generate.js
Line: 259


Now as you have probably noticed I have unzipped WPI into X:\WPI and not X:\ (where X is the cd drive) and have edited the WPI.cmd file as follows:

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:

and
set wpipath=%cdrom%\WPI


Any ideas what's causing this? I had this working before in v4.3.5... but maybe I forgot to edit something.
Thanks in advance,
Dillon

#19 User is offline   andreasfc 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 13-April 05

Posted 01 February 2006 - 11:54 PM

Thanx for the Tip for the tip : to enable multiple defaults. kinda missed it.

#20 User is offline   scoobyrd 

  • Group: Members
  • Posts: 1
  • Joined: 18-January 06

Posted 02 February 2006 - 11:37 PM

I get the same message as dillon! Any help on this would be great.

Share this topic:


  • 5 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy