Patch.SourceListAddMediaDisk method

The SourceListAddMediaDisk method adds a disk to the set of registered disks. Accepts Diskid, VolumeLabel and DiskPrompt as parameters. This method calls on MsiSourceListAddMediaDisk.

Syntax

Patch.SourceListAddMediaDisk(
  Diskid,
  VolumeLabel,
  DiskPrompt
)

Parameters

Diskid

This parameter provides the ID of the disk being added or updated.

VolumeLabel

This parameter provides the label of the disk being added or updated. An update, overwrites the existing volume label in the registry. To change the disk prompt only, get the existing registered volume label and provide it along with the new disk prompt. A NULL or empty string registers an empty string (0 bytes in length) as the volume label.

DiskPrompt

This parameter provides the disk prompt of the disk being added or updated. An update overwrites the existing disk prompt in the registry. To change the volume label only, get the existing disk prompt from the registry and provide it with the new volume label. A NULL or empty string registers an empty string (0 bytes in length) as the disk prompt.

Return value

This method does not return a value.

Requirements

Requirement Value
Version
Windows Installer 5.0 on Windows Server 2012, Windows 8, Windows Server 2008 R2 or Windows 7. Windows Installer 4.0 or Windows Installer 4.5 on Windows Server 2008 or Windows Vista. Windows Installer 3.0 or later on Windows Server 2003, Windows XP, and Windows 2000
DLL
Msi.dll
IID
IID_IPatch is defined as 000C10A1-0000-0000-C000-000000000046

See also

Patch

MsiSourceListAddMediaDisk

Not Supported in Windows Installer 2.0 and earlier