raghunath1 Posted July 3, 2014 Posted July 3, 2014 Hi, Could you please help with below question. I am using WIMGAPI in C++ app from WIN PE for capturing and applying wim images. As per msdn, It is necessary to set the temporary folder path using WIMSetTemporyPath() API before applying the image.So what is the minimum space that should be reserved and any other details like how the temp space is actually used? Referencehttp://msdn.microsoft.com/en-us/library/windows/desktop/dd851944.aspx Regards,Raghu
Tripredacus Posted July 3, 2014 Posted July 3, 2014 I haven't used this myself, but the SDK documentation implies that the path is where the image is being applied to. So the partition you are applying to would need some sort of extra space beyond the size of the image. As for how much space is used, I'm not sure how you could tell. I could be wrong in my interpretation of the help topic. Help topic from MSDN (matches content in the SDK helpfile)http://msdn.microsoft.com/en-us/library/windows/desktop/dd851937.aspx OP cross posted on MSDN Social:http://social.msdn.microsoft.com/Forums/en-US/4054d8d8-2d67-4119-8ede-6f0bbc17f01f/minimum-space-required-for-wimsettemporypath-api?forum=windowsgeneraldevelopmentissues 1
raghunath1 Posted July 4, 2014 Author Posted July 4, 2014 Thanks. You are right. If the additional space is less then the apply image fails in between with error 112(ERROR_DISK_FULL).
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now