MSI.VerifyDiskSpace |
|
|
|
MSI.VerifyDiskSpace |
|
|
|
|
||
OverviewExamples
bDiskSpace = MSI.VerifyDiskSpace(_hInstall);
if (bDiskSpace) then
Dialog.Message("Disk Space", "There is enough disk space for the install.");
else
Dialog.Message("Disk Space", "There is not enough disk space for the install.");
end
Checks to see if there is sufficient disk space for the installation, and shows the result in a dialog message.
See also: Related Actions
Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us