将封装好的WIM格式的镜像通过AIK打开后出现错误,没办法使用
想使用MDT做部署终端的服务,然后通过IMAGEX封装好了系统镜像后,使用AIK打开后出现以下错误
14:18 : 此应用程序要求使用 Windows ADK 10.0.10586.0 版。
请安装此版本以纠正问题
14:18 :
14:18 : 在 D:\dri with os\Windows 7 SP1 X64 V4.wim 处打开 Windows 映像时出错。
14:18 :
14:18 : System.IO.InvalidDataException: 映像名称 2016-06-11 10:51:49 无效,原因是它包含特殊字符。.wim 文件中的 Windows 映像名称必须是对 Windows 操作系统有效的文件名。
有关如何重命名 .wim 文件中 Windows 映像的信息,请参阅 ImageX 技术参考文档。
在 Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo.SetImageName(String imageName)
在 Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo..ctor(WimFileHandle wimHandle, Int32 index)
在 Microsoft.ComponentStudio.ComponentPlatformInterface.WimInfo..ctor(String wimPath)
在 Microsoft.ComponentStudio.ComponentPlatformInterface.Cpi.OpenWim(String wimPath)
在 Microsoft.ComponentStudio.ImagePicker.GetImageInfoFromPath(String path)
在 Microsoft.ComponentStudio.ImagePicker.ValidateImageFileOrFolder(String fileOrFolder)
15:34 :