基于 Dokan 的驱动框架,在Windows 下,将 Apple DMG 文件加载为虚拟磁盘。
很多 Apple OSX 程序的发布都是Dmg 格式。通过此工具能直接读取DMG中的文件。
目前只支持WIN7以上系统。
1 安装 Dokan 驱动框架, 附件
2 安装 Visual C++ Redistributable Packages for Visual Studio 2013 https://www.microsoft.com/en-us/download/details.aspx?id=40784
3 运行 DMGMounter.exe /f [你的DMG文件], 自动加载到 Y盘
4 访问完毕关闭 DMGMounter, 自动卸载Y盘
(Based on Dokan's driver framework, under Windows, load Apple DMG files as virtual disks.
Many Apple OSX programs are released in Dmg format. Through this tool, the files in DMG can be read directly.
Currently, only systems above WIN7 are supported.
1 Install Dokan drive frame, accessories
2 Install Visual C++ Redistributable Packages for Visual Studio 2013 https://www.microsoft.com/en-us/download/details.aspx?id=40784
3 Run DMGMounter.exe /f [your DMG file], automatically load to Y drive
4 After accessing, close DMGMounter and automatically unmount the Y disk)