![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
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.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ | F# |
public bool VerifyDiskSpace()
Public Function VerifyDiskSpace As Boolean
public: bool VerifyDiskSpace()
member VerifyDiskSpace : unit -> bool
![](collapse_all.gif)
Boolean
True if there is sufficient disk space; false otherwise.
True if there is sufficient disk space; false otherwise.
![](collapse_all.gif)
Win32 MSI API: MsiVerifyDiskSpace
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)