Difference between revisions of "Scratch"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(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://info.scratch.mit.edu/sites/infoscratch.media.mit.edu/files/file/Scratch1.4.msi.installer.zip here]
+
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>