Changes

Jump to: navigation, search

Skype

36 bytes removed, 12:13, 12 July 2013
Fixing policy registry keys
</install>
<install cmd='msiexec /qn /i "%SOFTWARE%\skype\SkypeSetup-%version%.msi"' />
<install cmd='%COMSPEC% /C reg add "HKLM\Software\Policies\Skype\Phone" /v "DisableVersionCheckPolicyDisableVersionCheck" /d "1" /t REG_DWORD /f' /> <install cmd='%COMSPEC% /C reg add "HKLM\Software\Policies\Skype\Phone" /v "DisableSupernodePolicyDisableSupernode" /d "1" /t REG_DWORD /f' />
<upgrade include="remove" />
===Skype for Business 5.5 System Configuration===
Adding these additional install commands into your WPKG package will modify the registry to disable automatic updates (DisableVersionCheckPolicyDisableVersionCheck), disable supernodes (DisableSupernodePolicyDisableSupernode) and disable Skype running at login by default.
<source lang="xml">
<install cmd='%COMSPEC% /C reg add "HKLM\Software\Policies\Skype\Phone" /v "DisableVersionCheckPolicyDisableVersionCheck" /d "1" /t REG_DWORD /f' />
<install cmd='%COMSPEC% /C reg add "HKLM\Software\Policies\Skype\Phone" /v "DisableSupernodePolicyDisableSupernode" /d "1" /t REG_DWORD /f' />
</source>
12
edits

Navigation menu