You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

@echo off
REM========================================================================================
REM Install Camtasia 8.0.4
REM========================================================================================
REM Script Details:
REM --------------
REM This script will:
REM + silently install to Camtasia 8.0.4
REM .
REM========================================================================================
echo Installing Camtasia 8.0.4 - Please Wait.

REM Install Camtasia 8.0.4
msiexec /i "%~dp0Setup_CamtasiaStudio8_x86_ENU.msi" /quiet

REM Return exit code to SCCM
exit /B %EXIT_CODE%

  • No labels