[freenet-cvs] r11220 - trunk/apps/new_installer
nextgens at freenetproject.org
nextgens at freenetproject.org
Mon Dec 4 14:54:37 UTC 2006
Author: nextgens
Date: 2006-12-04 14:54:35 +0000 (Mon, 04 Dec 2006)
New Revision: 11220
Modified:
trunk/apps/new_installer/RegistrySpec.xml
trunk/apps/new_installer/Win_shortcutSpec.xml
Log:
new_installer: that won't fix the w32 uninstallation issues but will redirect people to a hopefully up to date HOWTO: http://wiki.freenetproject.org/FreenetUninstall
Modified: trunk/apps/new_installer/RegistrySpec.xml
===================================================================
--- trunk/apps/new_installer/RegistrySpec.xml 2006-12-04 14:28:58 UTC (rev 11219)
+++ trunk/apps/new_installer/RegistrySpec.xml 2006-12-04 14:54:35 UTC (rev 11220)
@@ -20,7 +20,7 @@
<value name="UninstallString"
keypath="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$UNINSTALL_NAME"
root="HKLM"
- string=""$JAVA_HOME\bin\javaw.exe" -jar "$INSTALL_PATH\uninstaller\uninstaller.jar""/>
+ string="http://wiki.freenetproject.org/FreenetUninstall"/>
<value name="DisplayIcon"
keypath="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$UNINSTALL_NAME"
root="HKLM"
@@ -31,4 +31,3 @@
string="$APP_URL"/>
</pack>
</registry>
-
Modified: trunk/apps/new_installer/Win_shortcutSpec.xml
===================================================================
--- trunk/apps/new_installer/Win_shortcutSpec.xml 2006-12-04 14:28:58 UTC (rev 11219)
+++ trunk/apps/new_installer/Win_shortcutSpec.xml 2006-12-04 14:54:35 UTC (rev 11220)
@@ -13,8 +13,7 @@
applications="no"
startMenu="no"
startup="no"
- target="javaw -jar $INSTALL_PATH\Uninstaller\uninstaller.jar"
- commandLine=""
+ target="http://wiki.freenetproject.org/FreenetUninstall"
iconFile="%SystemRoot%\system32\SHELL32.dll"
iconIndex="31"
workingDirectory="$INSTALL_PATH"
More information about the cvs
mailing list