Petr Posted July 5, 2006 Posted July 5, 2006 Does anybody know how to use MS patch (mspatcha.dll) to extract the RTMQFE branch form packages like KB916281? I have found on MSDN pages how to use mspatchc.dll and mspatcha.dll by other programs, but is there any way how to use them as standalone utility?Or is there any tool that would create this type of patch files and restore them back?Petr
erpdude8 Posted July 5, 2006 Posted July 5, 2006 Petr,there's a third party DLL patcher that uses the mspatcha.dll file to "patch" files. I mentioned this to MDGx in the "98FE + 98SE + ME + updates + hotfixes" topic a few months ago.Use the WTL Patcher app from this site (requires registering with the Code Project site to download the program):http://www.codeproject.com/tools/patch.asp
erpdude8 Posted July 11, 2006 Posted July 11, 2006 Use the WTL Patcher app from this site (requires registering with the Code Project site to download the program):http://www.codeproject.com/tools/patch.aspbad news about the WTL Patcher application is that it only works properly under windows 2000, xp, server 2003 or vista. Run the WTL patcher tool under windows 95, 98 or me and the patcher's functions will do nothing even with the windows installer 2.0 and the mspatcha.dll file installed under W9XME.
erpdude8 Posted September 11, 2006 Posted September 11, 2006 latest versions of mspatcha.dll file for Win9x/ME/NT4 (5.2.9354.0) can be found in the IE6 SP1 KB916281 security update. newer than the one found in the Windows Installer 2.0 package for Win9x/ME/NT4.
LLXX Posted September 12, 2006 Posted September 12, 2006 Have you examined the exports of the DLL with a PE editor?Sometimes the function names are either self-descriptive (and a bit of reversing and experimentation should reveal the parameters etc.) or make good search terms for further exploration.
erpdude8 Posted September 13, 2006 Posted September 13, 2006 Have you examined the exports of the DLL with a PE editor?Sometimes the function names are either self-descriptive (and a bit of reversing and experimentation should reveal the parameters etc.) or make good search terms for further exploration.BUT how do you use them? what is the syntax for using the MSPATCHA.DLL file w/out using any third party tools?
hazard_abio Posted September 15, 2006 Posted September 15, 2006 BUT how do you use them? what is the syntax for using the MSPATCHA.DLL file w/out using any third party tools?well, if you have VB6, you can compile this and use it to find out what the syntax of the dll ishttp://www.planet-source-code.com/vb/scrip...26&lngWId=1i haven't tryed this myself, but this is what the author says it can do.
Tihiy Posted September 15, 2006 Posted September 15, 2006 well, if you have VB6, you can compile this and use it to find out what the syntax of the dll ishttp://www.planet-source-code.com/vb/scrip...26&lngWId=1It won't work since mspatch does not rely on COM.mspatch functions are extremely easy to use.API is described here: http://msdn.microsoft.com/library/default..../bdcapitech.aspI use them in RPLite V [English]. It is easy but requires some weird string format.
erpdude8 Posted October 2, 2006 Posted October 2, 2006 (edited) well, if you have VB6, you can compile this and use it to find out what the syntax of the dll ishttp://www.planet-source-code.com/vb/scrip...26&lngWId=1It won't work since mspatch does not rely on COM.mspatch functions are extremely easy to use.API is described here: http://msdn.microsoft.com/library/default..../bdcapitech.aspI use them in RPLite V [English]. It is easy but requires some weird string format.all right. I wasnt clear to some people when I asked "what is the syntax for using the MSPATCHA.DLL file w/out using any third party tools?"I should ask it this way.Can I use MSPATCHA.DLL by using RUNDLL32.EXE? (ex. RUNDLL32 MSPATCHA.DLL,<whatever valid command or commands "mspacha" will accept> Edited October 2, 2006 by erpdude8
PROBLEMCHYLD Posted November 10, 2012 Posted November 10, 2012 I was wondering if this method can be used instead of using 3rd party apps to patch system files? It would help keep the SP slimmed down.
jumper Posted November 11, 2012 Posted November 11, 2012 Yes, I think so. On my Win98se machine, Mspatcha.dll exists in the System folder. It is an XP version, but Depends reports no problems. It should work with RUNDLL32.
PROBLEMCHYLD Posted November 13, 2012 Posted November 13, 2012 There is nothing I have found that says how to use it
jumper Posted November 13, 2012 Posted November 13, 2012 mspatch functions are extremely easy to use.API is described here: http://msdn.microsoft.com/library/default..../bdcapitech.aspI use them in RPLite V [English]. It is easy but requires some weird string format.Here's an updated link to Delta Compression Application Programming Interfaces
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now