Search found 458 matches

by Leo
Sat Oct 30, 2021 3:04 am
Forum: General Discussions
Topic: Creating Folders in User's MyDocuments Folder
Replies: 3
Views: 8734

Re: Creating Folders in User's MyDocuments Folder

To create an empty folder, go to System/Commands and add:

Code: Select all

File: 		<SystemDir>\cmd.exe
Parameters: 	/C mkdir "<MyDocuments>\Widget App"
Timing: 	After Installation
by Leo
Fri Oct 29, 2021 2:11 am
Forum: General Discussions
Topic: Attributes on a File in Install Directory
Replies: 5
Views: 9435

Re: Attributes on a File in Install Directory

Try this:

Code: Select all

File: <SystemDir>\icacls.exe
Parameters: "<InstallDir>" /grant:r Users:(OI)(CI)F /T
Launch on OS: All
Show: Normal
Timing: After Installation
Wait: No
And select the option "Run as Administrator" on the General / Parameters page.
by Leo
Thu Oct 28, 2021 1:22 pm
Forum: General Discussions
Topic: Creating Folders in User's MyDocuments Folder
Replies: 3
Views: 8734

Re: Creating Folders in User's MyDocuments Folder

For the file destination use variable <MyDocuments> On the Files and Folders page click Add Files, select file "Log1.txt" from your computer, in the Destination Folder type: <MyDocuments>\Widget App\Logs Please note, it is not recommended to store app's files in User's Document folder (bec...
by Leo
Thu Oct 28, 2021 1:12 pm
Forum: General Discussions
Topic: Attributes on a File in Install Directory
Replies: 5
Views: 9435

Re: Attributes on a File in Install Directory

You can change file attributes / permissions using System/Commands: To change attributes(e.g. add Hide): Command: <SystemDir>\cmd.exe Parameters: /C attrib +H "<InstallDir>\file.exe" Timing: After Installation More info: https://ss64.com/nt/attrib.html To change permissions (add Full Contr...
by Leo
Sun Oct 10, 2021 4:07 am
Forum: General Discussions
Topic: Firewall exception
Replies: 3
Views: 10084

Re: Firewall exception

yes
by Leo
Sun Oct 10, 2021 4:06 am
Forum: General Discussions
Topic: Incomplete path in "Files and Folders"
Replies: 1
Views: 7274

Re: Incomplete path in "Files and Folders"

You selected a folder. If select a file, it will show full path.
by Leo
Thu Oct 07, 2021 2:40 am
Forum: General Discussions
Topic: Firewall exception
Replies: 3
Views: 10084

Re: Firewall exception

Try the following examples on the System / Commands page: File: powershell.exe Parameters: netsh advfirewall firewall add rule name="My Application" dir=in action=allow program="C:\MyApp\MyApp.exe" enable=yes File: <SystemDir>\WindowsPowerShell\v1.0\powershell.exe Parameters: net...
by Leo
Thu Sep 23, 2021 7:00 am
Forum: General Discussions
Topic: Updated Polish file for Actual Installer 8.4
Replies: 2
Views: 11334

Re: Updated Polish file for Actual Installer 8.4

Hi Barnaba,

The archive is damaged.
Could you please send it to our email (in the program, select Help / Support).
by Leo
Mon Sep 20, 2021 1:40 pm
Forum: Bug Reports
Topic: Using Ampersand (&) in Product Name
Replies: 5
Views: 17088

Re: Using Ampersand (&) in Product Name

Just released a new version 8.4, with this fix:
https://www.actualinstaller.com/news/release-8.4.html
by Leo
Mon Sep 20, 2021 1:38 pm
Forum: General Discussions
Topic: GETVARIABLES: not working
Replies: 4
Views: 11058

Re: GETVARIABLES: not working

In new version 8.4, we added a feature to set states for custom components when calling GETVARIABLES.