forked from I2P_Developers/i2p.i2p
Remove "Working Directory" from the Uninstaller shortcut in Windows. With the
working directory set to $INSTALL_DIR, C:\Program Files\I2P is not removed in XP. ...but even with the working directory removed, the the Uninstaller folder is left within $INSTALL_DIR in Windows 7.
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
<shortcut name="Uninstall I2P"
|
||||
target="$INSTALL_PATH\uninstaller\uninstaller.jar"
|
||||
commandLine=""
|
||||
workingDirectory="$INSTALL_PATH"
|
||||
iconFile="$INSTALL_PATH\docs\uninstall.ico"
|
||||
initialState="noShow"
|
||||
startMenu="no"
|
||||
|
||||
Reference in New Issue
Block a user