Changes

Skype

328 bytes removed, 12:18, 23 February 2017
Skype 7.33 MSI
<variable name="version" value="7.33.104" />
<variable name="exeversion" value="7.33.32.104" />
 
<!-- PathFinder-->
<variable name="PROGRAMPATH" value="%PROGRAMFILES%" />
<variable name="PROGRAMPATH" value="%PROGRAMFILES(x86)%" architecture="x64" />
 
<!-- As of Skype for Business 2015 (15.0.4745.1000), which is the new
<check type='logical' condition='or'>
<check type="uninstall" condition="versiongreaterorequal" path="Skype .+ .*" value="%version%" />
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILESPROGRAMPATH%\Skype\Phone\Skype.exe" value="%exeversion%" /> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES(X86)%\Skype\Phone\Skype.exe" value="%exeversion%" />
</check>
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILESPROGRAMPATH%\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)PROGRAMPATH%\Skype\Phone\Skype.exe" /shutdown'>
<exit code="any" />
</install>
<upgrade include="install" />
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILESPROGRAMPATH%\Skype\Phone\Skype.exe" "%PROGRAMFILES%\Skype\Phone\Skype.exe" /shutdown'> <exit code="any" /> </remove> <remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES(X86)%\Skype\Phone\Skype.exe" "%PROGRAMFILES(X86)PROGRAMPATH%\Skype\Phone\Skype.exe" /shutdown'>
<exit code="any" />
</remove>
Anonymous user