Jump to content

how to hotfixes on runonce ?


Recommended Posts


You could create a batch file using the following syntax and execute it from the RUNONCEEX.CMD

@echo off

setlocal

set PATHTOFIXES=.\ ;(sets path to current directory)

%PATHTOFIXES%\KB823182.EXE /Z /M

%PATHTOFIXES%\KB823559.EXE /Z /M

%PATHTOFIXES%\KB824105.EXE /Z /M

%PATHTOFIXES%\KB825119.EXE /Z /M

%PATHTOFIXES%\KB826232.EXE /Z /M

%PATHTOFIXES%\KB828035.EXE /Z /M

%PATHTOFIXES%\KB830352.EXE /Z /M

%PATHTOFIXES%\KB837001.EXE /Z /M

%PATHTOFIXES%\KB839643.EXE /Z /M

%PATHTOFIXES%\KB839645.EXE /Z /M

%PATHTOFIXES%\KB840315.EXE /Z /M

%PATHTOFIXES%\KB841872.EXE /Z /M

%PATHTOFIXES%\KB841873.EXE /Z /M

%PATHTOFIXES%\KB842526.EXE /Z /M

%PATHTOFIXES%\QCHAIN.EXE

ECHO "Installation Complete"

EXIT

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