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...")
 
Line 3: Line 3:
 
See https://sourceforge.net/projects/camstudio/  
 
See https://sourceforge.net/projects/camstudio/  
  
 
+
<source lang="xml">
 
<package
 
<package
 
     id="camstudio"
 
     id="camstudio"
Line 26: Line 26:
 
 
 
</package>
 
</package>
 +
</source>

Revision as of 09:56, 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">
 
	<!-- download from https://sourceforge.net/projects/camstudio/ -->
    <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>