This commit is contained in:
gb 2022-09-27 12:35:53 +08:00
commit 5e859cd6ca
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ set dev=""
for /f "tokens=1,2,* " %%i in ('reg QUERY "HKEY_CLASSES_ROOT\CLSID\{2E1517DA-87BF-4443-984A-D2BF18F5A908}\LocalServer32" /ve') do set dev=%%k
echo dev=%dev%
if %dev%=="" (
if "%dev%"=="" (
echo "Can not find Visual-Studio installing path"
goto end
)