Skip to content

Commit 063b790

Browse files
Apply some silent install steps to SwUpdaterX Variant
1 parent df9765f commit 063b790

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

softwareupdaterX.bat

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ TITLE SW-Updater-Script
1414
:install-readerdc-exe-setup
1515
(for %%a IN (AcroRdrDC*.exe) DO echo %%a && %%a /sAll /rs /msi EULA_ACCEPT=YES && del %%a )
1616

17+
:install-keepass-2
18+
(for %%a IN (KeePass-2*-Setup.exe) DO echo %%a && %%a /VERYSILENT /NORESTART /ALLUSERS && del %%a )
19+
20+
REM :install-pdf24-creator
21+
REM (for %%a IN (pdf24-creator*.exe) DO echo %%a && %%a /VERYSILENT /NORESTART && del %%a )
22+
23+
:install-notepadpp
24+
(for %%a IN ("npp.*.Installer*.exe") DO echo %%a && "%%a" /S && del "%%a" )
25+
26+
:install-greenshot
27+
(for %%a IN (Greenshot-INSTALLER-*-RELEASE.exe) DO echo %%a && %%a /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS && del %%a )
28+
1729
:install-office-msi-updates
1830
(for %%a IN (*x-none.msp) DO echo %%a && msiexec.exe /p %%a /q /norestart && del %%a )
1931

0 commit comments

Comments
 (0)