Product.SourceListAddMediaDisk Method

Windows Installer

Product.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

Script
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. An empty string for this parameter 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. An empty string for this parameter registers an empty string (0 bytes in length) as the disk prompt.

Return Value

This method does not return a value.

Requirements

VersionWindows Installer 5.0 on 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
DLLMsi.dll
IIDIID_IProduct is defined as 000C10A0-0000-0000-C000-000000000046

See Also

Product
MsiSourceListAddMediaDisk

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.