Difference between revisions of "Skype"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 17: | Line 17: | ||
</packages> | </packages> | ||
</pre> | </pre> | ||
+ | [[Category:Silent Installers]] |
Revision as of 09:55, 25 July 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='%PACKAGES%\SkypeSetup.exe /norestart /silent /sp-' /> <upgrade cmd='%PACKAGES%SkypeSetup.exe /norestart /silent /sp-' /> <remove cmd='%PROGRAMFILES%\Skype\Phone\unins000.exe /SILENT' /> </package> </packages>