Author: nextgens Date: 2008-09-01 09:23:27 +0000 (Mon, 01 Sep 2008) New Revision: 22297
Modified: trunk/apps/new_installer/res/unix/Uninstaller/show_uninstall_survey.sh trunk/apps/new_installer/res/windows/Uninstaller/show_uninstall_survey.cmd Log: new_installer: point to the new uninstall survey Modified: trunk/apps/new_installer/res/unix/Uninstaller/show_uninstall_survey.sh =================================================================== --- trunk/apps/new_installer/res/unix/Uninstaller/show_uninstall_survey.sh 2008-09-01 09:05:51 UTC (rev 22296) +++ trunk/apps/new_installer/res/unix/Uninstaller/show_uninstall_survey.sh 2008-09-01 09:23:27 UTC (rev 22297) @@ -2,4 +2,4 @@ cd "$INSTALL_PATH" -java -jar bin/browser.jar "http://spreadsheets.google.com/viewform?key=pARgKQ0i0ggo42b-G3If4Iw" +java -jar bin/browser.jar "http://freenetproject.org/uninstall.html" Modified: trunk/apps/new_installer/res/windows/Uninstaller/show_uninstall_survey.cmd =================================================================== --- trunk/apps/new_installer/res/windows/Uninstaller/show_uninstall_survey.cmd 2008-09-01 09:05:51 UTC (rev 22296) +++ trunk/apps/new_installer/res/windows/Uninstaller/show_uninstall_survey.cmd 2008-09-01 09:23:27 UTC (rev 22297) @@ -1,4 +1,4 @@ - at set URL=http://spreadsheets.google.com/viewform?key=pARgKQ0i0ggo42b-G3If4Iw + at set URL=http://freenetproject.org/uninstall.html @echo Trying to open "%URL%" @start "" "%URL%"
