Jump to content

Recommended Posts


Posted

Is anyone else having a problem with Windows Update v5? it wont list the updates that I need it just errors, I used this pack and its not worked since.

It returns this error

[Error number: 0x8024800C]
Posted

How about a link from the Hotfix's thread? There really isn't a need to have both, and since this is completely language dependant, it shouldn't replace the other either.

Posted

My other computer that I have not used this pack on it

there is a new update

KB834707 - Cumulative Security Update for Internet Explorer for Windows XP Service Pack 2

Also there is an update for Office XP (I dont have Office XP! :blink: )

KB885884 - Critical Update for Office XP on Windows XP Service Pack 2

And something to add to Media player 10 - Update for Windows Media Connect

Are there going to be added?

PS Also can this methord be used to add service packs to NT4? I run it on a REALY old PC but its a pain in the arse as it has not CD ROM and takes me ages to install it over LPT CD-ROM, has anyone done it before? slipsteamed SP6a into NT4?

....

One more this what are the folders

sp2qfe

sp2gdr

update

for? what files does the system need?

Posted
My other computer that I have not used this pack on it

there is a new update

KB834707 - Cumulative Security Update for Internet Explorer for Windows XP Service Pack 2

Well aware of it (and it's already been pointed out a few times in this thread)
Also there is an update for Office XP (I dont have Office XP! :blink: )

KB885884 - Critical Update for Office XP on Windows XP Service Pack 2

I can personally confirm that it doesn't show up on a system with no MS Office installed. Also, KB885884 updates mso.dll, which isn't included on the XP CD.
And something to add to Media player 10 - Update for Windows Media Connect

Are there going to be added?

Nope
PS Also can this methord be used to add service packs to NT4? I run it on a REALY old PC but its a pain in the arse as it has not CD ROM and takes me ages to install it over LPT CD-ROM, has anyone done it before? slipsteamed SP6a into NT4?
Nope
One more this what are the folders

sp2qfe

sp2gdr

update

for? what files does the system need?

Already posted the link once in this thread :rolleyes:

http://support.microsoft.com/?id=824994

Posted

@RyanVM: i plan on adding KB834707 to my XPSP2 compilation via the /integrate switch.

but before doing so, i would like to confirm something to you... would it be appropriate if i apply your patch before applying the KB834707 hotfix or it doesn't matter in what order im applying your patch and the hotfix?

Posted

edmoncu - Last night I tested out a CD with RyanVM's pack integrated first, then integrated the KB834707 hotfix second. It worked fine but does add about four megabytes to the CD doing it that way.

Posted

oh, that's what i love about RyanVM's work. it eats a whole lot less CD space than simply adding or integrating the KB hotfixes.

btw, you said it added 4mb? hmm... does the hotfix itself weighs around 3mb only?

Posted
oh, that's what i love about RyanVM's work. it eats a whole lot less CD space than simply adding or integrating the KB hotfixes.

btw, you said it added 4mb? hmm... does the hotfix itself weighs around 3mb only?

Makes perfect sense to me. As I've explained numerous times, the /integrate switch simply leaves both uncompressed files in i386 (the updated files) and edits svcpack.inf to run the EXE from the svcpack folder to create the registry entries. So yes, you'll have the original EXE size plus the added size from the uncompressed updated files.

And yes, you should do my pack first since mine puts a new version of svcpack.inf in i386 that you don't want overwriting the version with /integrate.

Posted

besides, if one knows how to add stuffs via svcpack.inf, there's no sense using the /integrate switch as i suppose it does the same except that it adds lesser files.

Posted

Hi,

I downloaded your .Net Framework and Java VM and put them in

$OEM$\$1\Install\SunJava\jre5.exe

$OEM$\$1\Install\NetFramework\netfxsp1.exe

alos add these lines in RunOnceex.cmd

REG ADD %KEY%\050 /VE /D ".NET Framework v1.1 SP1" /f

REG ADD %KEY%\050 /V 1 /D "\"%systemdrive%\install\NetFramework\netfxsp1.exe\" /f

REG ADD %KEY%\065 /VE /D "Sun Java VM 1.5.0" /f

REG ADD %KEY%\065 /V 1 /D "\%systemdrive%\install\SunJava\jre5.exe\" /f

but it give me following msg.......

Posted
Hi,

I downloaded your .Net Framework and Java VM and put them in

$OEM$\$1\Install\SunJava\jre5.exe

$OEM$\$1\Install\NetFramework\netfxsp1.exe

alos add these lines in RunOnceex.cmd

REG ADD %KEY%\050 /VE /D ".NET Framework v1.1 SP1" /f

REG ADD %KEY%\050 /V 1 /D "\"%systemdrive%\install\NetFramework\netfxsp1.exe\" /f

REG ADD %KEY%\065 /VE /D "Sun Java VM 1.5.0" /f

REG ADD %KEY%\065 /V 1 /D "\%systemdrive%\install\SunJava\jre5.exe\" /f

but it give me following msg.......

You have some unneeded slashes before %systemdrive%. Try it this way:

REG ADD %KEY%\050 /VE /D ".NET Framework v1.1 SP1" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\NetFramework\netfxsp1.exe\" /f

REG ADD %KEY%\065 /VE /D "Sun Java VM 1.5.0" /f
REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\SunJava\jre5.exe\" /f

Hope this helps.

Posted

cola99, this is not topic related.

jrf2027, you left the \" on the end.

REG ADD %KEY%\050 /VE /D ".NET Framework v1.1 SP1" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\NetFramework\netfxsp1.exe" /f
REG ADD %KEY%\065 /VE /D "Sun Java VM 1.5.0" /f
REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\SunJava\jre5.exe" /f

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...