cancel
Showing results for 
Search instead for 
Did you mean: 

NetBackup DLO 6.1

Kiet
Level 2

I'm wondering if NetBackup DLOAgent 6.1 supports the silent installation. If it does, where can I find the information?

 

TIA,

Kiet

 

 

2 REPLIES 2

Douglas_A
Level 6
Partner Accredited Certified

it may or may not not to familiar with it but you just need to replace the part in red with the MSI your useing to test



@ECHO OFF

SET PACKAGEFILE="NetBackup Update.msi"

SET LOGFILE="%TEMP%\NetBackupUpdate.log"

SET LOG=/l*v %LOGFILE%

SET MSIEXEC="%SYSTEMROOT%\System32\msiexec.exe"

%MSIEXEC% %LOG% /i %PACKAGEFILE% /qn REBOOT="ReallySuppress"

Kiet
Level 2

I'll give it a try. Thanks.