View forum topic
List of forum topicsSubject: free diskspace
How can I check the free diskspace?
By default, the command 'Dialog - Setup Path' automatically checks the free size on the disk.
If you want to check the free size in 'Source Code' command you can use the code like this
str stemp
long total freesize
stemp = macrox_do( "#setuppath#" )
freesize = getdiskspace( stemp.getdiskname(), &total )
macrox_setint( "freemb", uint( freesize / 1024L * 1024L ))
January 16, 2025 Installer CreateInstall 8.11.1 was released.
June 19, 2024 Installer CreateInstall 8.11.0 was released. read more
November 13, 2022 Installer CreateInstall 8.10.1 was released.
May 21, 2022 Installer CreateInstall 8.10.0 was released.
September 25, 2021 Installer CreateInstall 8.9.0 was released.
July 15, 2021 Installer CreateInstall 8.8.1 was released.