Hi,
Yes, we are planning to offer discounts on these events.
Follow Actual Installer news on Facebook
Search found 480 matches
- Thu Nov 21, 2024 3:26 am
- Forum: General Discussions
- Topic: Black Friday/Cyber Monday?
- Replies: 1
- Views: 257
- 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
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
- 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!
- 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.
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.
- Mon Oct 07, 2024 12:26 pm
- Forum: General Discussions
- Topic: How and where to cache the setup.exe for all users
- Replies: 4
- Views: 8031
Re: How and where to cache the setup.exe for all users
New version 10.1 is now supports Active Setup:
https://www.actualinstaller.com/article ... setup.html
https://www.actualinstaller.com/article ... setup.html
- Mon Oct 07, 2024 12:24 pm
- Forum: General Discussions
- Topic: Need a URL to documentation on return codes
- Replies: 6
- Views: 8229
Re: Need a URL to documentation on return codes
We have added more exit codes in version 10.1:
https://www.actualinstaller.com/help/command-line.html
https://www.actualinstaller.com/help/command-line.html
- 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:
Please use the following code:
Code: Select all
File: IF <Variable><9
Parameter: HALT(message)
- 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:
Please use the following code:
Code: Select all
File: IF <ExtraVar>=""
Parameter: MSG(message)
- 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.
- 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...