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. Can I ask just how important it is for you to have all wpi files copied to disk? I had assumed you had your wpi folder at the root of your windows cd and was running your installs off of the cd.
  2. Okay quick question please download a fresh WPI and without modifying anything and making sure the path has no spaces i.e. c:\wpi and then run wpi.hta.
  3. Still new to webpages so you are stuck with frames for now! LOL Site updated.
  4. Whivh error larciel???? Refresh my memory and I will look into it further.
  5. Config.js, useroptions.js and don't forget to remodify the new wpi.cmd to suit your needs.
  6. Okay found a bug! In winnt32u.dll your bitmaps and dialog boxes are slightly off.
  7. 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)
  8. Was very tired I put alot of time into 3.6 in the last week will get to it soon.
  9. 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.
  10. Not stupid just missed it. P.S. Fix your signature please we have a new homepage now.
  11. 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.)
  12. Working on that already. Open WPI.cmd with notepad and look around.
  13. What is your folder layout and how are you calling it?
  14. 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?
  15. 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
  16. Do you have wpi.ico at the root of your cd?
  17. Let me run a couple of tests.
  18. 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
  19. It is in the manual under tools.
  20. 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.
  21. Keep doing it the same way it really shouldn't make a difference.
  22. 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.
  23. Thank you glent - next up maybe multiple configs.
  24. We would need it to run in the background during installs.
×
×
  • Create New...