Jump to content

Ghost82

Member
  • Posts

    149
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Ghost82

  1. Use a batch file. Do some research, it's all over the net...
  2. Here's a zip with all the regtweaks from my config.js RegTweaks.zip
  3. LOL, no I'd need terabytes of space for that... I just wanted to add as many as possible (everything I ever run into either on the web or on a machine at work and I've added most of the titles found in the "application installs" forum
  4. How long does it take to load when you are using WPI, because I don't see any programs in the list? Thanx It takes a couple of seconds acctually, It could be because of the defined locations that you do not see anything or just because the application is allready installed (I used alot of FileExists() statements) just open the file in notepad to see what's in there. ALSO: I install the stuff from CD.
  5. Here's my config.js. The list is way to long to display here... and the file isn't even complete (not that I have all the stuff included on disk but I'm just adding as many programs as I can so that whenever I decide to add something I won't have to add them to WPI. config.zip
  6. i just added it at the top of the file <{POST_SNAPBACK}> erhm.... add it below this line: $Title = "BitDefender 8 Professional Plus - Evaluation"
  7. try using the runas command, just type runas in a cmd-window
  8. Try adding this: If WinExists( $Title ) then ; Check if the window exists WinActivate( $Title ) ; If so Activate it EndIf
  9. To begin with the easy part: You can back-up you're config.js file located in the WPI\wpiscripts\ folder, that should save you the trouble of adding you're apps for scratch. About the options buttons: you can enable them by editing useroptions.js on the lines: var showmanualBtn=false; (change back to "true" (no quotes)) var showOptBtn=false; (change back to "true" (no quotes))
  10. @Nakatomi: It sounds like you're not really useing WPI to it's full potential. If you're not selecting the apps that you want installed through WPI at first logon you might just want to try useing the RunOnceEx method: http://unattended.msfn.org/intermediate/me...s/runonceex.htm
  11. Look on http://www.wpiw.net under documentation.
  12. @Yzöwl: thnx for you're quick answer, I'll try this out !!!
  13. I've been trying to figure out how to have WPI check if a registry key/value exists and if it doesn't exist run a .reg file. I've had no luck so far since WPI is JavaScript based I'm looking for a way to do it in JavaScript but if anyone knows another way that would be great also.
  14. Read this first: http://www.msfn.org/board/index.php?showtopic=54321
  15. @qzmicro: I wasn't really as annoyed as it may seem from that post, just wanted to make it very clear that this *I may be new but I don't have to read the manual* attitude has to stop coming from some of the newbies (I'm not saying they are al like that, we've all been in that stage allthough it's easy to forget about that ones you're beyond it.) edit: hell I think you all get the point...
  16. @Kel: Sure once I finished adding the titles I've collected so far I'll post it in this forum, maybe I'll make a new thread then so everyone can share/show off there config.js I may be abble to finish it sometime next week...
  17. Just read through the guide again. Looking for a side note: For the past few days I've seen a lot of posts from people asking if they could use nLite to integrate their apps (or if that will be possible in the future). The answer is (and always will be): NO!! BLOODY HELL NO!!!! I think that should be made very clear in this guide as one of the first lines, so that those who look for ways to integrate their apps get pointed to either: http://unattended.msfn.org or Unattended Windows or Application Installs or Windows Post-Install Wizard or just plain and simple: the ever so helpfull SEARCH (and YES, I am a bit frustrated about this....
  18. Was it this one?
  19. I have the same problem with the categories and column's thing... I guess the programs are hidden from the screen but "under the hood" they are still in the list. It's quite annoying (for me at least). I've been working on a config.js that contains ALL possible softwares and regtweaks that I can find (the .html file in the switchess thread elsewhere on the forum was very helpfull there) My config.js contains almost 12000(!) lines. You can see how many pages that would make if I have only 1 program hidden per category and a who bunch of categories... (5 per page is the max. so 15 categories would then make 3 pages already!)
  20. Firstly: Next time try using the edit button Second: try it without the leading zero's
  21. Could you try it this way? It may just be a temp. workaround until the problem is really fixed. cmd1[pn]=['\\\\Nt_fima_s\\service\\Support_Software\\Acrobat\\AdobeReader.msi /qn'] cmd2[pn]=['\\\\Nt_fima_s\\service\\Support_Software\\Acrobat\\Acro-Reader_701_Update.exe cmd3[pn]=['\\\\Nt_fima_s\\service\\Support_Software\\Acrobat\\Acro-Reader_702_Update.exe /S /v/qb']
  22. Have you tried useing ' ' around the ordernumbers? (ex. ordr[pn]=['35'] )
  23. Just out of interest how did you manage to make the manual open inside WPI??
  24. Do us al a favor and choose a smaller picture for your sig please !!
  25. Buy it in your local computerstore!!!
×
×
  • Create New...