We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b082cc0 commit 8c2e508Copy full SHA for 8c2e508
softwareupdaterXL.bat
@@ -148,6 +148,9 @@ REM not silent step and file after not deleted
148
REM ###This method introduces a bug in Macrium Reflect which breaks the creation of shadow copies
149
REM (for %%a IN (reflect_setup*.exe) DO echo %%a && %%a /q /norestart && del %%a )
150
151
+:install-hasleo-backup-suite
152
+(for %%a IN (Hasleo_Backup_Suite*_*.exe) DO echo %%a && %%a /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART && del %%a )
153
+
154
:install-free-download-manager
155
(for %%a IN (fdm*_*.exe) DO echo %%a && %%a /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART && del %%a )
156
0 commit comments