Skip to main content

MediaDisk Struct

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

Properties​

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 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

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; }