File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments