How to deploy Microsoft Skype?

Description

This document provides you the steps required to deploy Microsoft Skype to multiple computers using Endpoint Central.

System Requirements

Before you deploy the software application, ensure that the computers to which you deploy Skype meet the system requirements prescribed by Microsoft. Refer to https://www.microsoft.com/en-us/download/details.aspx?id=49440  for more details.

Steps

To deploy Microsoft Skype, follow the steps given below:

Download the package

  1. Download Microsoft Skype installation tool from the Microsoft website https://www.microsoft.com/en-us/download/details.aspx?id=49440 and store in the network share.  Network share is recommended only if you wanted to deploy the software to computers within the network. If you wanted to deploy Microsoft Office to computers located in a remote location, you can use HTTP upload.

    Note: The network share should have read permissions to Everyone group and should be accessible from all the computers to which you are trying to install.

Extract the contents of the EXE

  1. To extract the downloaded package, navigate to the command prompt and run this command - <File Path> \lyncentry.exe /extract: <File Path>\SkypeForBusiness /quiet

Customize the Installation


By using Customization tool
  1. Open command prompt from the location where you have stored the installable files.
  2. Enter setup.exe /admin

    Note: This opens the installation tool from where you can specify the information about the license, information about the company, and change outlook profiles.

  3. Enter the required product key under Licensing and user interface.
  4. Select the Display Level as None, enable the Suppress Modal check box and ensure that Completion notice is unchecked as it will be checked by default.
  5. Make the following settings if you do not want computers to reboot after installation:
    1. In the OCT, under Setup, click Modify Setup Properties
    2. Click Add
    3. In the Name field, enter SETUP_REBOOT
    4. In the Value section, type Never
    Your computers will not be rebooted after installation.
  6. Save the customized file with a suitable name, after making the required customization changes (for example, the name could be custom.msp)
By editing config.xml file
  1. Alternatively you can also deploy skype by editing the config.xml file. Open the config.xml file from the extracted folder and the edit the file as given below,

    <Configuration Product="LyncEntry">
    <Setting Id="LYNC_STANDALONE" Value="yes" />
    <Updates Enabled="FALSE"/>
    <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes"/>
    <Setting Id="SETUP_REBOOT" Value="ReallySuppress" />
    </Configuration>

  2. Save the file, after making the customization changes.

Adding the software package

  1. Click the Software Deployment tab
  2. Click Add Package
  3. Select the MSIEXEC/EXE/ISS/Command package type
  4. Specify a name for the application
  5. Choose Network Path/Http Path based on your requirement and Locate/Add the files
  6. Specify the Installation Command with Switches/Arguments as 

    For deployment using custom.msp file - "<share_path>\setup.exe" /adminfile "<share_path>\<msp file name>" For example, "\\DC-machine1\Software\SkypeForBusiness\setup.exe" /adminfile "\\DC-machine1\Software\SkypeForBusiness\custom.msp" 

    For deployment using config.xml file -  "<share_path>\setup.exe" /config "<share_path>\<file name>" For example, "\\DC-machine1\Software\SkypeForBusiness\setup.exe" /config "\\DC-machine1\Software\SkypeForBusiness\config.xml"

  7. Click Add Package

Deploy to target computers

  1. Select the package that you added
  2. Click Install/Uninstall Software
  3. Enter a name and description for the configuration
  4. Define the package settings
  5. Configure the deployment settings
  6. Choose the target computers
  7. Specify the schedule options, if required
  8. Click Deploy
You have deployed Microsoft Skype successfully.