Difference between revisions of "Skype"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 11: | Line 11: | ||
priority="10"> | priority="10"> | ||
<check type="file" condition="exists" path="%PROGRAMFILES%\Skype\Phone\unins000.exe" /> | <check type="file" condition="exists" path="%PROGRAMFILES%\Skype\Phone\unins000.exe" /> | ||
− | <install cmd='% | + | <install cmd='%SOFTWARE%\SkypeSetup.exe /norestart /silent /sp-' /> |
− | <upgrade cmd='% | + | <upgrade cmd='%SOFTWARE%\SkypeSetup.exe /norestart /silent /sp-' /> |
<remove cmd='%PROGRAMFILES%\Skype\Phone\unins000.exe /SILENT' /> | <remove cmd='%PROGRAMFILES%\Skype\Phone\unins000.exe /SILENT' /> | ||
</package> | </package> |
Revision as of 13:36, 3 October 2006
This is a silent installer for the Skype. Download it from www.skype.com.
<?xml version="1.0" encoding="UTF-8"?> <packages> <package id="skype" name="Skype" revision="1" reboot="false" priority="10"> <check type="file" condition="exists" path="%PROGRAMFILES%\Skype\Phone\unins000.exe" /> <install cmd='%SOFTWARE%\SkypeSetup.exe /norestart /silent /sp-' /> <upgrade cmd='%SOFTWARE%\SkypeSetup.exe /norestart /silent /sp-' /> <remove cmd='%PROGRAMFILES%\Skype\Phone\unins000.exe /SILENT' /> </package> </packages>