73
edits
Changes
Skype
,added version 5.0 msi package, cleaned up headings
=Skype Personal Version (EXE)=
This is a silent installer for the Skype. Download it from [http://www.skype.com www.skype.com].
=Skype for Business (MSI)=
If you prefer to work with MSI files, download the Skype for Business version at http://c.skype.com/download/skype/windows/business/.
==version 5.0==
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="skype"
name="Skype"
revision="2010112400"
reboot="false"
priority="0">
<!-- Skype uses the special TM character in its Add/Remove Programs DisplayName, and WPKG does not like that, so I am doing a version check on Skype.exe. -->
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Skype\Phone\Skype.exe" value="5.0.32.152" />
<install cmd='msiexec.exe /i "%SOFTWARE%\Applications\Communications\Skype 5.0\SkypeSetup.msi" INSTALLLEVEL=1 ALLUSERS=1 TRANSFORMS=:RemoveDesktopShortcut.mst;:RemoveStartup.mst /qn' />
<upgrade cmd='msiexec.exe /i "%SOFTWARE%\Applications\Communications\Skype 5.0\SkypeSetup.msi" INSTALLLEVEL=1 ALLUSERS=1 TRANSFORMS=:RemoveDesktopShortcut.mst;:RemoveStartup.mst /qn' />
<remove cmd='"%PROGRAMFILES%\Skype\Phone\Skype.exe" /shutdown' />
<remove cmd='msiexec.exe /x{9C538746-C2DC-40FC-B1FB-D4EA7966ABEB} /qn /norestart' />
</package>
</packages>
</source>
==version 4.1==
The following is an update for version 4.1
</source>
==version 3.8==
The following package should work for Skype 3.8. Note that I added extra parameters to the installation string to eliminate the installation of everything except the Skype application and Start/Send To shortcuts.
</source>
=notes=
The following information was found in [http://forum.skype.com/lofiversion/index.php/t80745.html Skype forum]. Post by andreskaasik at Tue May 15 2007, 13:00. Remember it only works on MSI.
<source lang="text">