June 12, 200818 yr Author yep, Amit is right. I can't customize the description when I have more that 1 exported image in a WIM. It still display Windows Vista Ultimate for all the image description... I wonder if there's a way to extract the XML file from the WIM, edit and repack it again...
June 12, 200818 yr @sp00f,yes, it should show description as shown in ur screenshot, but in this matter it is using "Display Discription" and "Display Image" tag instead of "Name" and "Description"!all these images are custom built of diff. versions. these "Display Discription" and "Display Image" are in 1.xml of install.wim file , is there any way to extract and rebuild 1.xml?Amit Edited June 12, 200818 yr by amit_talkin
June 13, 200818 yr Author @sp00f,yes, it should show description as shown in ur screenshot, but in this matter it is using "Display Discription" and "Display Image" tag instead of "Name" and "Description"!all these images are custom built of diff. versions. these "Display Discription" and "Display Image" are in 1.xml of install.wim file , is there any way to extract and rebuild 1.xml?Amitwow, where you figure out it uses 1.xml? good then, we just need someone who can extract and rebuild the file now...
June 13, 200818 yr as I said before, I have already tried to change it few months ago, It uses 1.xml to store image info. but I couldnt find how to repack 1.xml.
June 13, 200818 yr Why do you stupid people talk alot of bulls*** if you can use microsofts wimgapi to do this WIMGetImageInformationReturns information about an image within the .wim (Windows image) file.C++ BOOLWINAPIWIMGetImageInformation( HANDLE hImage, LPVOID *lplpvImageInfo, LPDWORD lpcbImageInfo );ParametershImage [in] A handle returned by the WIMCreateFile, WIMLoadImage, or WIMCaptureImage function.lplpvImageInfo [out] A pointer to a buffer that receives the address of the XML information about the volume image. When the function returns, this value contains the address of an allocated buffer, containing XML information about the volume image.lpcbImageInfo [out] A pointer to a variable that specifies the size, in bytes, of the buffer pointed to by the value of the lplpvImageInfo parameter.Return ValueIf the function succeeds, then the return value is nonzero.If the function fails, then the return value is zero. To obtain extended error information, call the GetLastError function.RemarksWhen the function succeeds, then the data describing the image is in Unicode XML format. Use the LocalFree function to free the memory pointed to by the lplpvImageInfo parameter when no longer needed.See AlsoWIMCreateFileWIMLoadImageWIMCaptureImage WIMSetImageInformationStores information about an image in the Windows image (.wim) file.C++ BOOLWINAPIWIMSetImageInformation( HANDLE hImage, LPVOID lpvImageInfo, DWORD cbImageInfo );ParametershImage [in] A handle returned by the WIMCreateFile, WIMLoadImage, or WIMCaptureImage functions.lpvImageInfo [in] A pointer to a buffer that contains information about the volume image.cbImageInfo [in] Specifies the size, in bytes, of the buffer pointed to by the lpvImageInfo parameter.Return ValueIf the function succeeds, then the return value is nonzero.If the function fails, then the return value is zero. To obtain extended error information, call the GetLastError function.RemarksThe data buffer being passed into the function must be the memory representation of a Unicode XML file. Calling this function replaces any customized image data, so, to preserve existing XML information, call the WIMGetImageInformation function and append or edit the data.If the input handle is from the WIMCreateFile function, then the XML data must be enclosed by <WIM></WIM> tags. If the input handle is from the WIMLoadImage or WIMCaptureImage functions, then the XML data must be enclosed by <IMAGE></IMAGE> tags.See AlsoWIMCreateFileWIMLoadImageWIMCaptureImageWIMGetImageInformation Edited June 13, 200818 yr by levien
June 15, 200818 yr Author Why do you stupid people talk alot of bulls*** if you can use microsofts wimgapi to do this because we didn't know C++?
June 15, 200818 yr Why do you stupid people talk alot of bulls*** if you can use microsofts wimgapi to do this because we didn't know C++?if we were stupid, we couldnt have this kinda ques.!
July 16, 200818 yr hi guys,I have a idea but it may take hours.you apply the image then you capture it,and "display *" is gone.笨办法有时候是最好的办法.好运,goodluck.
October 3, 200817 yr I just updated GImageX so that you can add the DisplayName and DisplayDescription tags during capture or change them on existing images. Let me know how it works out http://www.autoitscript.com/gimagex
October 3, 200817 yr I just updated GImageX so that you can add the DisplayName and DisplayDescription tags during capture or change them on existing images. Let me know how it works out http://www.autoitscript.com/gimagexI'm confused about the many different programs called GImageX... some of these need to get changed.
September 25, 201510 yr Thanks for update gimagex for support the Display Name and description tag.It works also for Windows 8.1. This topic is old but also usefull these days even with Windows 10 Now i can make a customized ISO File that support also autounattend.xml
Create an account or sign in to comment