GetMemFree
InstallShield 2024 » InstallScript Language Reference
The GetMemFree function is obsolete and should not be used. This function always returns 1048576.
Syntax
GetMemFree ( );
Tip:To determine the amount of actual physical memory available on the target system, call GetSystemInfo.
See Also