We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca9f35 commit 683cc55Copy full SHA for 683cc55
softwareupdaterXL.bat
@@ -99,6 +99,9 @@ for %%a IN (blender*-windows-x64.msi) DO (
99
for %%a IN (VirtualBox*.exe) DO (
100
echo %%a
101
102
+ REM to prevent the reboot required by the uninstallation
103
+ %%a --silent
104
+
105
for /f "tokens=8* delims=^\" %%i in ('reg query "%X86-UNINSTALL-REG%" /s /f "Oracle VirtualBox" ^| findstr "HKEY"') do (
106
for /f "tokens=2* delims= " %%d in ('reg query "%X86-UNINSTALL-REG%\%%i" /v "DisplayName"') do (
107
echo Uninstall: %%e
0 commit comments