Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
/ MPF-net48 Public archive

MPF with .NET Framework 4.8 for legacy Windows systems

License

Notifications You must be signed in to change notification settings

Deterous/MPF-net48

Repository files navigation

MPF Legacy

Build status

A fork of Media Preservation Frontend (MPF) to enable legacy Windows users to continue to contribute to redump.org

MPF Legacy will only be updated with bug fixes and new versions of DIC, Aaru, and Redumper. If you need any new features from MPF 3 and for whatever reason cannot upgrade Windows, create a PR or an issue.

System Requirements

I am currently working on porting and testing code to older Windows systems. Until then, the following are required to run MPF Legacy:

  • Windows 7 SP1 (both 32bit and 64bit supported)
  • .NET Framework 4.8 Runtime
  • You will need to disable strong name validation due to Microsoft.Management.Infrastructure being unsigned. Add the following registry keys:
	[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\StrongName\Verification\*,31bf3856ad364e35]
	[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\StrongName\Verification\*,31bf3856ad364e35]

Credits

All thanks go to the developers and testers of MPF. This repo is just a semi-frozen branch supporting users who choose to use legacy Windows systems or prefer the "Classic" MPF with .NET Framework 4.8 experience.