Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add the Shortcut Panel to your installer by adding a <panel> tag with the name ShortcutPanel to the <panels> element: 

Code Block
<panel nameclassname="ShortcutPanel" id="shortcutpanel"/>

...

The following installer variables define or modify the behaviour of a shortcut panel.

VariableDescriptionRequired
ApplicationShortcutPathTo define the base path for the application shortcuts, absolute or relative to $INSTALL_PATH. If undefined, the application shortcuts will be directly written in the $INSTALL_PATH.No.
DesktopShortcutCheckboxEnabledWhen set to true, it automatically checks the "Create Desktop Shortcuts" button.No; defaults to false.

Required Configuration

The following tags in install.xml define the behaviour of a shortcut panel.

...

This examples defines English and French configurations for both the default shortcut spec, and for a Unix shortcut spec.