Files
i2p.itoopie/installer/resources/shortcutSpec.xml
kytv 305067fcac Fix shortcut icon in Windows.
Add icon to $INSTALL_PATH\icons to try to keep the installation path clean
2011-08-03 23:21:45 +00:00

27 lines
876 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<shortcuts>
<programGroup defaultName="itoopie" location="startMenu" />
<shortcut name="itoopie"
target="$INSTALL_PATH\itoopie.exe"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH\icons\itoopie.ico"
initialState="noShow"
programGroup="yes"
startMenu="yes"
desktop="yes"
startup="no" />
<shortcut
name="Uninstaller"
programGroup="yes"
startup="no"
target="java"
commandLine="-jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
Categories="Java;Application;Network;"
initialState="noShow"
workingDirectory=""
description="IzPack uninstaller" />
</shortcuts>