Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

@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%