June 11, 200422 yr I have the following command in the cmdlines.txt file:"%systemdrive%\Install\HotFixes\KB839643.EXE /Q /O /N /Z"and I am getting the following errorSetup was unable to invoke external program %systemdrive%\Install\HotFixes\KB839643.EXE /Q /O /N /Z because of the following error:CreateProcess returned error 2 (2).Any suggestions?
June 11, 200422 yr i think there's another topic about this hotfix already...some quotes from that topicDirectX90-KB839643-x86 is the update for directx 9.x only , WindowsXP-KB839643-x86 is the update for directx 8 which is included in an xp default installFrom RunOnce, or similar, no problemso... lots of people have had difficulty installing this update through svcpack.inf and cmdlines.txt by the look of it...just install it through RunOnce
June 11, 200422 yr ad this to cmd:ECHO.color 0fECHO Installing DirectX 90 Security Updatestart /wait %systemdrive%\install\hotfixes\directx90-kb839643-x86-enu.exe /quiet /norestartput het hotfix in:$OEM$\$1\install\hotfixesand edit this in winnt.sif if you dont have it ad the bottom:[GuiRunOnce]%systemdrive%\install\hotfixes\hotfixes.cmd
June 13, 200422 yr @ jp2002:I hope I'm assuming incorrectly here, but if that command is actually a line in cmdlines.txt then there's your problem.Putting that command in a batch file and have cmdlines.txt call the batch file should work.
Create an account or sign in to comment