Skip to content

MediaDisk Struct

Represents a media disk source of a product or a patch.

PropertyDescription
DiskIdGets or sets the disk id of the media disk.
DiskPromptGets or sets the disk prompt of the media disk.
VolumeLabelGets or sets the volume label of the media disk.
WixToolset.Dtf.WindowsInstaller.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Gets or sets the disk id of the media disk.

public int DiskId { get; set; }

Gets or sets the disk prompt of the media disk.

public string DiskPrompt { get; set; }

Gets or sets the volume label of the media disk.

public string VolumeLabel { get; set; }