Search found 441 matches
- Tue Nov 14, 2023 9:57 am
- Forum: General Discussions
- Topic: Write permission
- Replies: 2
- Views: 114
Re: Write permission
Yes, the ProgramData folder has the write access. Its strange that you app cannot write to this folder. Anyway try to set the full access to the folder: Go to the System \ Commands page, and add: File: <SystemDir>\icacls.exe Parameters: "<CommonAppData>\<AppName>" /grant:r Users:(OI)(CI)F ...
- Wed Nov 08, 2023 5:39 am
- Forum: General Discussions
- Topic: Change <InstallDir> from command line
- Replies: 1
- Views: 198
Re: Change <InstallDir> from command line
Please try this:
Make sure the path to the setup executable is correct.
Code: Select all
C:\Setup.exe /D "C:\NewPath"
- Mon Oct 23, 2023 6:29 am
- Forum: General Discussions
- Topic: How to customize the uninstall icon
- Replies: 1
- Views: 308
Re: How to customize the uninstall icon
Specify your icon on the Uninstallation page
- Tue Oct 10, 2023 9:24 am
- Forum: Suggestions
- Topic: Italian file for Actual installer 9.6
- Replies: 1
- Views: 1711
- Sun Oct 08, 2023 4:42 pm
- Forum: General Discussions
- Topic: How to only show one icon in windows start menu
- Replies: 1
- Views: 929
Re: How to only show one icon in windows start menu
For the shortcut destination use <ProgramsMenu>
- Tue Sep 26, 2023 4:48 am
- Forum: General Discussions
- Topic: Installer File Icon
- Replies: 3
- Views: 779
Re: Installer File Icon
Please send this icon file to our email (click Help / Support).
- Mon Sep 25, 2023 3:58 am
- Forum: General Discussions
- Topic: Installer File Icon
- Replies: 3
- Views: 779
Re: Installer File Icon
Have you specified the icon in the Icon File field (page General / Output)?
- Tue Jul 25, 2023 1:55 am
- Forum: General Discussions
- Topic: User Information / Custom Components / Update Check
- Replies: 1
- Views: 1375
Re: User Information / Custom Components / Update Check
Hello, 1. Query a password is supported only during installation. The password/serial number provided by the user is stored in the variable <QueryKey> . You can save it in the Registry by adding this variable as a registry data. 2. You can do this by using the Components feature: https://www.actuali...
- Tue Jul 18, 2023 3:14 am
- Forum: Comments, Feedback
- Topic: Final File Size Bigger After Upgrade
- Replies: 2
- Views: 2961
Re: Final File Size Bigger After Upgrade
1. Make sure that the setup output folder (see page General / Output) is not the same or a part of the Source Folder (page Installation / Files and Folders). 2. Select the menu "Project / Check for duplicate files", as duplicate files may have been added to the project using the buttons &q...
- Wed Jul 05, 2023 11:59 am
- Forum: Suggestions
- Topic: instructional video
- Replies: 1
- Views: 6840