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. You have already made your folder layout right in your post. In the install folder make folders named like so: SYSTEM UPDATES GAMES SYSTEM INTERNET BROWSERS OFFICE GRAPHIC PROGRAMS SECURITY CD/DVD BURNING TOOLS ADOBE APPLICATIONS MACROMEDIA APPLICATIONS After that put the corresponding apps in their respective folders. As for the spannig of multiple disks I am lost their WPI isn't really designed for this kind of thig the only thing I could think of is to make a seperate entry for each disk and have a box popup with a continue button on it asking to insert the "system disk" or the Office disk and users could select wich disks they would need during the app selection process. The numbering would have to be made very carefully though.
  2. YAY glad to have helped another satisfied customer.
  3. it has to be the # of collums try changing it from 4 to 3.
  4. Can't recreate the prob here how many collums do you have??
  5. in the themes folder is a notepad file called wpi.css all of your font sizes reside in there.
  6. What resolution and theme are you using?
  7. Whimsy did a wonderfull job of editing and beautifying the maunual so far. GREAT JOB WHIMSY AWESOME!!
  8. 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.
  9. 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.
  10. 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.
  11. 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:\.
  12. I jusr released the first chapter of the wpi manual that explains most of this. look in the post below this labeled wpi manual.
  13. 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.
  14. Ok peeps here is chapter one of the official WPI manual.
  15. OKAY M8 I am glad it got your problem straightened out.
  16. 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.
  17. 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"
  18. Oh my god!!!! Thank you very much gresh. I really appreciate the tip.
  19. 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
  20. 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?
  21. 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.
  22. I keep getting multiple instances of this starting when I am using the controls in wpi.
  23. I am very glad that I could help you out.
×
×
  • Create New...