stevo.zilik
Posts: 42
Joined: Thu Jul 19, 2007 1:39 pm

Using Shortcuts dialog

Hi,

adding a Shortcuts dialog among Firtst Install Dialogs allows user to create application shortcuts. How to use that dialog , so it really does something. It is displayed during installation, but no Icons are created. What needs to be done to create those shortcuts ?

thanx
Adriana
Posts: 28
Joined: Tue Aug 14, 2007 9:32 am
Location: Craiova
Contact: Website

Hi,

You need to create the shortcuts yourself in the Files and Folders page.

Kind regards,
Adriana
_________________
Adriana Simion
Advanced Installer Team
http://www.advancedinstaller.com/
stevo.zilik
Posts: 42
Joined: Thu Jul 19, 2007 1:39 pm

Thanx for answer.

I know how to create those shortcuts, but I don't know how to create them depending on what user chose (in that shortcuts dialog).
Adriana
Posts: 28
Joined: Tue Aug 14, 2007 9:32 am
Location: Craiova
Contact: Website

Hi,

To create them depending on what user chooses you should use the "Shortcut Wizard".

Best regards,
Adriana
_________________
Adriana Simion
Advanced Installer Team
http://www.advancedinstaller.com/
stevo.zilik
Posts: 42
Joined: Thu Jul 19, 2007 1:39 pm

Hi,

there is no dependency setting in ShortCuts wizard (in Files, Folders and Shortcuts).
Adriana
Posts: 28
Joined: Tue Aug 14, 2007 9:32 am
Location: Craiova
Contact: Website

Hi,

As I mentioned above, you need to create the required shotcuts in the Files and Folders page and add the ShortcutsDlg dialog to your project. The shortcuts will exist or not after the package is installed depending on the checkboxes selected by the user.

AI uses a Custom Action that deletes the shortcut rows from the in-memory Shortcut table depending on the user selection in the Shortcuts dialog (that is, depending whether the Properties attached to the checkboxes are set or not).

Regards,
Adriana
_________________
Adriana Simion
Advanced Installer Team
http://www.advancedinstaller.com/
stevo.zilik
Posts: 42
Joined: Thu Jul 19, 2007 1:39 pm

Thanx, I appretiate your help.

I didn't know that the Installer is so smart :) .

Return to “Common Problems”