RomRaider/installer/shortcutSpec.xml

85 lines
2.1 KiB
XML

<shortcuts>
<skipIfNotSupported />
<programGroup defaultName="Enginuity.org/Enginuity" location="startMenu"/>
<shortcut
name="Enginuity"
programGroup="yes"
desktop="yes"
applications="yes"
startMenu="yes"
startup="no"
target="$JAVA_HOME/bin/java"
commandLine="-Djava.library.path=lib -Xmx256M -jar &quot;$INSTALL_PATH/Enginuity.jar&quot;"
initialState="noShow"
iconFile="$INSTALL_PATH/graphics/enginuity-ico.ico"
workingDirectory="$INSTALL_PATH"
type="Application"
encoding="UTF-8"
description="Enginuity ROM Editing Suite">
<createForPack name="Base" />
</shortcut>
<shortcut
name="Enginuity License"
programGroup="yes"
desktop="yes"
applications="yes"
startMenu="yes"
startup="no"
target=""
workingDirectory=""
commandLine=""
initialState="noShow"
iconFile="help"
iconIndex="0"
url="$INSTALL_PATH/license.txt"
type="Link"
encoding="UTF-8"
description="Enginuity License agreement">
<createForPack name="Base" />
</shortcut>
<shortcut
name="Enginuity Release Notes"
programGroup="yes"
desktop="yes"
applications="yes"
startMenu="yes"
startup="no"
target=""
workingDirectory=""
commandLine=""
initialState="noShow"
iconFile="help"
iconIndex="0"
url="$INSTALL_PATH/release_notes.txt"
type="Link"
encoding="UTF-8"
description="Enginuity Release Notes">
<createForPack name="Base" />
</shortcut>
<shortcut
name="Enginuity Uninstaller"
programGroup="yes"
desktop="yes"
applications="yes"
startMenu="yes"
startup="no"
target="$JAVA_HOME/bin/java"
commandLine="-jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
initialState="noShow"
iconFile="trashcan_full"
iconIndex="0"
workingDirectory=""
type="Application"
encoding="UTF-8"
description="Enginuity uninstaller">
<createForPack name="Base" />
</shortcut>
</shortcuts>