GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WIMINFO(1) User Commands WIMINFO(1)

wiminfo - Display or change information about a WIM file or image

wiminfo WIMFILE [IMAGE [NEW_NAME [NEW_DESC]]] [OPTION...]

wiminfo, or equivalently wimlib-imagex info, displays information about WIMFILE or the specified IMAGE in it, and optionally changes properties of IMAGE such as its name and description, or changes the bootable image of the WIM.

If neither an image nor any flags other than --check are specified, then basic information about the WIM and the images contained in it is shown. If an image is specified by IMAGE (as a 1-based image index or an image name), then the information is restricted to that concerning the specified image.

Changes to the WIM are made if NEW_NAME and/or --boot and/or --image-property are specified. NEW_NAME is taken to be the new name of the image specified by IMAGE while NEW_DESC is taken to be its new description. If NEW_DESC is not specified, then the image's description is not changed.

wiminfo does not support modifying a split WIM, although you may display information about one, including any of its parts.

--boot
Mark the specified IMAGE as the "bootable" image of the WIM. The "bootable" image is the image which the Windows bootloader will use when loading Windows PE from the WIM.
--check
Verify the integrity of WIM if it contains extra integrity information. In addition, if modifying the WIM, add extra integrity information if it was not present before.
--nocheck
If modifying the WIM, remove its extra integrity information, if it had any.
--include-integrity
If modifying the WIM, add extra integrity information if it was not present before, i.e. like --check but don't also do the verification beforehand.
--image-property NAME=VALUE
Assign an arbitrary property to the specified IMAGE in the XML document of the WIM. NAME is an element path such as "WINDOWS/VERSION/MAJOR", and VALUE is the string to place in the element, such as "10". See the documentation for this option to wimcapture(1) for more details. This option may be specified multiple times.
--header
Show detailed information from the WIM header.
--blobs
List all the "blobs" (unique file data) in the WIM.
--extract-xml=FILE
Extract the WIM's raw XML document to FILE.
--xml

Extract the WIM's raw XML document to standard output.

wimlib-imagex(1) wimdir(1)
November 2018 wimlib 1.13.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.