ToBe Posted June 17, 2004 Posted June 17, 2004 Translated it said something about "not correctly signed by microsoft, it will not be installed." at the T9-T8 mark in the install. Guess it has to do with the dll's beeing registered, and has wrong filesize or something. But WU shows no updates, the hotfix shows up in add/remove, and the fileversion is correct, so it must have been installed anyway.
GreenMachine Posted June 17, 2004 Author Posted June 17, 2004 Getting closer ... thanks for the results of your experiments!
mdes Posted June 17, 2004 Posted June 17, 2004 Putting the following code in RunOnceEx.cmd (called in cmdlines.txt), gives an empty Windows Update REG ADD %KEY%\010 /VE /D "KB817778: Advanced Net Pack" /fREG ADD %KEY%\010 /V 1 /D "%SystemDrive%\Install\HotFixes\WindowsXP-KB817778-x86-FRA.exe /Q /U /O /N /Z" /fREG ADD %KEY%\015 /VE /D "KB839643: DirectX9" /fREG ADD %KEY%\015 /V 1 /D "%SystemDrive%\Install\HotFixes\DirectX90-KB839643-x86-FRA.EXE /Q /U /O /N /Z" /fREG ADD %KEY%\020 /VE /D "Q831167: WinInet" /fREG ADD %KEY%\020 /V 1 /D "%SystemDrive%\Install\HotFixes\Q831167_IE6_SP1.exe /Q:A /R:N" /f
ToBe Posted June 17, 2004 Posted June 17, 2004 yes......BUTas this is the XPCREATE forum, we're trying to get it to work FROM SVCPACK.INF as describe in the Microsoft docs. Not just trying to get it work, we already knew that way. It's the hard way we want to figure out.Thanks anyway.taken from page two of this thread......
GreenMachine Posted June 18, 2004 Author Posted June 18, 2004 Still haven't had a change to look at this, and I do, as mdes, install it upon reboot.@mdes: I install Q831167 from SVCPACK.INF, and as long as QCHAIN is used, I have no problem. Without QCHAIN, however, it does install, but is overwritten on reboot. This is the only real life example I have come across that requires QCHAIN. Still, one is enough ...
mdes Posted June 22, 2004 Posted June 22, 2004 OK, I flown over your QCHAIN remove information, but I didn't really read it
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