Changes

Jump to: navigation, search

Skype

996 bytes added, 12:15, 23 October 2009
no edit summary
If you prefer to work with MSI files, download the Skype for Business version at http://c.skype.com/download/skype/windows/business/.  The following is an update for version 4.1  <source lang="xml"><?xml version="1.0" encoding="UTF-8"?> <packages> <package id="skype" name="Skype" revision="4.1" 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="4.1.32.179" /> <install cmd='msiexec.exe /i "%SOFTWARE%\skype\SkypeSetup.msi" INSTALLLEVEL=1 ALLUSERS=1 TRANSFORMS=:RemoveDesktopShortcut.mst;:RemoveStartup.mst /qn' /> <upgrade cmd='msiexec.exe /i "%SOFTWARE%\skype\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{5C474A83-A45F-470C-9AC8-2BD1C251BF9A} /qn /norestart' /> </package> </packages></source> 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 lang="xml">
Anonymous user

Navigation menu