Difference between revisions of "QGIS"
From WPKG | Open Source Software Deployment and Distribution
m (→Version 1.6) |
|||
| Line 7: | Line 7: | ||
= Version 1.6 = | = Version 1.6 = | ||
<source lang="xml"> | <source lang="xml"> | ||
| − | + | <package id="qgis16" name="QGIS16" revision="20111005.3" priority="10" reboot="false"> | |
| − | + | <check type="uninstall" condition="exists" path="Quantum GIS Copiapo 1.6.0"/> | |
| − | + | ||
| − | + | <install cmd="%SOFTWARE%\GIS\QGIS\QGIS-OSGeo4W-1.6.0-14615-Setup-2.exe /S"/> | |
| − | + | <upgrade cmd='%COMSPEC% /c if not exist "%PROGRAMFILES%\Quantum GIS Copiapo\bin\qgis.bat" %SOFTWARE%\GIS\QGIS\QGIS-OSGeo4W-1.6.0-14615-Setup-2.exe /S' /> | |
| − | + | <remove cmd='"%PROGRAMFILES%\Quantum GIS Copiapo\Uninstall-QGIS.exe" /S'> | |
| − | + | <exit code="0" reboot="delayed" /> | |
| − | + | </remove> | |
| − | + | <!-- The Uninstall program returns before it has completed. As an ugly hack we force wpkg to wait for 10mins to give it enought time to complete. The sleep tool is from the Windows Resource Kit (http://ss64.com/nt/sleep.html) --> | |
| − | + | <remove cmd='%COMSPEC% /c "%SOFTWARE%\wpkg\tools\sleep.exe" 600' /> | |
| − | + | </package> | |
</source> | </source> | ||
Revision as of 17:02, 5 October 2011
Quantum GIS (QGIS) is a user friendly Open Source Geographic Information System (GIS) licensed under the GNU General Public License. QGIS is an official project of the Open Source Geospatial Foundation (OSGeo). It runs on Linux, Unix, Mac OSX, and Windows and supports numerous vector, raster, and database formats and functionalities.
Last standalone windows version can be downloaded here
Version 1.6
<package id="qgis16" name="QGIS16" revision="20111005.3" priority="10" reboot="false">
<check type="uninstall" condition="exists" path="Quantum GIS Copiapo 1.6.0"/>
<install cmd="%SOFTWARE%\GIS\QGIS\QGIS-OSGeo4W-1.6.0-14615-Setup-2.exe /S"/>
<upgrade cmd='%COMSPEC% /c if not exist "%PROGRAMFILES%\Quantum GIS Copiapo\bin\qgis.bat" %SOFTWARE%\GIS\QGIS\QGIS-OSGeo4W-1.6.0-14615-Setup-2.exe /S' />
<remove cmd='"%PROGRAMFILES%\Quantum GIS Copiapo\Uninstall-QGIS.exe" /S'>
<exit code="0" reboot="delayed" />
</remove>
<!-- The Uninstall program returns before it has completed. As an ugly hack we force wpkg to wait for 10mins to give it enought time to complete. The sleep tool is from the Windows Resource Kit (http://ss64.com/nt/sleep.html) -->
<remove cmd='%COMSPEC% /c "%SOFTWARE%\wpkg\tools\sleep.exe" 600' />
</package>
Version 1.4
<package id="QGIS" name="QGIS" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="Quantum GIS Enceladus 1.4.0-1"/>
<install cmd="%SOFTWARE%\QGIS\QGIS-1.4.0-1-No-GrassSetup.exe /S"/>
<remove cmd="%PROGRAMFILES%\Quantum GIS Enceladus\Uninstall-QGIS.exe /S"/>
</package>