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. it has to be the # of collums try changing it from 4 to 3.
  2. Can't recreate the prob here how many collums do you have??
  3. in the themes folder is a notepad file called wpi.css all of your font sizes reside in there.
  4. What resolution and theme are you using?
  5. Whimsy did a wonderfull job of editing and beautifying the maunual so far. GREAT JOB WHIMSY AWESOME!!
  6. Okay I don't have the time right now but in a couple of hours I will whip something up for you and you can tell me what you think.
  7. ALSO do you mind user interaction because some of those are going to be incredibly difficult (Complex auto-it scripts and such) but for the most part we can get it done.
  8. Okay give me a couple of app names and we will do this thing one at a time untill you get the hang of it. As for the spannig of disks I really can't help you much there. The unnatended section has some info non spanning multiple disks. I can get almost anything to install with WPI so throuw some at me and I will help you out.
  9. I think you temp variable is too long man. To change this you would need to go to control panel, system, advanced and click enviroment variables and them edit the entry that says temp it should say something like %userprofile%\local settings\temp make it say something simple like c:\.
  10. I jusr released the first chapter of the wpi manual that explains most of this. look in the post below this labeled wpi manual.
  11. For that kindof stuff there is a whole thread in the unattended section of this forum. Look in the applications thread and use the search feature. Most if not all of the apps you are looking for have already been answered in there.
  12. Ok peeps here is chapter one of the official WPI manual.
  13. OKAY M8 I am glad it got your problem straightened out.
  14. Alot of use just use batch files or winrar for things like copying and deleting files personally I have several bat files that I compiled into exe's and I call them through wpi for their various reasons.
  15. To ckeck for operation system one could use cond[pn]=['getOSver()=="XP"') .. the include on XP or cond[pn]=['getOSver()!="NT"') .. the exclude only on NT getOSver returns the following strings: XP, 2K, NT, ME, 98, 95 or "Not found" actually I don't know when it was changed but xp reads as wxp and windows 2000 reads as w2k LOL crazy huh. I have already changed that back to "XP" and "2K" for the next release. Also as of 3.5.1 I added in the os of windows 2003 it reads as "2003"
  16. Oh my god!!!! Thank you very much gresh. I really appreciate the tip.
  17. I know other people have used pause before but I never use it myself so if you are patient just wait and some one will answer this one for you. If you are not patient then write up a bat file and call it form wpi ie start/wait blah.exe pause 5000 end
  18. Okay did you try to download again? This is the first time I have experinced an error right away and over 100,000 downloads of 3.5.1 so far. Did you perhaps nlite your windows source?
  19. Okay for the apps per install window just go into useroptions.js and set the option to show the optional buttons to var showOptBtn=true; And the run wpi and go to the options wizard. That kind of option is in there. I would leave those alone.
  20. I keep getting multiple instances of this starting when I am using the controls in wpi.
  21. I am very glad that I could help you out.
  22. Ummm just send it to me and I will compile into an exe for you. I can make it run silently in the background with no sign it is running.
  23. Little known fact about WPI is that generate.js needs to look for the same file that wpi.cmd looks for and since you have wpi.cmd looking for cd.txt generate.js needs to look for that file also. I modified yours to read this change and for future reference just open generate.js and look for wpi.ico or win51 and replace it with the proper context. (there are 2 spots)
×
×
  • Create New...