Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help patching mso.dll
05-24-2018, 08:59 PM (This post was last modified: 05-24-2018 09:04 PM by shorterxp.)
Post: #1
Need help patching mso.dll
Anyone on this forum familiar with slipstreaming patched mso.dll (MS Office 2003 part) into CAB?

I have followed instructions on this thread: https://www.betaarchive.com/forum/viewtopic.php?t=10485
Quote:>I'm wondering if I can somehow edit the files on the install cd so that it will patch it automaticly or just install a patched version?
1.Extract O1561412.CAB to some
2.Patch mso.dll
3. Repack file via makecab.exe(windows\system32)
Place this
MAKECAB.ddf in the upper Dir
; DIAMOND directive file
.OPTION EXPLICIT ; Generate errors on variable typos
.Set CabinetNameTemplate=mycab.CAB

;** The files specified below are stored, compressed, in cabinet files
.Set Cabinet=on
.Set Compress=on
.Set CompressionType=LZX
.Set CompressionMemory=21
.Set MaxDiskSize=2147483136


and complete it by adding a filelist via
"dir /b >>..\makecab.ddf" <- run this from inside extractiondir
Now create the cab by running
makecab /f ..\makecab.ddf

I did this but Office 2003 installation thinks CAB is corrupt and does not fully install. It must be packed wrong. Sad
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Need help patching mso.dll - shorterxp - 05-24-2018 08:59 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication