For Install images: - WDSUTIL Options /Set-Image /Image: /Server: /ImageType:Install /ImageGroup: /Filename: /Name: /Description: ...

For Install images:
-------------------
WDSUTIL [Options]
        /Set-Image
        /Image:
        [/Server:]
        /ImageType:Install [/ImageGroup:]
        [/Filename:]
        [/Name:]
        [/Description:]
        [/Priority:]
        [/UserFilter:]
        [/Enabled:{Yes | No}]
        [/UnattendFile:]
          [/OverwriteUnattend:{Yes | No}]

[/ImageGroup:]
        The image group containing the image to be modified. If not
        specified and only one image group exists on the server, that
        image group will be used by default. If more than one image
        group exists on the server, then the image group must be
        specified.

[/Filename:]
        If the image cannot be uniquely identified by name, the file
        name must be specified.

[/Name]
        Sets the name of the image.

[/Description:]
        Sets the description of the image.

[/Priority:]
        Sets the display priority of the image.

[/UserFilter:]
        Sets the access controls on the image. The filter string must
        be in SDDL format.  Note that unlike the /Security option for
        image groups, this option only restricts which users can see
        the image in the Setup UI, and not the resources for the
        actual file.  To restrict access to the file resources, and
        access to all images within an image group, you must set
        security on the image group itself.