Files
i2p.itoopie/installer/resources/shortcutSpec.xml
2006-02-16 20:44:07 +00:00

44 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<shortcuts>
<programGroup defaultName="I2P" location="startMenu" />
<shortcut name="Start I2P (no window)"
target="$INSTALL_PATH\I2P.exe"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH\docs\start.ico"
initialState="noShow"
programGroup="yes"
startMenu="no"
desktop="yes"
startup="no" />
<shortcut name="Start I2P (restartable)"
target="$INSTALL_PATH\I2Psvc.exe"
commandLine="-c wrapper.config"
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH\docs\start.ico"
initialState="noShow"
programGroup="yes"
startMenu="no"
desktop="yes"
startup="no" />
<shortcut name="I2P router console"
target="$INSTALL_PATH\docs\startconsole.html"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH\docs\console.ico"
initialState="noShow"
programGroup="yes"
startMenu="no"
desktop="yes"
startup="no" />
<shortcut name="Uninstall I2P"
target="$INSTALL_PATH\uninstaller\uninstaller.jar"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH\docs\uninstall.ico"
initialState="noShow"
startMenu="no"
programGroup="yes"
startup="no" />
</shortcuts>