We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7b6bc commit cf84ecbCopy full SHA for cf84ecb
softwareupdaterX.bat
@@ -26,6 +26,9 @@ REM (for %%a IN (pdf24-creator*.exe) DO echo %%a && %%a /VERYSILENT /NORESTART &
26
:install-greenshot
27
(for %%a IN (Greenshot-INSTALLER-*-RELEASE.exe) DO echo %%a && %%a /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS && del %%a )
28
29
+:install-inkscape
30
+(for %%a IN (inkscape-*.exe) DO echo %%a && %%a /S && del %%a )
31
+
32
:install-office-msi-updates
33
(for %%a IN (*x-none.msp) DO echo %%a && msiexec.exe /p %%a /q /norestart && del %%a )
34
0 commit comments