Problem with Shortcut Panel. Not showing.

0 views
Skip to first unread message

Andrey Pletenev

unread,
Nov 20, 2025, 4:28:58 AM (20 hours ago) Nov 20
to izpack-dev
Hi, everyone!
Could you please advise what might be wrong with my shortcutSpec.xml?

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<izpack:shortcuts version="5.0"
    <lateShortcutInstall/>
    <shortcut name="Test shortcut" target="$INSTALL_PATH\cmd.exe" startup="true">
    </shortcut>
</izpack:shortcuts>

The problem is that the Shortcut Panel is simply not showing.

In my installer XML, I have:
<natives>
     <native type="izpack" name="ShellLink.dll"/>
     <native type="izpack" name="ShellLink_x64.dll"/>
</natives>

<resources>
      <res id="default_shortcut_spec.xml" src="shortcutSpec.xml"/>
</resources>

<panels>
     <panel classname="CheckedHelloPanel"/>
     <panel classname="InstallationGroupPanel"/>
     <panel classname="TreePacksPanel"/>
     <panel classname="ShortcutPanel"/>
     <panel classname="TargetPanel"/>
     <panel classname="InstallPanel"/>
     <panel classname="SimpleFinishPanel"/>
</panels>

There are no compilation or runtime errors in the console.
Reply all
Reply to author
Forward
0 new messages