DesktopAppConverter (DAC) says the expanded image is invalid, when I try to convert my app

拥有回忆 提交于 2019-12-10 10:44:35

问题


I have downloaded the .wim file that matches my Windows version (14393) and gone through the process of setting up the converter. So, I have the converter app running on my machine. When I attempt to run a conversion, I get error message E_EXPANDED_BASEIMG_INVALID. I have tried to get rid of the expanded image by run DAC with the -Cleanup ExpandedImage parameter, but it fails to clear it. Have you managed to replace the expanded image? The files are quite large and I cannot keep adding expanded images to my machine. Thanks in advance for any suggestions.


回答1:


I have the same experience before, the temporary workaround is to delete the BaseImage-14393 folder under C:\programdata\Microsoft\Windows\Images\ manually.

Please notice that we need to get enough security permission to complete this operation, please see my detailed steps in this question

Then I would suggest you reinstalling the Base Image.

I will inform the related team on this issue.




回答2:


Make sure build version number of your operating system is same as base image. e.g. 17134

to ensure that use below command:

winver

If you installed wrong version try to remove existing image and reinstall correct version.

You can use below command which deletes all the expanded base images installed on your host machine. Process may take a while.

DesktopAppConverter.exe -Cleanup ExpandedImage


来源:https://stackoverflow.com/questions/41040940/desktopappconverter-dac-says-the-expanded-image-is-invalid-when-i-try-to-conv

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!