image-property

Comments, questions, bug reports, etc.
Post Reply
maggreg
Posts: 1
Joined: Fri Dec 25, 2015 5:32 pm

image-property

Post by maggreg »

Hi
I tried options image-property but i see problem when property have space in name.

Code: Select all

 --image-property "Display Name"="Windows 8.1"
 
this example broke my xml/wim:

Code: Select all

Entity: line 1: parser error : Specification mandate value for attribute Name
Entity: line 1: parser error : expected '>'

edit
Ok, i see.
Every property name must be like in original xml from wim image (without space and upper case).

pzdr
synchronicity
Site Admin
Posts: 474
Joined: Sun Aug 02, 2015 10:31 pm

Re: image-property

Post by synchronicity »

Yes, the property names are the XML element names. 'wiminfo' will format the information differently, but that's just to make it easier to read.
Post Reply