VerifyDiskSpace Method

DTF API

Copy image CopyHover image
Deployment Tools Foundation VerifyDiskSpace Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSessionVerifyDiskSpace()()()()
Checks to see if sufficient disk space is present for the current installation.
Declaration Syntax
C# Visual Basic Visual C++ F#
public bool VerifyDiskSpace()
Public Function VerifyDiskSpace As Boolean
public:
bool VerifyDiskSpace()
member VerifyDiskSpace : unit -> bool 
Return Value
Boolean
True if there is sufficient disk space; false otherwise.
Remarks

Win32 MSI API: MsiVerifyDiskSpace

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)