Skip to content

Commit 8c2e508

Browse files
add silent install of Hasleo Backup Suite
1 parent b082cc0 commit 8c2e508

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
@@ -148,6 +148,9 @@ REM not silent step and file after not deleted
148148
REM ###This method introduces a bug in Macrium Reflect which breaks the creation of shadow copies
149149
REM (for %%a IN (reflect_setup*.exe) DO echo %%a && %%a /q /norestart && del %%a )
150150

151+
:install-hasleo-backup-suite
152+
(for %%a IN (Hasleo_Backup_Suite*_*.exe) DO echo %%a && %%a /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART && del %%a )
153+
151154
:install-free-download-manager
152155
(for %%a IN (fdm*_*.exe) DO echo %%a && %%a /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART && del %%a )
153156

0 commit comments

Comments
 (0)