Search found 459 matches

by Leo
Wed Jan 05, 2011 4:29 pm
Forum: General Discussions
Topic: Few questions
Replies: 3
Views: 11770

Re: Few questions

It's MS-DOS command. Please note that the 'Parameters' field must start with: /C
by Leo
Wed Jan 05, 2011 7:34 am
Forum: General Discussions
Topic: Few questions
Replies: 3
Views: 11770

Re: Few questions

1. To retreive an install path from windows registry go to System\Variables and specify the registry key. Then you can use this variable on 'Installation\Files and Folder' - 'Default Installation Path'. 3. Yes, use System\Commands: Command: <SystemDir>\cmd.exe Parameters: /C IF EXIST "<MyVar>\f...
by Leo
Sat Dec 25, 2010 10:13 am
Forum: General Discussions
Topic: make an empty folder
Replies: 3
Views: 10684

Re: make an empty folder

Unfortunately, this feature is not supported.
by Leo
Wed Dec 22, 2010 5:22 am
Forum: General Discussions
Topic: make an empty folder
Replies: 3
Views: 10684

Re: make an empty folder

To create an empty folder you just need to add the following command on the System/Commands tab:

Code: Select all

Command: <SystemDir>\cmd.exe
Parameters: /C mkdir "<InstallDir>\New Folder"
Show: Normal
Timing: After Installation
by Leo
Sun Oct 31, 2010 1:43 pm
Forum: General Discussions
Topic: Program Compatibility Assistant
Replies: 1
Views: 9058

Re: Program Compatibility Assistant

Hello Les,

You just need to select the option "Show in Add/Remove Programs List" on the "Installation-Uninstallation" page.
by Leo
Fri Oct 22, 2010 4:38 pm
Forum: General Discussions
Topic: Adding additional menu items
Replies: 1
Views: 8357

Re: Adding additional menu items

You just need to add shortcuts on the System-Shortcuts page.
by Leo
Wed Oct 13, 2010 4:35 am
Forum: General Discussions
Topic: Problem installing root directory
Replies: 2
Views: 11000

Re: Problem installing root directory

Thank you for your message.
This is a known bug, an we'll fix it in new releases of Actual Installer.
by Leo
Wed Oct 13, 2010 4:31 am
Forum: General Discussions
Topic: File installed as read only
Replies: 4
Views: 16066

Re: File installed as read only

No, because Actual Installer doesn't change the file attributes.
by Leo
Wed Oct 13, 2010 4:24 am
Forum: General Discussions
Topic: Custom Icon for new file types
Replies: 1
Views: 9263

Re: Custom Icon for new file types

Hello Mike, 1. Add your program's files and "file.ico" to package (on page "Installation-Files and Folder" or "Additional Files"). 2. Go to "Register-Extensions" and click Add: Extension: lix Associated File: click Browse and select the main executable of your...
by Leo
Tue Sep 28, 2010 3:45 pm
Forum: General Discussions
Topic: Create a Virtual Directory
Replies: 1
Views: 7588

Re: Create a Virtual Directory

Unfortunately, no.