3
edits
Changes
Skype
,Added comment about uninstalling before reinstalling a later minor version
The additional install commands below modify the registry to disable automatic updates, supernodes and running at login by default.
When using the MSI installer, you will get an MSI error 1638 when doing a minor version upgrade (say from 5.0.152 to 5.0.156), however since the product code doesn't change between minor versions, you can get around this by uninstalling based on the product code first before running the normal installer like this:
<source lang="xml">
<install cmd='msiexec /qn /x{9C538746-C2DC-40FC-B1FB-D4EA7966ABEB}'><exit code="1605" /></install> <!-- 5.0 product code -->
</source>
==Version 5.0==