Jump to content

Kelsenellenelvian

Patron
  • Posts

    9,018
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Kelsenellenelvian

  1. Still new to webpages so you are stuck with frames for now! LOL Site updated.
  2. Whivh error larciel???? Refresh my memory and I will look into it further.
  3. Config.js, useroptions.js and don't forget to remodify the new wpi.cmd to suit your needs.
  4. Okay found a bug! In winnt32u.dll your bitmaps and dialog boxes are slightly off.
  5. Working on making the manual button one of the optional buttons already and the marker issue has been on my plate for awhile. (proving very difficult to do)
  6. Was very tired I put alot of time into 3.6 in the last week will get to it soon.
  7. You've got mail. The problem was with the theme not wpi. In the main theme wpi.htm it was still looking for stuff in the default theme folder you need to change all of the entries from themes\default\blah.gif to themes\castle\blah.gif.
  8. Not stupid just missed it. P.S. Fix your signature please we have a new homepage now.
  9. Extra. When I edited wpi.cmd in the virtual machine it loaded fine but it doesnt run the audio player even though it plays manually when loaded from the virtual cd drive. You also have a typo in Your WPI.cmd file I did as you said and removed the 2 -- however uap2.exe does load but all the options arent highlighted and only the mute button can be accessed, The playlist is there and it loads just nothing is played. First thanks for the typo. Second in your config.js file change ALL of the install paths form %cdrom% to %cdrom%\wpi Look in the advanced section of the guide for the ways to use UAP2. (You have to add your own music in.)
  10. Working on that already. Open WPI.cmd with notepad and look around.
  11. What is your folder layout and how are you calling it?
  12. I am having problems re-creating your problem Lost Soul I just used an unmodified WPI 3.6 and 8 different themes and all worked just fine. Can you send me your theme folder?
  13. There are 3 entries you are going to need to change. change all 3 of wpi.ico to win51 REM Example, how to look for CDROM-drive. Must have a file to identify in its root (like WIN51 or WPI.ico). 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:\wpi.ico set CDROM=%%i: <----- HERE echo Found CD-Rom as drive %CDROM% if you change the part where it says %%i:\wpi.ico you need to edit generate.js to reflect those changes. (2 spots) function FindCDRom() { position = "generate.js"; var i, li; if (foundCDdrv) return cddrv; li = GetCDRomDriveLetters(); for (i=0; i<li.length; i++) { if (FileExists(li+'\\WPI.ico'))<----- HERE { cddrv = li; debug("Found CDROM as drive " + cddrv,1,2); } } if (cddrv=="") { a = fso.GetAbsolutePathName("."); while (a.length>=3) { //debug("Trying ... " + a, 1); if (FileExists(a+'\\WPI.ico'))<----- AND HERE
  14. Do you have wpi.ico at the root of your cd?
  15. Let me run a couple of tests.
  16. all you have to do is make sure you edit wpi.cmd to %cdrom%\wpi and you can put it all in a folder named wpi
  17. It is in the manual under tools.
  18. Yes your WPI.cmd looks good. I am going to assume you are using %oem% folders on your winxp disk right? put wpi.cmd in a folder at the location of: %oem%\$$\system32 and then call it with an entry at the end of Winnt.sif [GuiRunOnce] "%systemroot%\system32\wpi.cmd" WPI will run at first logon.
  19. Keep doing it the same way it really shouldn't make a difference.
  20. Some people have had the same problem as you and I for one have my wpi.cmd in my %oem%\system32\ Folder because for some reason when you call wpi.cmd through some places like winnt.sif it does not want to recognize it from cd.
  21. Thank you glent - next up maybe multiple configs.
  22. We would need it to run in the background during installs.
  23. @ECHO OFF REM Example, how to look for CDROM-drive. Must have a file to identify in its root (like WIN51 or WPI.ico). 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:\wpi.ico 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=%cdrom% REM Force resolution to needed size for wpi interface. --start %wpipath%\common\VideoChanger.exe 1280x1024x32@85 -q REM Hide this command window. "%wpipath%\common\cmdow.exe" @ /hid REM Font installation - the smooth and customizable way. start /wait %wpipath%\common\fonts\fontinstaller.exe REM Special registry tweak needed. regedit /s "%wpipath%\common\wpi.reg" REM 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 end start /wait WPI.hta REM Cleaning up the desktop. del /s/q "%userprofile%\desktop\*.lnk" REM Rebooting the sytem to finalize the installation process. --shutdown.exe -r -f -t 10 -c "Reboot in 10 sec..." exit Aaaaaannnnnd there ya go....
  24. Okay bernr tell me all what changes are made and write up a quick tutorial on how to make and use multiple configs please.
×
×
  • Create New...