Difference between revisions of "CamStudio"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Created page with "This records the screen to video formats, good for posting on the web, and allows voice-overs and so on to be added. See https://sourceforge.net/projects/camstudio/ <packa...")
(No difference)

Revision as of 09:54, 15 April 2016

This records the screen to video formats, good for posting on the web, and allows voice-overs and so on to be added.

See https://sourceforge.net/projects/camstudio/


<package

   id="camstudio"
   name="Camstudio"
   revision="%version%.1"
   reboot="false"
   priority="1">

   <variable name="version" value="2.7" />
   <variable name="release" value="r316" />

<check type="uninstall" condition="versiongreaterorequal" path="CamStudio.*" value="%version%"/>

   <install cmd="%SOFTWARE%\camstudio\CamStudio_%version%_%release%_setup.exe /silent" />

   <downgrade include="install" />
   <upgrade include="install" />

   <remove  cmd='"%programfiles(x86)%\CamStudio %version%\unins000.exe" /silent' architecture="x64"  />
   <remove  cmd='"%programfiles%\CamStudio %version%\unins000.exe" /silent' architecture="x86"  />

</package>