Deploying Carbon Black 


Download the MSI


Create a sub folder under your Apps folder and copy the carbon black msi file to it



Create a batch


The batch file will copy and silently install the carbon black software using your license key


@ECHO OFF

mkdir c:\tmps

xcopy /Y \\192.168.200.3\apps\carbonblack\installer_vista_win7_win8-64-3.5.0.1786.msi c:\tmps

msiexec /q /i C:\tmps\installer_vista_win7_win8-64-3.5.0.1786.msi /L* log.txt COMPANY_CODE=*******

rd c:\tmps /S /Q



Create Third Party Deployment Template


Select the carbon black installation batch file, check off copy these files locally