MSI Factory 2.3

MSI.VerifyDiskSpace

MSI.VerifyDiskSpace

This is the first topic This is the last topic  

MSI.VerifyDiskSpace

This is the first topic This is the last topic  

OverviewExamples

boolean MSI.VerifyDiskSpace (

number hInstall )

Example 1

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