View forum topic
List of forum topicsSubject: Is there option to select only drive while installation?
While installation i need a option to select only drive instead of folder selection. Browse button gives option to select folder.
Folder can be appended using "Add Folder through Browse".
Unfortunately, there is not such option.
You cans use Dialog - Settings with Combobox for this purpose.
For example, insert Source Code at the beginning of the install script
arrstr drives
str dlist
unt i
drives = getdrives()
fornum i, *drives
{
dlist += "\(drives[i])=\(drives[i])\l"
}
macrox_setstr("drives_list", dlist )
After that, append Combobox into Dialog - Settings
Variable: drives
You can use #drives#My Application as the installation path
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.