Search found 458 matches

by Leo
Mon Mar 06, 2023 4:02 am
Forum: General Discussions
Topic: Cleaning powershell script and timing
Replies: 2
Views: 2705

Re: Cleaning powershell script and timing

Hi, here are some recommendations: 1. make sure that the executing PowerShell scripts is not restricted on your computer 2. Try to launch the command as administrator 3. Try to put quotes to the paths: Parameters: /C powershell.exe "<SetupTempDir>\cleaningl.ps1" "<InstallDir>" Re...
by Leo
Wed Feb 01, 2023 2:38 am
Forum: General Discussions
Topic: Have Uninstaller remove a directory made by my app
Replies: 2
Views: 3020

Re: Have Uninstaller remove a directory made by my app

Add a command on the System /Commands:

Code: Select all

File: 		<SystemDir>\cmd.exe
Parameters: 	/C rmdir /S /Q "<AppData>\<AppName>"
Launch on OS: 	Any
Show: 		Hide
Timing: 	After UnInstallation
by Leo
Mon Jan 30, 2023 4:32 am
Forum: General Discussions
Topic: Move a file before installation
Replies: 1
Views: 2918

Re: Move a file before installation

Use System / Commands:
https://www.actualinstaller.com/help/commands.html

Code: Select all

File: <SystemDir>\cmd.exe
Parameters: /C move /Y "<InstallDir>\text.txt" "<CommonAppData>\<AppName>\text.txt"
by Leo
Thu Jan 26, 2023 4:33 am
Forum: General Discussions
Topic: Uninstaller messages
Replies: 1
Views: 2568

Re: Uninstaller messages

Hi,

Yes, it is possible:
https://www.actualinstaller.com/help/faq.php#q1

You need to edit this line:
[Uninstall]
0=Uninstall %s
1=Are you sure you want to remove %s?
by Leo
Mon Jan 16, 2023 12:40 pm
Forum: General Discussions
Topic: Installdir question
Replies: 2
Views: 2753

Re: Installdir question

Specify the install dir you want and disable this folder change:
page Installation / Advanced / Select Folder Mode \ Disable Folder Change.
by Leo
Wed Dec 07, 2022 3:58 am
Forum: General Discussions
Topic: Automaticaly Check for updates not working
Replies: 6
Views: 4058

Re: Automaticaly Check for updates not working

Please note that you need to include the Uninstaller (page Uninstallation).
Also read these articles:
http://www.actualupdater.com/how-to-use.html
http://www.actualupdater.com/actual-installer.html
by Leo
Wed Dec 07, 2022 3:54 am
Forum: General Discussions
Topic: Automaticaly Check for updates not working
Replies: 6
Views: 4058

Re: Automaticaly Check for updates not working

Please make sure the URL of updater.txt is available and this URL is specified in the Update Information File URL field on the Updater page.
by Leo
Mon Dec 05, 2022 6:27 am
Forum: General Discussions
Topic: Automaticaly Check for updates not working
Replies: 6
Views: 4058

Re: Automaticaly Check for updates not working

we haven't received an email from you.
by Leo
Wed Nov 30, 2022 5:12 am
Forum: General Discussions
Topic: Automaticaly Check for updates not working
Replies: 6
Views: 4058

Re: Automaticaly Check for updates not working

Please send to our email (in the app, select Help / Support), the URL of Update Info File, and the Product Version you specified in the General / Information page.
by Leo
Mon Nov 21, 2022 6:11 am
Forum: General Discussions
Topic: "File is not modifiable"
Replies: 2
Views: 3125

Re: "File is not modifiable"

Where do you install these database files? There are some system protected folders, e.g. C:\Program Files To write or modify files in these folders, the app must have administrator privileges. Please read this: Recommendation from Microsoft on where to install applications You can also change the pe...