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:
kytv
2011-06-12 23:14:02 +00:00
parent 20d0221f5d
commit c8ac7bf8fd

View File

@@ -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"