You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set /P c=Do you want to test the installation of programs used by ThemeSwitcherScripts ?[Y\N]?
13
+
if /I "%c%"EQU"Y" (goto :TEST)
14
+
if /I "%c%"EQU"N" (goto :ANNULATION)
15
+
16
+
:TEST
17
+
echo.
18
+
ifexist%userprofile%\TSS (goto :ST)else (echo Installation folder does not exist
19
+
goto :ANNULATION)
20
+
21
+
:ST
22
+
echo.
23
+
ifexist%userprofile%\TSS\classic\classicthemetray.exe (echo ClassicThemeTray is installed and activated)
24
+
ifexist%userprofile%\TSS\classic\classicthemetray_old.exe (echo ClassicThemeTray is installed and disabled)
25
+
ifnotexist"%userprofile%\TSS\classic\" (echo ClassicThemeTray is not installed)
26
+
27
+
echo.
28
+
ifexist%userprofile%\TSS\Basic\BasicThemer2.exe (echo BasicThemer2 is installed and activated)
29
+
ifexist%userprofile%\TSS\Basic\BasicThemer2_old.exe (echo BasicThemer2 is installed and disabled)
30
+
ifnotexist"%userprofile%\TSS\Basic\" (BasicThemer2 is not installed)
31
+
32
+
echo.
33
+
ifexist C:\Users\camil\TSS\ThemeSwitcher\ThemeSwitcher.exe (echo Winaero ThemeSwitcher is installed) else (echo Winaero ThemeSwitcher is not installed)
set /P c=Voulez-vous tester l'installation des programmes utilisés par ThemeSwitcherScripts ?[Y\N]?
13
+
if /I "%c%"EQU"Y" (goto :TEST)
14
+
if /I "%c%"EQU"N" (goto :ANNULATION)
15
+
16
+
:TEST
17
+
echo.
18
+
ifexist%userprofile%\TSS (goto :ST)else (echo Le dossier d'installation n'existe pas
19
+
goto :ANNULATION)
20
+
21
+
:ST
22
+
echo.
23
+
ifexist%userprofile%\TSS\classic\classicthemetray.exe (echo ClassicThemeTray est installé et activé)
24
+
ifexist%userprofile%\TSS\classic\classicthemetray_old.exe (echo ClassicThemeTray est installé et désactivé)
25
+
ifnotexist"%userprofile%\TSS\classic\" (echo ClassicThemeTray n'est pas installé)
26
+
27
+
echo.
28
+
ifexist%userprofile%\TSS\Basic\BasicThemer2.exe (echo BasicThemer2 est installé et activé)
29
+
ifexist%userprofile%\TSS\Basic\BasicThemer2_old.exe (echo BasicThemer2 est installé et désactivé)
30
+
ifnotexist"%userprofile%\TSS\Basic\" (BasicThemer2 n'est pas installé)
31
+
32
+
echo.
33
+
ifexist C:\Users\camil\TSS\ThemeSwitcher\ThemeSwitcher.exe (echo Winaero ThemeSwitcher est installé) else (echo Winaero ThemeSwitcher n'est pas installé)
0 commit comments