Jump to content


  • 0
Kingskawn

Deploy Lync 2013

Question

We had Lync 2010 in the cloud but now we want to go to 2013 on premise but we have some difficulties to deploy the Lync 2013 basic client.

The script I launch

@echo off

SET THISDIR=%~dp0

:: ****Install for 32 BIT****
:: First kill Communicator process (Lync 2010)
taskkill /im communicator.exe /f

:: Actual Lync install
REM %THISDIR%setup.exe
%THISDIR%setup.exe /adminfile %THISDIR%\updates\custom.MSP

:: Remove Live Meeting with the command
REM MsiExec.exe /X{A98AFBC7-D5A7-46A1-8795-EABE2F55A7D6} /qn REBOOT=ReallySuppress

:: Remove OCS 2007 with the command
REM MsiExec.exe /X{E5BA0430-919F-46DD-B656-0796F8A5ADFF} /qn REBOOT=ReallySuppress

:: Remove Lync 2010
if exist "C:\Program Files\Microsoft Lync\communicator.exe" %systemroot%\system32\MsiExec.exe /X{81BE0B17-563B-45D4-B198-5721E6C665CD} /qn

:: Remove Microsoft Online Services Sign-in Assistant 7.250.4303.0 x86
if exist "C:\Program Files\Common Files\microsoft shared\Microsoft Online Services" %systemroot%\system32\MsiExec.exe /X{C89AD07D-CAA0-4BF2-A2E8-A851B71FD698} /qn REBOOT=ReallySuppress

:: RemoveOutlook Plugin using the command
REM MsiExec.exe /X{1DE3088D-E607-4EB0-9223-106E7B5AF2F1} /qn REBOOT=ReallySuppress

Thiss doesn't work. I connect to the machine and look for Lync 2013 and I only see the Lync 2010 that is still installed. I did the opposite, uninstall 2010 and then install 2013 but didn't work either.

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Peter, 10th line

 

%THISDIR%setup.exe /adminfile %THISDIR%\updates\custom.MSP

 

Package contains:

admin

catalog

lync.en-us

lyncentry.ww

office.en-us

office64.en-us

proofing.en-us

updates

setup.dll

setup.exe

install.cmd

  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.