Skype

From WPKG | Open Source Software Deployment and Distribution
Revision as of 09:42, 25 July 2006 by Jochumvd (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>
<pre>