Difference between revisions of "Scratch"
From WPKG | Open Source Software Deployment and Distribution
(page created) |
m (we shouldn't link to a given version, since it can change in time) |
||
Line 1: | Line 1: | ||
== Scratch 1.4 == | == Scratch 1.4 == | ||
− | The scratch [http://scratch.mit.edu/ homepage] | + | The scratch [http://scratch.mit.edu/ homepage]. |
− | Download the msi installer [http:// | + | Download the msi installer [http://scratch.mit.edu/download here]. |
<source lang="xml"> | <source lang="xml"> |
Latest revision as of 17:47, 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>