This commit is contained in:
Michael H.G. Schmidt 2022-12-12 16:35:27 +01:00
parent ba2fe7df7c
commit c04f9a0172

View File

@ -1,4 +1,6 @@
@echo off @echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set SOFTWARE=..\software set SOFTWARE=..\software
set MSI=vnc-setup.msi set MSI=vnc-setup.msi