Jump to content

progress bar


kevluck

Recommended Posts

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

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...