29 lines
549 B
XML
29 lines
549 B
XML
|
<?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="C:\Program Files\Skype\Phone\Skype.exe" />
|
||
|
|
||
|
<install cmd='software\SkypeSetup.exe /norestart /silent /sp-' />
|
||
|
|
||
|
<upgrade cmd='software\SkypeSetup.exe /norestart /silent /sp-' />
|
||
|
|
||
|
<remove cmd='C:\Program Files\Skype\Phone\unins000.exe /SILENT' />
|
||
|
|
||
|
</package>
|
||
|
|
||
|
</packages>
|