Search found 480 matches

by Leo
Thu Nov 21, 2024 3:26 am
Forum: General Discussions
Topic: Black Friday/Cyber Monday?
Replies: 1
Views: 257

Re: Black Friday/Cyber Monday?

Hi,
Yes, we are planning to offer discounts on these events.
Follow Actual Installer news on Facebook
by Leo
Sat Oct 26, 2024 2:07 am
Forum: General Discussions
Topic: Help With Auto Update
Replies: 2
Views: 5589

Re: Help With Auto Update

Yes, it is possible:
To force close the app (without prompting the user to close it), add -ForceClose to the Update Parameters field.
More details:
https://www.actualupdater.com/how-to-use.html
by Leo
Fri Oct 11, 2024 1:09 pm
Forum: Suggestions
Topic: Italian file for Actual Installer 10.1
Replies: 3
Views: 5958

Re: Italian file for Actual Installer 10.1

Thanks you!
by Leo
Fri Oct 11, 2024 12:11 pm
Forum: Suggestions
Topic: Italian file for Actual Installer 10.1
Replies: 3
Views: 5958

Re: Italian file for Actual Installer 10.1

As always, thank you! :)

Can you please also write translation for this text:
"Update when I exit %s",
where %s is a program name.
This will be added to the new version of Actual Updater.
by Leo
Mon Oct 07, 2024 12:22 pm
Forum: General Discussions
Topic: check if value is lower than ...
Replies: 5
Views: 7005

Re: check if value is lower than ...

Just released a new version 10.1 which supports this operation.
Please use the following code:

Code: Select all

File: IF <Variable><9
Parameter: HALT(message)
by Leo
Mon Oct 07, 2024 12:11 pm
Forum: General Discussions
Topic: Check value of command line parameter
Replies: 5
Views: 4272

Re: Check value of command line parameter

Just released a new version 10.1 which supports checking for empty strings.
Please use the following code:

Code: Select all

File: IF <ExtraVar>=""
Parameter: MSG(message)
by Leo
Wed Sep 11, 2024 7:32 am
Forum: General Discussions
Topic: System / Commands - Order of Execution Query
Replies: 1
Views: 14232

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: 5
Views: 4272

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...