Jump to content

minimum space required for "WIMSetTemporyPath()" API


raghunath1

Recommended Posts

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? 

 

Reference

http://msdn.microsoft.com/en-us/library/windows/desktop/dd851944.aspx

 

 

Regards,

Raghu

Link to comment
Share on other sites


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. :unsure:

 

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...