roefje Posted February 9, 2005 Posted February 9, 2005 Hi I can't integrate 885835.It gives an error that the integration of the package with updates of software had a failure. Check processor type, language en version of service pack from this update.Sorry for the translation but the message is in Dutch.I downloaded the hotfix again but still the same message. All the other hotfixes went great not a problem.
Lucius Snow Posted February 9, 2005 Posted February 9, 2005 Anybody know how to slipstream KB886903 directly to .Net Framework 1.1 SP1 ?
Feltel Posted February 9, 2005 Posted February 9, 2005 Hi I can't integrate 885835.It gives an error that the integration of the package with updates of software had a failure. Check processor type, language en version of service pack from this update.Sorry for the translation but the message is in Dutch.I downloaded the hotfix again but still the same message. All the other hotfixes went great not a problem.Same error here but with another hotfix: http://www.msfn.org/board/index.php?showtopic=38746
sixpack Posted February 9, 2005 Posted February 9, 2005 use the /Q /N /Z /O switch for the update's tested and worksi only did not use the mydoom patch i did the reg tweak
Lucius Snow Posted February 9, 2005 Posted February 9, 2005 use the /Q /N /Z /O switch for the update's tested and worksi only did not use the mydoom patch i did the reg tweakThanks ... but i meant slipstreamed. I used the /Xp switch to extract the .msp file but i forgot the manipulation to do after. I've done this same kind of process a long time ago when i slipstreamed the SP 1.1. Unfortunately, i lost the guide :\
sixpack Posted February 9, 2005 Posted February 9, 2005 use the /Q /N /Z /O switch for the update's tested and worksi only did not use the mydoom patch i did the reg tweakThanks ... but i meant slipstreamed. I used the /Xp switch to extract the .msp file but i forgot the manipulation to do after. I've done this same kind of process a long time ago when i slipstreamed the SP 1.1. Unfortunately, i lost the guide :\ i did edit my posti respond to quick to your post sorry for this
sixpack Posted February 9, 2005 Posted February 9, 2005 meaby RyanVM can make a nice new Microsoft .NET Framework 1.1 installer with this update
Lucius Snow Posted February 9, 2005 Posted February 9, 2005 meaby RyanVM can make a nice new Microsoft .NET Framework 1.1 installer with this update Yep, that'd be good. I'll need to do it myself though .. because i use the french version. By the way, do you know when Ryan forum will be back ? It was suppose to take a "couple of days" but it's still offline :/
Lucius Snow Posted February 9, 2005 Posted February 9, 2005 I think i've found back the method :http://www.msfn.org/board/index.php?showto...10entry180154Testing it now.
LaptoniC Posted February 9, 2005 Posted February 9, 2005 I used the method at the page 24 of the thread.I added new patch to the batch and it worked good for me.When I go to update page no NET updateYou should have dotnetfx.exe,NDP1.1sp1-KB867460-X86.exe,NDP1.1sp1-KB886903-X86.exe,7za.exe,7zS.sfx,StartX.exe,upx.exe at the same location.make.bat%~d0CD "%~p0"MD tmpMD netfxsp1START /wait dotnetfx.exe /C /T:"%~dp0tmp"START /wait NDP1.1sp1-KB867460-X86.exe /XP:"%~dp0tmp"START /wait NDP1.1sp1-KB886903-X86.exe /XP:"%~dp0tmp"CD tmpSTART /wait msiexec /a netfx.msi TARGETDIR="%~dp0netfxsp1" /QB START /wait msiexec /p S867460.msp /a "%~dp0netfxsp1\netfx.msi"START /wait msiexec /p M886903.msp /a "%~dp0netfxsp1\netfx.msi"CD..COPY StartX.exe "%~dp0netfxsp1\StartX.exe"RMDIR /S /Q tmpCD netfxsp1..\7za.exe a "%~dp0netfxsp1.7z" -r -mx=7 -mfb=255 -md=48m *CD..RMDIR /S /Q netfxsp1COPY 7zS.sfx 7zSC.sfxupx.exe 7zSC.sfxECHO ;!@Install@!UTF-8!>config.txtECHO RunProgram="StartX.exe /WAIT \"msiexec /i netfx.msi /qb\"">>config.txtECHO ;!@InstallEnd@!>>config.txtCOPY /b 7zSC.sfx + config.txt + netfxsp1.7z netfxsp1.exeDEL 7zSC.sfxDEL config.txtDEL netfxsp1.7z
beppemito Posted February 9, 2005 Posted February 9, 2005 where can i find startx.exe?and upx.exe? dos or windows version?
sixpack Posted February 9, 2005 Posted February 9, 2005 where can i find startx.exe?and upx.exe? dos or windows version?for upx:http://upx.sourceforge.net/for startx.exe i dunno edit:startx.exe http://www.naughter.com/startx.html
Recommended Posts