Deployment Tools Foundation
VerifyDiskSpace Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Session ► VerifyDiskSpace()()()()
Checks to see if sufficient disk space is present for the current installation.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool VerifyDiskSpace()
Public Function VerifyDiskSpace As Boolean
public: bool VerifyDiskSpace()
Return Value
Boolean
True if there is sufficient disk space; false otherwise.
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.9.1006.0)