Remove Method (diskId)

Microsoft Deployment Tools

Deployment Tools Foundation Remove Method (diskId)
Removes a specified disk from the set of registered disks.
Declaration Syntax
C# Visual Basic Visual C++
public bool Remove(
	int diskId
)
Public Function Remove ( _
	diskId As Integer _
) As Boolean
public:
bool Remove(
	int diskId
)
Parameters
diskId (Int32)
ID of the disk to remove
Remarks

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)