MediaDisk Struct
Represents a media disk source of a product or a patch.
Properties
Property | Description |
---|---|
DiskId | Gets or sets the disk id of the media disk. |
DiskPrompt | Gets or sets the disk prompt of the media disk. |
VolumeLabel | Gets or sets the volume label of the media disk. |
WixToolset.Dtf.WindowsInstaller.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
DiskId Property
Gets or sets the disk id of the media disk.
Declaration
public int DiskId { get; set; }
DiskPrompt Property
Gets or sets the disk prompt of the media disk.
Declaration
public string DiskPrompt { get; set; }
VolumeLabel Property
Gets or sets the volume label of the media disk.
Declaration
public string VolumeLabel { get; set; }