Jump to content

sp00f

Member
  • Posts

    732
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by sp00f

  1. Windows update shows this one : KB931836 http://support.microsoft.com/kb/931836 But i dont see any download for Vista, any one has this hotfix?
  2. yes i always use %AppsRoot% function ReplacePath(v) { position="core.js"; whatfunc="ReplacePath()"; var i, rs = new String(v); rs = rs.replace(/%wpipath%/gi, wpipath); // Replace WPI's special environment variables rs = rs.replace(/%root%/gi, root); // WPI parent folder if (hdd=="") rs = rs.replace(/%cdrom%/gi, cddrv); // started from cdrom else rs = rs.replace(/%cdrom%/gi, hdd); // not started from cdrom rs = rs.replace(/%sysdir%/gi, sysdir); // same as before rs = rs.replace(/%dospath%/gi, dospath); // new variable rs = rs.replace(/%oslang%/gi, oslang); // operating system language code rs = rs.replace(/%reboot% /gi, 'shutdown.exe -r -f -t '); // force a reboot after X seconds rs = rs.replace(/%reboot%/gi, 'shutdown.exe -r -f -t 0'); // force a reboot now rs = rs.replace(/%sleep%/gi, wpipath+"\\Tools\\Sleep.exe"); // Pause for x seconds rs = rs.replace(/%extract%/gi, '"'+wpipath+"\\WPIScripts\\ExtractToPath.vbs"+'"'); // Archive Extraction And how do i change this?
  3. I posted same error one before After install office, i get these errors with WPI http://www.msfn.org/board/index.php?showtopic=98628
  4. You could use %root% instead of %AppsRoot% or you can change the code in configwizard.js at line 824 and 827 to reflect your new name. else if (str.indexOf(root) != -1) { trimpath=root; trimpathvar="%root%"; } thx But doesnt work
  5. Works fine, but how can i cange the %wpipath% into my own path (%AppsRoot%)??
  6. Would be nice if i can still have the progress bar
  7. I overwrite the default wallpaper in install.wim (windows\web\wallpaper\img24.img) with my favorite wall Just another way to do it Yep
  8. This doesnt work for all of us, i install other things at that point and let the pc reboot there. So thats why i use the XML way.
  9. It seems they getting ready for SP1 Windows Automated Installation Kit Documentation (Windows Server code named "Longhorn" Beta 3 & Windows Vista SP1) http://www.microsoft.com/downloads/details.aspx?familyid=c0758bb7-b0c9-4a70-9462-4e3e8e3176b1&displaylang=en&tm
  10. http://www.msfn.org/board/index.php?showtopic=94149
  11. sp00f

    Vista version error

    I burned it , and it works fine, still a strange error.
  12. When i try to open my vista for the second time with vlite i receive an version error. I only removed the language the first time.
  13. good question, i searched for this also, but found nothing.
  14. Since i didnt know where to put this......(if wrong please move) I got some complains about a virus on our DVD , in a file named : "TaskKillS.exe" This is a tool of WPI. To be sure i redownloaded the WPI tools on a clean machine, and scanned the file. And i was very supprised when i saw this : Found Trojan.Downloader.Autoit.A Found W32/Smalltroj.JKS I know its probbably a fals alarm, but thats not what the customer thinks. Sorry again when posted in the wrong place......
  15. Open the XML with norepad and change into : <SkipMachineOOBE></SkipMachineOOBE>
  16. I get this runtime error in the middel of the install. first i thought it might be the app thats causing the error, but after removing or move the app to another place , another app gives the error. I use vista by the way. Works fine, when select only a few apps. I attached a movie of the error. EDIT : Problem found : office 2007 Windows_Vista_Movie.7z config.rar
×
×
  • Create New...