Search found 472 matches

by Leo
Wed Sep 11, 2024 7:32 am
Forum: General Discussions
Topic: System / Commands - Order of Execution Query
Replies: 1
Views: 10241

Re: System / Commands - Order of Execution Query

The answer to both your questions is Yes.
by Leo
Fri Aug 30, 2024 2:59 pm
Forum: General Discussions
Topic: Check value of command line parameter
Replies: 4
Views: 112

Re: Check value of command line parameter

Unfortunately, the embedded command "IF" does not support checking for an empty string. We will add it in new version. If you need to perform some Windows commands, then use the following: ( but this does not support the MSG() or HALT() commands): File: <SystemDir>\cmd.exe Parameters: /C I...
by Leo
Fri Aug 30, 2024 4:40 am
Forum: General Discussions
Topic: Check value of command line parameter
Replies: 4
Views: 112

Re: Check value of command line parameter

To check for the specific value, use System / Commands:
File: IF <ExtraVar>=someValue
Parameters: MSG(message) or HALT(message)
Timing: Before Install

More information:
https://www.actualinstaller.com/help/commands.html
by Leo
Mon Aug 12, 2024 5:01 am
Forum: General Discussions
Topic: Installing & Updating a windows service
Replies: 1
Views: 1520

Re: Installing & Updating a windows service

Please use the full installation for the new version of you app (that stops the service before install, and starts after the install). For the updating, configure it to just notify about updates, and direct the user to the new version setup file. Also, you may select the option "Restart Compute...
by Leo
Sat Jun 29, 2024 3:46 pm
Forum: General Discussions
Topic: check if value is lower than ...
Replies: 3
Views: 3076

Re: check if value is lower than ...

We will try to add it in next release. For now, you may try the following trick: use Custom Prerequisites: add a condition "Variable Less or Equal". The command field leave empty. Also, you need to edit the text for for this prerequisite: go to Interface/ Languages/ and double-click Englis...
by Leo
Fri Jun 28, 2024 6:10 am
Forum: General Discussions
Topic: check if value is lower than ...
Replies: 3
Views: 3076

Re: check if value is lower than ...

For the commands MSG(), HALT(), STOP, EXIT, this is not supported.
For file operations, use the following:

Code: Select all

File: 		<SystemDir>\cmd.exe
Parameters: 	/C IF /I <Variable> LSS 9 (file command here)
https://ss64.com/nt/if.html
by Leo
Thu Jun 13, 2024 3:44 am
Forum: Suggestions
Topic: CPU Optimization
Replies: 3
Views: 16212

Re: CPU Optimization

We use a 3rd party component that does not support Multi-Processing.
I cannot tell you when this feature will be implemented in our software, but we'll do our best to make it.
by Leo
Wed Jun 05, 2024 5:03 am
Forum: General Discussions
Topic: Need a URL to documentation on return codes
Replies: 5
Views: 4042

Re: Need a URL to documentation on return codes

Thank you for this information.
We will consider the publishing our software at MS Store.
by Leo
Thu May 23, 2024 2:48 am
Forum: General Discussions
Topic: Need a URL to documentation on return codes
Replies: 5
Views: 4042

Re: Need a URL to documentation on return codes

We will try to add more exit codes in new versions. Please note that when using the installation with the settings (Interface "Classic Wizard", Install for "All Users"), the exit code will be 0. It is because the setup file is launched, by default, without elevation (manifest lev...
by Leo
Thu May 23, 2024 2:28 am
Forum: Suggestions
Topic: Italian file for Actual Installer 10.0
Replies: 1
Views: 2417

Re: Italian file for Actual Installer 10.0

Thank you!
The updated files are available at:
https://www.actualinstaller.com/download.html