Jump to content

kevluck

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About kevluck

kevluck's Achievements

0

Reputation

  1. I used the link off the other message (ryanVM), and I didn't see the validation UI throughout the XP install, but I'm not sure about one thing: Is this is a hack sort of, or just another way of properly integrating the validation part
  2. kevluck

    progress bar

    I use the runoncecmd to install windows updates that I can't integrate w/ nlite, and since I install the stuff from the CD-ROM it takes it time, but I was wondering is there a way to show the progress bar while the framework is installing? If I could have the progress bar at least it would be shown the installation is working. I was hoping if you got rid of the /passive it would show the progress bar but had no luck w/ that. I suppose I could use the $systemdrive$ feature to install the updates from the hard drive to make this faster, but I'm not sure if the updates will be removed from the hard drive after the install, or is that something I'll have to go back and do manually cmdow @ /HID @echo off SetLocal enableextensions SET CDROM=%~d0 SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\010 /V 1 /D "%CDROM%\update\WindowsMedia11-KB954154-x86-ENU.exe /quiet /norestart" REG ADD %KEY%\015 /V 1 /D "%CDROM%\update\windows-kb890830-v2.13.exe /quiet /norestart" REG ADD %KEY%\020 /V 1 /D "%CDROM%\update\dotnetfx35setup.exe /q /norestart" EndLocal EXIT Thanks for any info
  3. Hello all, I've had a lot of fun playing around w/ Nlite, and have made good progress, but one thing is bugging the heck of me; probably making to much of nothing though. The latest windows validation update, kb905474, I can get to work through runoncex, but for the life of me I can't get rid of the screen(s) where you have to click next and so on. May be you can't get rid of the user input for kb905474, but and ideas would be appreciated. Thanks
×
×
  • Create New...