May 8, 200818 yr Hi and sorry if I posted in wrong section. I was wondering if there's any way I can programmatically edit description file for .WIM files?Thanks
May 28, 200818 yr Author No it didn't work:Available Image Choices:------------------------<WIM> <TOTALBYTES>560483567</TOTALBYTES> <IMAGE INDEX="1"> <NAME>Windows Vista Ultimate (RED) Edition</NAME> <DESCRIPTION>Windows Vista Ultimate (RED) Edition</DESCRIPTION> <FLAGS>ULTIMATE</FLAGS> <WINDOWS> <ARCH>0</ARCH> <PRODUCTNAME>Microsoft« Windows« Operating System</PRODUCTNAME> <HAL>acpiapic</HAL> <PRODUCTTYPE>WinNT</PRODUCTTYPE> <PRODUCTSUITE>Terminal Server</PRODUCTSUITE> <LANGUAGES> <LANGUAGE>en-US</LANGUAGE> <DEFAULT>en-US</DEFAULT> </LANGUAGES> <VERSION> <MAJOR>6</MAJOR> <MINOR>0</MINOR> <BUILD>6001</BUILD> <SPBUILD>18000</SPBUILD> </VERSION> <SYSTEMROOT>WINDOWS</SYSTEMROOT> </WINDOWS> <DIRCOUNT>5126</DIRCOUNT> <FILECOUNT>25594</FILECOUNT> <TOTALBYTES>2646698143</TOTALBYTES> <CREATIONTIME> <HIGHPART>0x01C85BE0</HIGHPART> <LOWPART>0x7466D77A</LOWPART> </CREATIONTIME> <LASTMODIFICATIONTIME> <HIGHPART>0x01C8BFFA</HIGHPART> <LOWPART>0x15F0C910</LOWPART> </LASTMODIFICATIONTIME> <DISPLAYNAME>Windows Vista Ultimate</DISPLAYNAME> <DISPLAYDESCRIPTION>Windows Vista Ultimate</DISPLAYDESCRIPTION> </IMAGE></WIM>the entries marked green can change, but not the entries marked in red, and since I can't edit the red entries, the changes won't display in Edition selection in setup...
May 28, 200818 yr Try mounting the WIM with the PE Tools Command Prompt, then look for the XML file. It must be in there someplace. I haven't tried it myself, but then again I don't seem to be using the deployment method you are.
May 28, 200818 yr sorry, I had also tried to change displayname and displaydescription few months ago. but couldnt find how to change it. :|
May 29, 200818 yr Author Try mounting the WIM with the PE Tools Command Prompt, then look for the XML file. It must be in there someplace. I haven't tried it myself, but then again I don't seem to be using the deployment method you are.no the XML file isn't anywhere inside the WIM, it appears that the XML file is appended to the end of the WIM files.
June 9, 200818 yr Yep export all images or just the one you want.Example :imagex /export I:\VistaAIO\x86\install.wim 4 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista ULTIMATE (32bit)"Rename the last part whatever you want.imagex /export I:\VistaAIO\x86\install.wim 4 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista Ultimate (RED) Edition)"I use it like this :imagex /export I:\VistaAIO\x86\install.wim 1 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista BUSINESS (32bit)"imagex /export I:\VistaAIO\x86\install.wim 2 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista HOMEBASIC (32bit)"imagex /export I:\VistaAIO\x86\install.wim 3 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista HOMEPREMIUM (32bit)"imagex /export I:\VistaAIO\x86\install.wim 4 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista ULTIMATE (32bit)"imagex /export I:\VistaAIO\x64\install.wim 1 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista BUSINESS (64bit)"imagex /export I:\VistaAIO\x64\install.wim 2 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista HOMEBASIC (64bit)"imagex /export I:\VistaAIO\x64\install.wim 3 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista HOMEPREMIUM (64bit)"imagex /export I:\VistaAIO\x64\install.wim 4 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista ULTIMATE (64bit)" Edited June 9, 200818 yr by sp00f
June 9, 200818 yr Author Yep export all images or just the one you want.Example :imagex /export I:\VistaAIO\x86\install.wim 4 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista ULTIMATE (32bit)"Rename the last part whatever you want.imagex /export I:\VistaAIO\x86\install.wim 4 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista Ultimate (RED) Edition)"I use it like this :imagex /export I:\VistaAIO\x86\install.wim 1 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista BUSINESS (32bit)"imagex /export I:\VistaAIO\x86\install.wim 2 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista HOMEBASIC (32bit)"imagex /export I:\VistaAIO\x86\install.wim 3 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista HOMEPREMIUM (32bit)"imagex /export I:\VistaAIO\x86\install.wim 4 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista ULTIMATE (32bit)"imagex /export I:\VistaAIO\x64\install.wim 1 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista BUSINESS (64bit)"imagex /export I:\VistaAIO\x64\install.wim 2 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista HOMEBASIC (64bit)"imagex /export I:\VistaAIO\x64\install.wim 3 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista HOMEPREMIUM (64bit)"imagex /export I:\VistaAIO\x64\install.wim 4 I:\VistaAIO\Distribution\SOURCES\install.wim "Windows Vista ULTIMATE (64bit)"that method, AFAIK, only set NAME and DESCRIPTION value, but not DISPLAYNAME and DISPLAYDESCRIPTION value... correct me if I'm wrong...
June 10, 200818 yr Just download gimagex, that will allow you to change your description of the wim file. I have tried it and it works like a change.
June 11, 200818 yr @,FarCry3r ,DISPLAYNAME??? errrrrrrYou should read all the post again. Edited June 11, 200818 yr by sp00f
June 11, 200818 yr He is talking about "Display name" and "Display Description". "Name" and "Description" is not showing when there are many OEM images are there.even after changing "Name" and "Description" it shown like thisthts the problem! am i right FarCry3r?Amit Edited June 11, 200818 yr by amit_talkin
Create an account or sign in to comment