4
edits
Changes
Skype
,→Skype 7.25 MSI
id="skype"
name="Skype"
revision="%version%-201309121153">
<variable name="version" value="7.25.106" />
<variable name="exeversion" value="7.25.32.106" />
<!-- As of Skype for Business 2015 (15.0.4745.1000), which is the new
name for Lync 2013 and is NOT the same as the Skype this package
installs, this does not conflict and will catch partial Skype
installations -->
<check type='logical' condition='or'> <check type="uninstall" condition="versiongreaterorequal" path="Skype .+ .*" value="%version%" /> <check type='logical' condition='or'> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Skype\Phone\Skype.exe" value="%exeversion%" /> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES(X86)%\Skype\Phone\Skype.exe" value="%exeversion%" /> </check>
</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 "DisableVersionCheck" /d "1" /t REG_DWORD /f' />
<exit code="any" />
</remove>
<remove cmd='msiexec /x {1845470B-EB14-4ABC-835B-E36C693DC07D} /qn /norestart' />
</package>