Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

WIM XML description editing

Featured Replies

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 :blushing:

  • 3 weeks later...

  • 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...

sorry, I had also tried to change displayname and displaydescription few months ago. but couldnt find how to change it. :|

  • 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.

  • 2 weeks later...

too difficult to understand.

Edited by Xinso

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 by sp00f

  • 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...

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.

@,FarCry3r ,DISPLAYNAME??? errrrrrr

You should read all the post again. :wacko:

Edited by sp00f

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 this

0611484fc0a479ada.jpg

thts the problem! am i right FarCry3r?

Amit

Edited by amit_talkin

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.