Files
i2p.itoopie/installer/resources/shortcutSpec.xml

27 lines
876 B
XML
Raw Normal View History

<?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>