[izpack-users] grouping Shortcuts happens multiple times
mika
mika.works at gentlemansclub.de
Mon Sep 25 10:22:06 CEST 2006
Hello and good morning,
I've some problems grouping shortcuts using IzPack v3.9!
As the shortcuts were created the following structure appears in the startmenu:
start/programs/
+ Application/
+ Administration/
+ Administration/
+ Service Create
+ Administration/
+ Administration/
+ Service Remove
+ Administration/
+ Administration/
+ Start Some Service
the desired structure looks like:
start/programs/
+ Application/
+ Administration/
+ Service Create
+ Service Remove
+ Start Some Service
=============================== Source Code =============================
<shortcut name="Service Create"
target="$INSTALL_PATH\server\service_create.bat"
workingDirectory="$INSTALL_PATH\server"
description=""
subgroup="/Administration"
iconFile="$INSTALL_PATH\server\service_on.ico"
initialState="normal"
programGroup="yes"
desktop="yes">
<createForPack name="APS" />
</shortcut>
<shortcut name="Service Remove"
target="$INSTALL_PATH\server\service_remove.bat"
workingDirectory="$INSTALL_PATH\server"
description=""
subgroup="/Administration"
iconFile="$INSTALL_PATH\server\service_off.ico"
initialState="normal"
programGroup="yes"
desktop="yes">
<createForPack name="APS" />
</shortcut>
<shortcut name="Start Some Service"
target="$INSTALL_PATH\server\start_service.bat"
workingDirectory="$INSTALL_PATH\server"
description=""
subgroup="/Administration"
iconFile="$INSTALL_PATH\server\start.ico"
initialState="normal"
programGroup="yes"
desktop="yes">
<createForPack name="APS" />
</shortcut>
========================== End Of Source Code ===========================
What is the reason for this curious structure?
Thanks,
mika
--
NEU: GMX DSL Sofort-Start-Set - blitzschnell ins Internet!
Echte DSL-Flatrate ab 0,- Euro* http://www.gmx.net/de/go/dsl
More information about the izpack-users
mailing list