Difference between revisions of "Camtasia Studio"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Camtasia Studio)
 
 
Line 6: Line 6:
  
 
The latest version can be downloaded [http://www.techsmith.com/upgrade/camtasia/default.asp here]
 
The latest version can be downloaded [http://www.techsmith.com/upgrade/camtasia/default.asp here]
 
+
<source lang="xml">
 
   <package id="camtasia"
 
   <package id="camtasia"
 
     name="Camtasia Studio 7.1.1"
 
     name="Camtasia Studio 7.1.1"
Line 17: Line 17:
 
     <remove cmd='msiexec /x{C0E8FE43-C35B-451D-B35F-D4BD056D70E7} /qn TSC_KEEP_LIBRARY=1'/>
 
     <remove cmd='msiexec /x{C0E8FE43-C35B-451D-B35F-D4BD056D70E7} /qn TSC_KEEP_LIBRARY=1'/>
 
   </package>
 
   </package>
 +
</source>
 +
 +
 +
[[category:Silent Installers]]

Latest revision as of 15:21, 22 May 2012

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>