2004-11-25 21:57:19 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<shortcuts>
|
|
|
|
<programGroup defaultName="I2P" location="startMenu" />
|
2011-08-31 17:11:23 +00:00
|
|
|
<shortcut name="Open I2P Profile Folder (service)"
|
|
|
|
target="explorer"
|
|
|
|
commandLine=""%allusersprofile%\Application Data\i2p""
|
|
|
|
iconFile="%systemroot%\system32\shell32.dll"
|
|
|
|
iconIndex="3"
|
|
|
|
initialState="normal"
|
|
|
|
startMenu="no"
|
|
|
|
programGroup="yes"
|
|
|
|
desktop="no"
|
|
|
|
startup="no" />
|
2011-08-27 19:10:41 +00:00
|
|
|
<shortcut name="Start I2P (no window)"
|
|
|
|
target="$INSTALL_PATH\I2P.exe"
|
2006-01-10 06:59:07 +00:00
|
|
|
commandLine=""
|
2004-11-25 21:57:19 +00:00
|
|
|
workingDirectory="$INSTALL_PATH"
|
|
|
|
iconFile="$INSTALL_PATH\docs\start.ico"
|
|
|
|
initialState="noShow"
|
|
|
|
programGroup="yes"
|
|
|
|
startMenu="no"
|
|
|
|
desktop="yes"
|
|
|
|
startup="no" />
|
2011-08-27 19:10:41 +00:00
|
|
|
<shortcut name="Start I2P (restartable)"
|
|
|
|
target="$INSTALL_PATH\I2Psvc.exe"
|
2006-02-16 20:44:07 +00:00
|
|
|
commandLine="-c wrapper.config"
|
|
|
|
workingDirectory="$INSTALL_PATH"
|
|
|
|
iconFile="$INSTALL_PATH\docs\start.ico"
|
|
|
|
initialState="noShow"
|
|
|
|
programGroup="yes"
|
|
|
|
startMenu="no"
|
|
|
|
desktop="yes"
|
|
|
|
startup="no" />
|
2004-11-25 21:57:19 +00:00
|
|
|
<shortcut name="I2P router console"
|
|
|
|
target="$INSTALL_PATH\docs\startconsole.html"
|
|
|
|
commandLine=""
|
|
|
|
workingDirectory="$INSTALL_PATH"
|
|
|
|
iconFile="$INSTALL_PATH\docs\console.ico"
|
2011-08-27 19:10:41 +00:00
|
|
|
initialState="normal"
|
2004-11-25 21:57:19 +00:00
|
|
|
programGroup="yes"
|
|
|
|
startMenu="no"
|
|
|
|
desktop="yes"
|
|
|
|
startup="no" />
|
|
|
|
<shortcut name="Uninstall I2P"
|
|
|
|
target="$INSTALL_PATH\uninstaller\uninstaller.jar"
|
|
|
|
commandLine=""
|
|
|
|
iconFile="$INSTALL_PATH\docs\uninstall.ico"
|
|
|
|
initialState="noShow"
|
|
|
|
startMenu="no"
|
|
|
|
programGroup="yes"
|
|
|
|
startup="no" />
|
|
|
|
</shortcuts>
|