Difference between revisions of "Scratch"
From WPKG | Open Source Software Deployment and Distribution
(page created) |
(No difference)
|
Revision as of 14:19, 13 July 2012
Scratch 1.4
The scratch homepage
Download the msi installer here
<package
id="scratch"
name="Scratch version 1.4"
revision="2012061801"
reboot="false"
priority="10">
<check type="uninstall" condition="exists" path="Scratch" />
<install cmd='msiexec /i "%SOFTWARE%\scratch\Scratch1.4.msi" /qn' />
<upgrade cmd='msiexec /i "%SOFTWARE%\scratch\Scratch1.4.msi" /qn' />
<remove cmd='msiexec /uninstall "%SOFTWARE%\scratch\Scratch1.4.msi" /qn' />
</package>