Skip to content

Commit 683cc55

Browse files
fix(virtualbox): to prevent the reboot by uninstall
1 parent aca9f35 commit 683cc55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

softwareupdaterXL.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ for %%a IN (blender*-windows-x64.msi) DO (
9999
for %%a IN (VirtualBox*.exe) DO (
100100
echo %%a
101101

102+
REM to prevent the reboot required by the uninstallation
103+
%%a --silent
104+
102105
for /f "tokens=8* delims=^\" %%i in ('reg query "%X86-UNINSTALL-REG%" /s /f "Oracle VirtualBox" ^| findstr "HKEY"') do (
103106
for /f "tokens=2* delims= " %%d in ('reg query "%X86-UNINSTALL-REG%\%%i" /v "DisplayName"') do (
104107
echo Uninstall: %%e

0 commit comments

Comments
 (0)