Changes

Skype

328 bytes added, 09:07, 15 January 2013
m
version upgrade
</source>
==Skype for Business 56.101==This applies to 32-bit and 64-bit installations of Skype.
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?><packages:packages xmlns:packages="http://www.wpkg.org/packages" xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wpkg.org/packages ../xsd/packages.xsd" > <package
id="skype"
name="Skype"
revision="%version%-201201150948"> <variable name="version" value="56.101.032.116129" /> <variable name="exeversion" value="56.101.32.116129" />
<check type='logical' condition='or'>
<check
value="%exeversion%" />
</check>
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\Skype\Phone\Skype.exe" "%PROGRAMFILES%\Skype\Phone\Skype.exe" /shutdown'> <exit code="any" /> </install> <install cmd='%COMSPEC% /C if exist "%PROGRAMFILES(X86)%\Skype\Phone\Skype.exe" "%PROGRAMFILES(X86)%\Skype\Phone\Skype.exe" /shutdown'> <exit code="any" /> </install>
<install cmd='msiexec /qn /i "%SOFTWARE%\skype\SkypeSetup-%version%.msi"' />
<install cmd='%COMSPEC% /C reg add "HKLM\Software\Policies\Skype\Phone" /v "DisableVersionCheckPolicy" /d "1" /t REG_DWORD /f' />
<install cmd='%COMSPEC% /C reg add "HKLM\Software\Policies\Skype\Phone" /v "DisableSupernodePolicy" /d "1" /t REG_DWORD /f' />
<upgrade cmdinclude='msiexec /x {1845470B-EB14-4ABC-835B-E36C693DC07D} /qn /norestart' /> <upgrade cmd='msiexec /qn /i "%SOFTWARE%\skype\SkypeSetup-%version%.msiremove" INSTALLLEVEL=1 ALLUSERS=1' /> <upgrade cmdinclude='%COMSPEC% /C reg add "HKLM\Software\Policies\Skype\Phoneinstall" /v "DisableVersionCheckPolicy" /d "1" /t REG_DWORD /f' /> <upgrade cmd='%COMSPEC% /C reg add "HKLM\Software\Policies\Skype\Phone" /v "DisableSupernodePolicy" /d "1" /t REG_DWORD /f' />
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\Skype\Phone\Skype.exe" "%PROGRAMFILES%\Skype\Phone\Skype.exe" /shutdown'>
<exit code="any" />
<remove cmd='msiexec /x {1845470B-EB14-4ABC-835B-E36C693DC07D} /qn /norestart' />
</package>
</packages:packages>
</source>
36
edits