Difference between revisions of "Celestia"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (update to 1.6.1 latest release of celestia)
 
Line 7: Line 7:
 
id="celestia"
 
id="celestia"
 
name="Celestia"
 
name="Celestia"
revision="200805221"
+
revision="161"
 
reboot="false"
 
reboot="false"
 
priority="10">
 
priority="10">
  
<check type="uninstall" condition="exists" path="Celestia 1.5.1" />
+
<check type="uninstall" condition="exists" path="Celestia 1.6.1" />
  
<install cmd='%SOFTWARE%\celestia\celestia-win32-1.5.1.exe SP- /silent /norestart /nocancel' />
+
<install cmd='"%SOFTWARE%\celestia\celestia-win32-1.6.1.exe" SP- /silent /norestart /nocancel' />
 
<install cmd='cmd /c del /q /s "%UserProfile%\Desktop\Celestia.lnk"' />
 
<install cmd='cmd /c del /q /s "%UserProfile%\Desktop\Celestia.lnk"' />
 
<install cmd='cmd /c del /q /s "%AllUsersProfile%\Start Menu\Programs\Celestia\README.lnk"' />
 
<install cmd='cmd /c del /q /s "%AllUsersProfile%\Start Menu\Programs\Celestia\README.lnk"' />
 
<install cmd='cmd /c del /q /s "%AllUsersProfile%\Start Menu\Programs\Celestia\Celestia on the Web.lnk"' />
 
<install cmd='cmd /c del /q /s "%AllUsersProfile%\Start Menu\Programs\Celestia\Celestia on the Web.lnk"' />
  
<upgrade cmd='%SOFTWARE%\celestia\celestia-win32-1.5.1.exe SP- /silent /norestart /nocancel' />
+
<upgrade cmd='"%SOFTWARE%\celestia\celestia-win32-1.6.1.exe" SP- /silent /norestart /nocancel' />
 
<upgrade cmd='cmd /c del /q /s "%UserProfile%\Desktop\Celestia.lnk"' />
 
<upgrade cmd='cmd /c del /q /s "%UserProfile%\Desktop\Celestia.lnk"' />
 
<upgrade cmd='cmd /c del /q /s "%AllUsersProfile%\Start Menu\Programs\Celestia\README.lnk"' />
 
<upgrade cmd='cmd /c del /q /s "%AllUsersProfile%\Start Menu\Programs\Celestia\README.lnk"' />

Latest revision as of 15:22, 29 August 2012

This is a silent installer for Celestia

<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
	id="celestia"
	name="Celestia"
	revision="161"
	reboot="false"
	priority="10">

	<check type="uninstall" condition="exists" path="Celestia 1.6.1" />

	<install cmd='"%SOFTWARE%\celestia\celestia-win32-1.6.1.exe" SP- /silent /norestart /nocancel' />
	<install cmd='cmd /c del /q /s "%UserProfile%\Desktop\Celestia.lnk"' />
	<install cmd='cmd /c del /q /s "%AllUsersProfile%\Start Menu\Programs\Celestia\README.lnk"' />
	<install cmd='cmd /c del /q /s "%AllUsersProfile%\Start Menu\Programs\Celestia\Celestia on the Web.lnk"' />

	<upgrade cmd='"%SOFTWARE%\celestia\celestia-win32-1.6.1.exe" SP- /silent /norestart /nocancel' />
	<upgrade cmd='cmd /c del /q /s "%UserProfile%\Desktop\Celestia.lnk"' />
	<upgrade cmd='cmd /c del /q /s "%AllUsersProfile%\Start Menu\Programs\Celestia\README.lnk"' />
	<upgrade cmd='cmd /c del /q /s "%AllUsersProfile%\Start Menu\Programs\Celestia\Celestia on the Web.lnk"' />

	<remove cmd='"%ProgramFiles%\Celestia\unins000.exe" SP- /silent /nocancel /norestart' />
</package>
</packages>