Jump to content

ICANIT

Member
  • Posts

    42
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

Everything posted by ICANIT

  1. LARCIEL: Please post your config.js Your problem might lie here...
  2. Sadicq, you just solved the problem. Now i just hope someone will make and official update, like a version 5.11 or something, and incorpurate your changes. Now 5.1 is stable and running smooth. THAAAANKS
  3. I have noticed that this line gets automatically inserted in my config file : gcond[pn]=['FileExists(\'%programfiles%\')']; maybe its harmless, but why does my config file get modified ? is it soposed to do so ? anyway, i post my log and my configs. Kel, asked for this earlier. WPI_Log.txt IcanIT_config.js useroptions.js
  4. I apreciate your effort Sadicq, i hope someone can solve this isue soon. 5.01 didnt have this problem, so i must settle with this until further. Thanks
  5. I have just tested Sadicq's solution, unfortunately it didnt help. log file attached. WPI_Log.txt
  6. I had the same problem, many versions ago. you just have to write your cmd[pn] line like this : cmd1[pn]=['systemdrive','path\\cmd'] that is : put in the word "Systemdrive" before your installation path. works for me.
  7. Hi Whimsy/hasi I'm administrating several Windows2003 domains, with AD and RIS. I have used WPI on RIS since version 2.7, its a great "program". but if it in anyway could be possible to launch WPI before the image on my RIS is installed, that would be even more nice. I am not into programming in VBS or JS, but i would be glad to help, testing on active directory, network, RIS and so on. just let me know. Keep up the good work :-)
  8. the /v/qn switch is also tested on the english version, works very fine. Thanks Maaaa
  9. Hasi's version 2.9.x is the one to use.
  10. Its not possible. Try this Topic instead : Adding more RunOnceEX during RunOnceEx then you can devide your applications into two pools.
  11. You DO have an idea of whats being installed. First of all, you write your applications that you like to be installed on the second boot in "secondrun.cmd" and second they will be run from Runonceex exactly as the first portion did. I am not saying your method is wrong or anything, just informing how it also can be done.
  12. The easy way : At the bottom of your first RunonceEx.cmd file put this : REG ADD %KEY%\098 /V 1 /D "%Systemdrive%\Install\Secondrun.cmd" /f in "secondrun.cmd" you just put your applications in the same way as you did in Runonceex.cmd. remember to put a line to reboot windows, at the end of your "secondrun.cmd" file, like : Shutdown.exe -r -f -t 60 -c "windows will restart in 1 min..." Works for me.
  13. I install Daemon tools 3.47 from RunonceEx like this : Daemon347.msi /qn reboot=suppress I have no popups at all. btw you can use daemontools in scripts too : Daemon -mount 0, "path-to-cue-file" and Daemon -unmount 0,
  14. i havent got exactly those two files but i thinks it would be like this : for KB831240 you could try : /Quiet /Norestart /o and for Q832483 you should try : -u -o -z -q Anyway, you will get the correct syntax by running the program with /?
  15. Just use : /Silent it will work.
  16. The ultimate program for making unattended installs is : Notepad WPI 2.7 Final is another very usefull "Program" :-)
  17. you'll need to have this code in the beginning of each cmd file : SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
×
×
  • Create New...