Difference between revisions of "Stellarium"
From WPKG | Open Source Software Deployment and Distribution
(update to 0.12.4) |
|||
Line 2: | Line 2: | ||
It is being used in planetarium projectors. Just set your coordinates and go. | It is being used in planetarium projectors. Just set your coordinates and go. | ||
− | Last windows version can be downloaded [http:// | + | Last windows version can be downloaded [http://sourceforge.net/projects/stellarium/files/Stellarium-win32/ here] |
<source lang="xml"> | <source lang="xml"> | ||
− | <package id="Stellarium" name="Stellarium" revision=" | + | <package id="Stellarium" name="Stellarium" revision="%VERSION%" priority="0" reboot="false"> |
− | <check type="uninstall" condition="exists" path="Stellarium | + | <variable name="VERSION" value="0.12.4" /> |
− | <install cmd="%SOFTWARE% | + | <check type="uninstall" condition="exists" path="Stellarium %VERSION%"/> |
− | <upgrade | + | |
− | <upgrade | + | <install cmd="%SOFTWARE%\stellarium-%VERSION%-win32.exe /VERYSILENT"/> |
− | <remove cmd="%ProgramFiles%\Stellarium\unins000.exe /VERYSILENT"/> | + | |
+ | <upgrade include="remove" /> | ||
+ | <upgrade include="install" /> | ||
+ | |||
+ | <remove cmd="%ProgramFiles%\Stellarium\unins000.exe /VERYSILENT"/> | ||
</package> | </package> | ||
</source> | </source> | ||
[[Category:Silent_Installers]] | [[Category:Silent_Installers]] |
Latest revision as of 11:20, 4 February 2014
Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope. It is being used in planetarium projectors. Just set your coordinates and go.
Last windows version can be downloaded here
<package id="Stellarium" name="Stellarium" revision="%VERSION%" priority="0" reboot="false">
<variable name="VERSION" value="0.12.4" />
<check type="uninstall" condition="exists" path="Stellarium %VERSION%"/>
<install cmd="%SOFTWARE%\stellarium-%VERSION%-win32.exe /VERYSILENT"/>
<upgrade include="remove" />
<upgrade include="install" />
<remove cmd="%ProgramFiles%\Stellarium\unins000.exe /VERYSILENT"/>
</package>