Search found 461 matches

by Leo
Sat Apr 15, 2023 4:03 am
Forum: Bug Reports
Topic: Template Editor Issues
Replies: 1
Views: 11465

Re: Template Editor Issues

Make sure your are running the Pro+ edition, and the option "Use Custom Settings" is enabled.
by Leo
Fri Mar 31, 2023 5:17 am
Forum: General Discussions
Topic: Run simple powershell script
Replies: 3
Views: 14024

Re: Run simple powershell script

Thank you for this information.
by Leo
Wed Mar 29, 2023 4:09 am
Forum: General Discussions
Topic: Run simple powershell script
Replies: 3
Views: 14024

Re: Run simple powershell script

Try this:

Code: Select all

File: <SystemDir>\cmd.exe
Parameters: /C powershell.exe "<InstallDir>\script.ps1"
by Leo
Mon Mar 06, 2023 4:02 am
Forum: General Discussions
Topic: Cleaning powershell script and timing
Replies: 2
Views: 4933

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: 5064

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: 5131

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: 4636

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: 4790

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: 6428

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: 6428

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.