a06lp Posted November 3, 2004 Posted November 3, 2004 i Download 2.9.7a and move my progs from your old version but when i try to install it closed and nothing happenyup, same prob here - i have to log off and log back on to install progs...this was a problem in an old version, whys it back??-----------------------As far as the winamp problem - you're solution worked, but my idiocy got in the way. I forgot to change your default "setup.ini" to my "winamp505.ini" for the installer. Here's my working code, for anyone who needs it: (winamp505.ini = installation settings; winamp.ini = post-install custom user settings)prog[pn]=['Winamp 5.05']desc[pn]=['Winamp is a very popular media player used to play MP3 files.']cmd1[pn]=['msiexec.exe /qb /i %cdrom%\\Applications\\Winamp\\Winamp505.msi INI="%cdrom%\\Applications\\Winamp\\winamp505.ini"']cmd2[pn]=['XCOPY "%cdrom%\\Applications\\winamp\\Winamp.ini" "%systemdrive%\\Program Files\\Winamp\" /E /Y']dflt[pn]=['no']forc[pn]=['false'] cat[pn]=['<font color="FF9900">Audio</font>']pn++
hasi001 Posted November 4, 2004 Posted November 4, 2004 Sorry. I alwas forget to remove my debug entries Version 2.9.7b. Install starts again ! You can use the config.js from 2.9.7a
eandi Posted November 4, 2004 Posted November 4, 2004 Sorry. I alwas forget to remove my debug entries Version 2.9.7b. Install starts again ! You can use the config.js from 2.9.7athe new version work finethank you
BoardBabe Posted November 4, 2004 Posted November 4, 2004 I have a request for you my man... And PLEASE fill this request...Can you make all alerts and text's in an external ("language") file? I myself would like to translate your WPI to Norwegian, but when there are updates its an hassle updating all files to get the alerts and text's right...This would ease updating when there are new versions alot!Thanks man... keep it up!
hasi001 Posted November 4, 2004 Posted November 4, 2004 Done. Version 2.9.8.German and english predefined in lang.js. If you add a language (easy!), I'd like you to send me a PM.
BoardBabe Posted November 5, 2004 Posted November 5, 2004 Your the man! Ill pm you with a Norwegian version as soon as im done with it. Great work!
BoardBabe Posted November 5, 2004 Posted November 5, 2004 Could we have an option to shut tooltip's off please?
alan9456 Posted November 5, 2004 Posted November 5, 2004 Please give me a download link right at this site .I can not download WPI from http://members.aon.at/equinox/wpi/
bmn Posted November 5, 2004 Posted November 5, 2004 this is my config.sys pls have a look.http://m.domaindlx.com/fever16/config.jspls check application switches.(as i dono much abt them)thanks
BoardBabe Posted November 5, 2004 Posted November 5, 2004 If my application switches include " " signs, do i set \" then?Just keeping the " " signs didnt seem to work.
Dynaletik Posted November 5, 2004 Posted November 5, 2004 When I use %cdrom% for installing my apps and drivers from CD WPI always wants to have disk in drive H: But my WinXP Cd is in Drive J:It works if I change the drive letter in the registry like you eplained on the WPI HP.But how can I have the right CDROM letter when Installing Win XP.Does the engine of WPI search for the WIN51 file in all drives???Then it should run or not?
hasi001 Posted November 5, 2004 Posted November 5, 2004 @DynaletikWhen I use %cdrom% for installing my apps and drivers from CD WPI always wants to have disk in drive H: But my WinXP Cd is in Drive J:I've got a single-cdrom system. You seem to have 3 of then (H,I,J). Never tested that. Could you give me a detaileed system-layout (Floppy,hdd,cdroms and their drive letters) for your system (at the time the failure happens)?How do you know it wants drive H: ? Error message or registry lookup ?It works if I change the drive letter in the registry like you eplained on the WPI HP.Where did I write that ? Changing drive letters in registry ?Does the engine of WPI search for the WIN51 file in all drives???Findig the CDROM algorithm is explained on the HP - Help. Did you mean that with changing drive letters in registry ?@BoardBabeIf the Appswitch itself needs a " you've got to write \". You're right with that.@bmnApplicationSwitches and questions are in the Application Switches forum.
Dynaletik Posted November 5, 2004 Posted November 5, 2004 In the help you say that the drive letter which WPI checks is given in the Registry.My system:A: FloppyC: Partition 1D: Partition 2E: Partition 3F: Partition 4G: Partition 5H: and that is interesting doesn't exist!!!!I: DVD-WriterJ: DVD-ROM
a06lp Posted November 5, 2004 Posted November 5, 2004 If the Appswitch itself needs a " you've got to write \". You're right with that.are you sure about that?I just tested my Diskeeper with the following code:prog[pn]=['Diskeeper 8.0.478.0']desc[pn]=['A great defragmentation program.']cmd1[pn]=['%cdrom%\\Applications\\diskeeper\\diskeeper804780.exe /s /a /s /v"/qb"']dflt[pn]=['no']forc[pn]=['false'] cat[pn]=['<font color=FF9900">Utilities</font>]pn++and it worked just fine, without any backslashes....
hasi001 Posted November 6, 2004 Posted November 6, 2004 In the help you say that the drive letter which WPI checks is given in the Registry.Yes, but that's the least option.Please do the following:Edit config.js and enable debug-outputsvar debugOn = 1; // (0/1) for testing purposes only.Start WPI. There are now many outputs in the upper part of the screen. Select, copy and send these outputs to me via PM. Perhaps I can find the prob.
Recommended Posts