Jump to content

How we can install these updates with silent intallation...


batouhan

Recommended Posts


Place them all in the same folder, for example C:\Hotfixes\, then open a command prompt and type :

for %i in (c:\hotfixes\*kb*.exe) do start /wait /low %~dspnxi /q /o /n /z

you need to reboot manually at the end

This method works only with Type 2 Hotfixes, those a with squared icon (blank inside with blue borders)

++

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...