Kelsenellenelvian Posted July 18, 2005 Author Posted July 18, 2005 Sorry there was an error in the Lang.js file.Please download a new copy.
enuffsaid Posted July 18, 2005 Posted July 18, 2005 Thanks for your update. Hope I'm not turning out to be a pain in the bum, I was wondering is the UNC path bug on your TODO list?Thanks.'nuff
Kelsenellenelvian Posted July 18, 2005 Author Posted July 18, 2005 Your not being a pain in the bum.However I have no experince with networks at all so there is no way I can do this for you. There are some people who use WPI that do use networks so maybe you can talk one of them into helping me add this into WPI.It is not that I don't want to help you it is just that I can't help you.So post a new thread and ask I will keep my eye out and see if a solution opens up. If one does than I will gladly integrate it into WPI.
Lost Soul Posted July 19, 2005 Posted July 19, 2005 kel any chance on you redoing the optionswizardtemplate.htm so it fits standard with out any scroll bars going from left to right on a 1024 x 768 ?
Kelsenellenelvian Posted July 19, 2005 Author Posted July 19, 2005 (edited) kel any chance on you redoing the optionswizardtemplate.htm so it fits standard with out any scroll bars going from left to right on a 1024 x 768 ?LOL I got it optimized for 1200x1024 hmmm maybe I can do one especially for you give me some time. Edited July 19, 2005 by kelsenellenelvian
hasi001 Posted July 20, 2005 Posted July 20, 2005 Hi KelCan it be that clicking on your sigs DL-Link redirects to some other Web page ? It brings up google.at's search page on my win box AND on my lin box.Even if I browse to http://www.arkanasoft.com/WPI/ I see the index, but clicking on a file to download redirects me to google.at. WGET on linux doesn't work, too.And I so much like to see, what WPI got up to .... :-(Does that happen to anyone else ?Is there any other download-location ?
Kelsenellenelvian Posted July 20, 2005 Author Posted July 20, 2005 (edited) WPI 3.6.2bThis is only different because it already has the fix in it for forced installs!!Not an official release yet. Otherwise it is exactly the same as 3.6.1. Edited July 20, 2005 by kelsenellenelvian
enuffsaid Posted July 20, 2005 Posted July 20, 2005 Your not being a pain in the bum.However I have no experince with networks at all so there is no way I can do this for you. There are some people who use WPI that do use networks so maybe you can talk one of them into helping me add this into WPI.It is not that I don't want to help you it is just that I can't help you.So post a new thread and ask I will keep my eye out and see if a solution opens up. If one does than I will gladly integrate it into WPI.<{POST_SNAPBACK}>Thank you very much Kelsenellenelvian. I'm rather busy right now, but once I have more time, I'll start up a new thread regarding my problem. I haven't gotten down to trying the work around suggested by Mango earlier in this thread:Posted by Mango:Hmm, maybe it's possible to use a temporary environment variabele?For example:Set SERVERPATH=<UNC path>and then use %SERVERPATH% in your wpi ?I'll give this a try first, as it looks promising!Thanks for all your hard work Kel!!!Kind regards,eNuffSaid
Kelsenellenelvian Posted July 20, 2005 Author Posted July 20, 2005 I wish you luck in your network issue.Your welcome.
larciel Posted July 24, 2005 Posted July 24, 2005 q quick question.i'm running programs from my CD (wpi is running from C:\) but after upgrading to wpi3.6.1 .. wpi looks for program .exe in C:\wpi\winapp folder.here's my wpi.cmd@ECHO OFFREM Example, how to look for CDROM-drive. Must have a file called WIN51 in its root.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:echo Found CD-Rom as drive %CDROM%REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%.set wpipath=%~dp0REM Hide this command window.%wpipath%\Tools\cmdow.exe @ /hidREM Force resolution to needed size for wpi interface.--start %wpipath%\Tools\VideoChanger.exe 1280x1024x32@85 -qREM Font installation - the smooth and customizable way.--start /wait %wpipath%\Tools\fonts\fontinstaller.exeREM Calling the Unnatended Audio Playerrem --Start %wpipath%\Tools\Music\uap2.exeREM Special registry tweak needed.regedit /s "%wpipath%\common\wpi.regREM Make WPI directory the current directory.for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i:cd "%wpipath%"REM Start WPI and wait for its endstart /wait %windir%\system32\mshta.exe "%CD%\wpi.hta"REM Cleaning up the desktop.del /s/q "%userprofile%\desktop\*.lnk"IF EXIST %SystemDrive%\backup RD /S /Q %SystemDrive%\backupIF EXIST %SystemDrive%\wpi RD /S /Q %SystemDrive%\wpiIF EXIST %SystemDrive%\temp RD /S /Q %SystemDrive%\tempREM Rebooting the sytem to finalize the installation process.rem --shutdown.exe -r -f -t 10 -c "WPI will now reboot in 10 sec..."exit:end
Kelsenellenelvian Posted July 24, 2005 Author Posted July 24, 2005 REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%.set wpipath=%~dp0Also what cd identifier do you use win51 or wpi.ico if win51 did you edit generate.js to match this??
Dynaletik Posted July 24, 2005 Posted July 24, 2005 The problem is not the WPI.cmd file.I think, in your config.js for each prog you got something likecmd1[pn]=['%cdrom%\\winapp\\blalba\\programmname.exe']Am I right?So you think, that %cdrom% is the root of your CD. But with the new WPI releases this has changed. Now, WPI looks for the file WPI.ico on the CD. This file is located in %cdroot%\WPI\. So if you use the variable %cdrom% it is %cdrom%\WPI. Do you understand me? I did the following to solve that problem:Browse to your WpiScripts folder. Open the file generate.js with an editor. Now search for the entry "function FindCDRom" In the next lines there should be the filename "WPI.ico" two times. Change the filename to "WIN51", because the file WIN51 is part of the Win XP CD and is located in the root of the CD (Make sure that it is in the root of your CD). Now WPI should look for %cdrom% in the root again.And one wish to kelsenellenelvian:Could you integrate an option for selecting where WPI locates %cdrom%? So that one can select "Root" or "WPI-Folder", because I have my programs in the root, too. Not in the WPI Install folder. This would be very nice. The other possibility is that I change the generate.js of every release.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now