Changes

Python

932 bytes added, 12:50, 10 April 2012
m
x64 added
<source lang="xml">
<package?xml version="1.0" encoding="UTF-8"?> <packages:packages xmlns:packages="http://www.wpkg.org/packages" xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wpkg.org/packages ../xsd/packages.xsd" > <package id="python" name="Python" revision="%versionPKG_VERSION%-201204101449" priority reboot="50false" reboot priority="false10">   <variable name="versionPKG_VERSION" value="2.7.2" /> <check type="logical" condition="or"> <check type="uninstall" condition="exists" path="Python %versionPKG_VERSION%" /> <check type="uninstall" condition="exists" path="Python %PKG_VERSION% (64-bit)" /> </check> <install cmd='msiexec /qn /i "%SOFTWARE%\python\python-%version%.msi" ALLUSERS=1' architecture="x86"/>  <upgrade cmd='msiexec /qn /i "%SOFTWARE%\python\python-%version%.msi" ALLUSERS=1' architecture="x86"/> <remove cmd='msiexec /qn /x"%SOFTWARE%\python\python-%version%.msi"' architecture="x86"/> <install cmd='msiexec /qn /i "%SOFTWARE%\python\python-%PKG_VERSION%.amd64.msi" ALLUSERS=1' architecture="x64"/> <upgrade cmd='msiexec /qn /i "%SOFTWARE%\python\python-%PKG_VERSION%.amd64.msi" ALLUSERS=1' architecture="x64"/> <remove cmd='msiexec /qn /x"%SOFTWARE%\python\python-%versionPKG_VERSION%.amd64.msi"' architecture="x64"/> </package></packages:packages>
</source>
36
edits