Jump to content

crazydrve

Member
  • Posts

    28
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by crazydrve

  1. I dont use this company wide. its only for my own personal testing when I use vm's at home. We were able to create system images at work so dont need to use wpi. I am sorry for any confusion mis-information, etc. Is using it to install windows updates against the license?
  2. I will change that to properly support your software. I love your software.
  3. Can you explain how i am using it against its license please?
  4. Thank you for the ideas. I am using windows 7 and sometimes XP, I had trouble slipstreaming the updates so I found you can silent install the updates with wpi. Its been working great. And I fixed my isssue.
  5. I have been using wpi for installing windows updates for a long time and recently as I am updating my list I found it to be faster using only windows not wpiw. Has anyone else noticed that? Does anyone else use wpiw for installing windows updates? Also are there user examples for various uses anywhere? I did a google search and cant find examples. thanks for any input
  6. I dont know if anyone else got this but I just downloaded and copied over my configs and I get the following errors: Line: 26 character: 1 Error: 'bit64' is undefined code: 0 url: file:///C:/WPI_v8.7.2/UserFiles/config.js and Line: 631 character: 7 Error: unable to get property 'toString' of undefinded or null reference code: 0 url: file:///C:/WPI_v8.7.2/WPIScripts/check.js I launch a clean copy and i dont see anything about 64bit processing under options wizard in tools area? I am doing something wrong? Thank you for all the hard work on this app. I just donated also.
  7. I finally found this bug only by trying to use the number order. If you leave it blank then you can manually adjust it using config.js. I have done this for years. I edited the program.js but I must not understand right what I am supposed to take out. { position="program.js"; whatfunc="byOrder()"; var x=a.ordr; var y=b.ordr; return ((x < y) ? -1 : ((x > y) ? 1 : 0));}new look was {return x - y;}
×
×
  • Create New...