Camtasia Studio

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

Camtasia Studio 7

Camtasia Studio is a screen video capture software, published by TechSmith. The user defines the area of the screen or the window that is to be captured, a setting that is set before the recording begins. Camtasia Studio also allows the user to record audio from a microphone or speakers, and to place a webcam's video footage on the screen.

This is either individually or site licensed software.

The latest version can be downloaded here

  <package id="camtasia"
    name="Camtasia Studio 7.1.1"
    revision="%version%"
    priority="0"
    reboot="false">
    <variable name="version" value="7.1.1" />
    <check type="uninstall" condition="versionequalto" path="Camtasia Studio 7" value="%version%" />
    <install cmd='msiexec /i %SOFTWARE%\camtasia\camtasia.7.1.1.msi /qn COMPANYNAME="Your company here" USERNAME="Username" TSC_SOFTWARE_KEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" TSC_LICENSEMODE="Full" '/>
    <remove cmd='msiexec /x{C0E8FE43-C35B-451D-B35F-D4BD056D70E7} /qn TSC_KEEP_LIBRARY=1'/>
  </package>