Skip to content

Commit cf84ecb

Browse files
Apply some silent install steps to SwUpdaterX Variant
1 parent ef7b6bc commit cf84ecb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

softwareupdaterX.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ REM (for %%a IN (pdf24-creator*.exe) DO echo %%a && %%a /VERYSILENT /NORESTART &
2626
:install-greenshot
2727
(for %%a IN (Greenshot-INSTALLER-*-RELEASE.exe) DO echo %%a && %%a /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS && del %%a )
2828

29+
:install-inkscape
30+
(for %%a IN (inkscape-*.exe) DO echo %%a && %%a /S && del %%a )
31+
2932
:install-office-msi-updates
3033
(for %%a IN (*x-none.msp) DO echo %%a && msiexec.exe /p %%a /q /norestart && del %%a )
3134

0 commit comments

Comments
 (0)