

Microsoft Office 2013 Professional Plus, a version of Microsoft Office is a productive tool for Microsoft Windows. Office 2013 Professional Plus June 2019 Overview It is full offline installer standalone setup of Office 2013 Professional Plus June 2019. You can of course split the 32 bit and 64 bit in to separate packages but this method suited my environment.Office 2013 Professional Plus June 2019 Download. This will install Lync 2010 on 32bit and 64bit machines. You can then create a package within SCCM using the package source folder and create a program that runs install.bat. "%~dp064bitLyncMUI_64bit.exe" /quiet /norestart Msiexec /update "%~dp064bitlync.msp" /quiet "%~dp064bitLyncSetup.exe" /Install /Silent "%~dp032bitLyncMUI_32bit.exe" /quiet /norestart Msiexec /update "%~dp032bitlync.msp" /quiet "%~dp032bitLyncSetup.exe" /Install /Silent IF EXIST "C:PROGRAM FILES (x86)" (GOTO :圆4) ELSE (GOTO :x86) LyncMUI_64bit.exe (Lync 2010 64bit MUI setup file – Download)Ĭreate the following Batch File named install.bat containing the code below and save it in the root of the package source folder: :: Batch file to install Lync 2010 Client with CU7 and MUI packs on 32 bit and 64 bit Windows Lync.msp (Lync 2010 64bit CU 6 update – Download CU 7) LyncSetup.exe (Lync 2010 64bit setup file) LyncMUI_32bit.exe (Lync 2010 32bit MUI setup file – Download) Lync.msp (Lync 2010 32bit CU – Download CU 7) LyncSetup.exe (Lync 2010 32bit setup file) Lync_2010_MUI_CU7, then download the following files place them into two subfolders named “32bit” and “64bit”: I used this method to deploy Lync 2010 with Microsoft SCCM.Ĭreate a package source folder (e.g.

In this post I will cover how to deploy the Lync 2010 client with a CU (Cumulative Update) and MUI (Multilingual User Interface) pack.
