Search found 458 matches

by Leo
Sat Mar 20, 2010 1:36 pm
Forum: General Discussions
Topic: How to let Windows know the location of the driver file?
Replies: 3
Views: 12402

Re: How to let Windows know the location of the driver file?

Unfortunately, Actual Installer doesn't have this feature to install drivers.
But you can write an app to install your driver and then add the command to launch this app after installation.
by Leo
Sat Mar 20, 2010 12:24 pm
Forum: General Discussions
Topic: How to let Windows know the location of the driver file?
Replies: 3
Views: 12402

Re: How to let Windows know the location of the driver file?

In which folder you have installed driver files?
by Leo
Mon Mar 08, 2010 4:01 pm
Forum: General Discussions
Topic: Adding icon to taskbar not working in Windows 7
Replies: 2
Views: 11144

Re: Adding icon to taskbar not working in Windows 7

Windows 7 does not support this "Pin to Taskba" feature if the file name contains the following words:
install
setup
uninstall


So you just need to rename the Actual Installer shortcut to: e.g. Actual Inst and then pin it to the taskbar.
by Leo
Thu Feb 25, 2010 5:49 am
Forum: General Discussions
Topic: Uninstall Issue
Replies: 1
Views: 9091

Re: Uninstall Issue

There are two solutions:
1. Just select the "Force Uninstall" option on the "Installation-Uninstallation" tab.
2. Using the command you have specified, but with a little change:
Parameter: /C rd /s /q "<InstallDir>"
by Leo
Fri Feb 12, 2010 5:35 pm
Forum: General Discussions
Topic: How to create an empty folder
Replies: 2
Views: 14445

Re: How to create 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
Fri Jan 29, 2010 4:09 am
Forum: General Discussions
Topic: Adding directory to Windows Path
Replies: 1
Views: 9222

Re: Adding directory to Windows Path

Yes, use the following path for File Destination:

Code: Select all

<WindowsDir>\My Dir
To view all installer variables click here.
by Leo
Sat Jan 23, 2010 2:24 pm
Forum: Suggestions
Topic: File version info
Replies: 4
Views: 30924

Re: File version info

Thank you, mark83.
This feature is already in our TODO list, and we will try to add it in new releases of Actual Installer.
by Leo
Fri Jan 22, 2010 12:40 pm
Forum: General Discussions
Topic: Welcome to Forum!
Replies: 0
Views: 20982

Welcome to Forum!

Welcome to the forum of Actual Installer!

This is first post. In this forum available tree sections:
1. General Discussions - for common questions.
2. Suggestions - feature requests.
3. Bug Reports - bugs, errors.

Have fun! 8-)