Diff
Differences From Artifact [5e61c36351]:
- File dev/uninstall.cmd — part of check-in [de4013065e] at 2016-12-23 21:37:56 on branch trunk — Unified the definitions for Make-Shortcut in @tasks. Moved the Python 2.7.13 GUID to $Python GUID, since it is used in regkey and Check-Pythoninstall. For the uninstall dismissed the batch variable %UsrFolder%, since it was used only once and can be derived from %installFolder%. This had also to be corrected in the uninstall script generation in install_python_gtk.ps1. In Resetprefs.cmd I changed the text to reflect that also the downloaded Gtk themes would be deleted. In uninstall.cmd I changed the rd command for the themes folder to use the correct rd syntax. (user: Oliver, size: 5551) [annotate] [blame] [check-ins using]
To Artifact [1367afaffc]:
- File dev/uninstall.cmd — part of check-in [ce35771e44] at 2017-01-01 15:33:26 on branch trunk — Remove full config folder for uninstall.cmd (user: mario, size: 5598) [annotate] [blame] [check-ins using]
80 81 82 83 84 85 86 | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | + - + | set /P INPUT=%=% If /I NOT '%INPUT%' == 'Y' exit echo | set /p=Do you want to keep your %ST2% settings? [Y/n] set /P INPUT=%=% If /I '%INPUT%' == 'N' ( echo Deleting personal settings... rd "%APPDATA%\streamtuner2" /S /Q 1>nul |