Actual Installer 10.2
Actual Installer version 10.2 was released on February 20, 2025.
What's new:
Added:
- Feature "Show Message" After Installation (page Interface / Finish)
- Ability to show a custom message using Commands: in the File field type MSG, in the Parameters field type your message. The message will be shown according to the Timing option.
- Ability to get file version from a file into a variable: in the Registry Key field specify GETVERSION, and in the Registry Value field specify file path.
- Ability to specify items for Custom ComboBox from a file: in the Items field specify a file path. Content of this file will be used as items for combo box. In the Default Item specify #last to use the last item. If the file is empty, then ComboBox will not be shown.
- Special functions: DECX[], INCX[], GETVERBLDX[], COPYSTRX[] (example: COPYSTRX[abcde,2,3] returns bcd)
- Setup Parameters:
-ZipNoCompress The files are stored without compression
-CheckReqOnInstall The requirements checking (Internet connection and Close Running Apps) will also be performed on the Install button click
-RoundSize Round sizes (for example, 74,65 MB will be show as 75 MB)
-MustViewLicense The user must view License Agreement before continuing with the installation (for Modern Interface)
-MustViewOptions The user must view the Options dialog before continuing with the installation (for Modern Interface)
-no3AttemptsToClose for the feature "Close Running App #1"
-InstallIfCheckBoxChecked The user must select the Custom CheckBox before continuing with the installation
Improved:
- Function POSX[] - ability to use variables; if substring not found, returns 0
- Feature "Register DLL/ActiveX" - check for exit code of regsvr32.exe; added parameters: -noCheckRegSvrCode, -RegDLLnoCheckFile, -RegDLLAdmin
- Command DOWNLOAD: if set "Wait" option, then variable <ExitCode> will contain 1 (success download) or 0 (download failed). if set "Hide" to the "Show" option, then do not show text "Downloading data"; added parameter -ShowDownloadURL to show download URL (for Classic Interface only, and Timing "After Installation").
- Other little improvements
Fixed:
- Correctly execute commands with parameters that begin with -, for example: "myapp.exe --some-params"
- Modern Interface: when elevating with max level protection (dim desktop), UAC dialog runs minimized
- Log file does not contain all errors in Modern Interface when elevated
All News