Difference between revisions of "Stellarium"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(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://downloads.sourceforge.net/stellarium/stellarium-0.10.5.exe here]
+
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="1" priority="0" reboot="false">
+
<package id="Stellarium" name="Stellarium" revision="%VERSION%" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="Stellarium 0.10.5"/>
+
    <variable name="VERSION"    value="0.12.4" />
<install cmd="%SOFTWARE%\Physique\Stellarium\stellarium-0.10.5.exe /VERYSILENT"/>
+
    <check type="uninstall" condition="exists" path="Stellarium %VERSION%"/>
<upgrade cmd="%ProgramFiles%\Stellarium\unins000.exe /VERYSILENT"/>
+
 
<upgrade cmd="%SOFTWARE%\Physique\Stellarium\stellarium-0.10.5.exe /VERYSILENT"/>
+
    <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>