@ECHO OFF

REM ################################################################
REM Installs: DB2
REM Download link:
REM Contact information:
REM Documentation
REM Created:
REM Modifyed:
REM Info:
REM Program reboots during install: No
REM Windows needs to be rebooted by SCCM after install: No
REM User interaction at install: No
REM Application dependencies: No
REM Firewall needs to open: No
REM ################################################################

SETLOCAL

md %PROGRAMDATA%\Logs

REM Sätter path
Set THISDIR = %~dp0

xcopy /h /e NyA_install.rsp C:\ /Y
%THISDIR%v9.5fp7_ntx64_rtcl_EN.exe /v"/qn /log %PROGRAMDATA%\Logs\install_db2.log RSP_FILE_PATH=C:\NyA_install.rsp"
del /F /Q C:\NyA_install.rsp

  • No labels