jquintino Posted January 6, 2005 Posted January 6, 2005 how to hotfixes on runonce ?or its impossible ?thanks
tguy Posted January 6, 2005 Posted January 6, 2005 You could create a batch file using the following syntax and execute it from the RUNONCEEX.CMD@echo offsetlocalset 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.EXEECHO "Installation Complete"EXIT
jquintino Posted January 6, 2005 Author Posted January 6, 2005 thanks but i want run directly to runonce.cmd
Incroyable HULK Posted January 6, 2005 Posted January 6, 2005 You mean like something like that?REG ADD %KEY%\011 /VE /D "Hotfixes" /fREG ADD %KEY%\011 /V 1 /D "%windir%\Temp\Install\Hotfixes\KB814078.exe /Q:A /R:N" /fREG ADD %KEY%\011 /V 2 /D "%windir%\Temp\Install\Hotfixes\KB823353.exe /Q:A /R:N" /f
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now