Install Lync 2013 via GPO

Hi all,
I am deploy Lync as this posting: http://blogs.technet.com/b/mir/archive/2011/06/04/how-to-automate-lync-client-2010-deployment-in-multi-architect-environment-using-active-directory-group-policy.aspx
And I run as script as recommended but LyncSetup.exe will be copy to C:\Windows\System32\config\systemprofile\Lync_Client\X64 (windows 7 64bit) and then nothing happen...
If i run LyncSetup.exe directly from above directory it's showing message: The specified module could not be found.
Here is my bat file:
If Exist %systemroot%\%computername%.txt goto END
If Exist "C:\Program Files (x86)\" goto X64
Set ARCHITECTURE=x86
REM Creating Lync and office suite Client folder on %USERPROFILE%
IF NOT EXIST "%USERPROFILE%\Lync_Client\X86" MKDIR "%USERPROFILE%\Lync_Client\X86"
REM Copying Lync software to Lync Software folder on %USERPROFILE%
pushd "\\server\Lync_Setup\x86\"
XCOPY "*.exe" "%USERPROFILE%\Lync_Client\X86" /I /Y /Q
"%UserProfile%\Lync_Client\%ARCHITECTURE%\LyncSetup.exe" /install /silent
if %errorlevel%==0 (goto Successfull) else (goto Fail)
:Successfull
Echo "Lync Successfully installed" on %COMPUTERNAME% > %systemroot%\%Computername%.txt
Echo "Lync Successfully installed" on %COMPUTERNAME% >\\server\Client_Deployment_Result\%computername%.txt
goto END
:Fail
Echo "Lync Setup ended with error code %errorlevel% " on %COMPUTERNAME% > %systemroot%\%Computername%.txt
Echo "Lync Setup ended with error code %errorlevel% " on %COMPUTERNAME% >\\server\Client_Deployment_Result\%computername%.txt
goto END
:X64
If NOT EXIST "C:\Program Files (x86)\" goto END
Set ARCHITECTURE=x64
REM Creating Lync Client folder on %USERPROFILE%
IF NOT EXIST "%USERPROFILE%\Lync_Client\X64" MKDIR "%USERPROFILE%\Lync_Client\X64"
REM Copying Lync software to Lync Software folder on %USERPROFILE%
pushd "\\server\Lync_Setup\x64\"
XCOPY "*.exe" "%USERPROFILE%\Lync_Client\X64" /I /Y /Q
"%UserProfile%\Lync_Client\%ARCHITECTURE%\LyncSetup.exe" /install /silent
if %errorlevel%==0 (goto Successfull) else (goto Fail)
:Successfull
Echo "Lync Successfully installed" on %COMPUTERNAME% > %systemroot%\%Computername%.txt
Echo "Lync Successfully installed" on %COMPUTERNAME% >\\server\Client_Deployment_Result\%computername%.txt
goto END
:Fail
Echo "Lync Setup ended with error code %errorlevel% " on %COMPUTERNAME% > %systemroot%\%Computername%.txt
Echo "Lync Setup ended with error code %errorlevel% " on %COMPUTERNAME% >\\server\Client_Deployment_Result\%computername%.txt
goto END
EXIT
All folder share on server with Everyone can access full permission.
Any help is appreciated,

And I run as script as recommended but LyncSetup.exe will be copy to C:\Windows\System32\config\systemprofile\Lync_Client\X64 (windows 7 64bit) and then nothing happen...
If i run LyncSetup.exe directly from above directory it's showing message: The specified module could not be found.
Hi,
From your description above, it showed error if you directly ran LyncSetup.exe after it moved to C:\Windows\System32\config\systemprofile\Lync_Client\X64 (windows 7 64bit) with the help of script. You can try to find the
initial Lync 2010 software package, and click LyncSetup.exe to install it directly to check if the issue happen.
If the issue happen again, check if you have installed any anti-virus application such as Kaspersky or something else prevent you writing data. Or it is the issue of Lync software package itself.
If the issue not happen, there may be something wrong when install Lync client by GPO. As Frank Shen said, you can try to deploy Lync client using Group Policy with the link he provided.
Best Regards,
Eason Huang
Eason Huang
TechNet Community Support

Similar Messages

  • Successfully installed Lync 2013 via Click-to-Run, but getting "Choose your product" prompt

    After installing Lync 2013 client using method
    Click-to-Run "Deploy Office 365 ProPlus from an on-premises location",downloaded Office source is on local hard drive with the
    "config.xml" shown below. 
    I'm getting "Choose your Product" prompt after signing-in.  We have Office 365 Enterprise E3 plan and we just wanted to upgrade Lync 2010 to Lync 2013 (not the Basic).
     <Configuration>
      <Add SourcePath="E:\Temp" OfficeClientEdition="32" >
        <Product ID="LyncRetail">
          <Language ID="en-us" />
        </Product>
    <!-- <Product ID="VisioProRetail">
          <Language ID="en-us" />
        </Product>  -->
      </Add>  
      <Display Level="NONE" AcceptEULA="TRUE" />  
      <Logging Name="OfficeSetup.txt" Path="E:\Temp" /> 
      <Property Name="AUTOACTIVATE" Value="1" />
    </Configuration>
    Though Lync will continue to work when you close the window.  I need to deploy the full 2013 client to several
    machines locally.
     Thanks.

    Hello,
    Looks like you‘ve tried a hybrid deployment with Lync 2010 and 2013, right? This might be the reason why Lync 2013 keep prompting to choose your product. Lync 2013 will automatically identify the products that it found for your account which you used to
    login Lync 2013.
    So, please try to remove any earlier version (Better to remove all Office 2010 suite) on your computer and try a fresh installation again. Let’s see the "Choose your product" prompt would appear again.

  • How to remove OCS and install lync 2013 on MS Office 2007 and 2010

    Hi,
    We need to install lync 2013 on our systems having office 2007 and 2010 via SCCM 2012.
    Please suggest.
    Regards, Syed Fahad Ali

    Lync 2013 no longer has its own installer, but instead uses the Office installer.  You can create a customized installation and deploy it just like you do with Office:
    http://technet.microsoft.com/en-us/library/jj204827.aspx
    I hope that helps,
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you've found a bug or want the product worked differently,
    share your feedback.
    <-- If this post was helpful, please click "Vote as Helpful".

  • Deploy Lync 2013 Via SCCM 2012

    Dear,
    I wants to deploy Microsoft Lync 2013 via SCCM 2012, I have created a new deployment package based on MSI file to install Microsoft Lync 2013 for company machines, during the installation package will install for clients computer perfectly but instead of
    install automatically to users, every time message coming user should do it manually for example user should accept the terms of the agreement, kindly I need a way to solve this issue, I need Lync 2013 automatically install without users doing anything, please
    see attached snapshot.

    Make sure that you are using the right command line using your newly created MSP
    ex: setup.exe /adminfile "Lync_Updated.msp"
    As proposed, update your DP so that your MSP gets distributed.
    You can also follow this guide if you're still experiencing difficulties.
    http://systemcentersynergy.com/lync-2013-silent-or-unattended-install/
    Benoit Lecours | Blog: System Center Dudes

  • I have installed 2010 microsoft office 2010 home and business version for my laptop,and i have installed lync 2013.Now i want create online lync meeting from outlook,but i am unable view that lync icon in outlook.Please give me the solution for this que

    I have installed 2010 Microsoft office 2010 home and business version for my laptop,and I have installed lync 2013.Now i want create online lync meeting from outlook,but i am unable view that lync icon in outlook.Please give me the solution for this issue.
    Regards
    Raghavendar

    Hi Raghavendar,
    Generally, when you install Lync 2013 in the computer with Office 2010, a Lync Meeting Add-in will be installed and enabled in Outlook 2010. Please follow these steps to check it:
    1. In Outlook, click the File tab, click Options, and then click
    Add-Ins.
    2. Please take one of the following actions:
    If the add-in is in the Inactive Application Add-ins list, follow these steps:
    a. In the Manage drop-down list at the bottom of the dialog box, click
    COM Add-ins, and then click Go.
    b. Click to select the check box next to the add-in, and then click OK.
    The New Online Meeting button should now be available in
    Calendar View, and the Online Meeting button should be available when you create a new calendar item.
    If the add-in is in the Disabled Application add-ins list, follow these steps:
    a. In the Manage drop-down list at the bottom of the dialog box, click
    Disabled Items, and then click Go.
    b. Select the add-in, and then click Enable.
    c. Restart Outlook, and then verify that the add-in is displayed in the
    Add-ins dialog box.
    The New Online Meeting button should now be available in
    Calendar View, and the Online Meeting button should now be available when you create a new calendar item.
    3. In Event Viewer, view the Application log to see whether an error was logged for Outlook, for Lync 2013, the Lync Meeting Add-in for Microsoft Office 2013.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • How to install reader & patches via GPO?

    I need to know the proper way to install Adobe Reader via GPO, as well as what to do about patches when they come out?
    I have seen too many different ways online, I'd like an official way.
    Thank you in advance.

    This page should give you all the information you need, especially the Administration Guide: http://www.adobe.com/devnet-docs/acrobatetk/index.html

  • No coexistence, Totally decom Lync 2010, then install Lync 2013

    I have went through decomming Lync 2010 Enterprise on prem with the desire to go to Lync 2013 Hosted Multi-Tenancy, using the same domain.
    So, as you can imagine doing this in a test env. (mirroring the prod env.) I have uninstalled Lync 2010, followed all best practices, made sure ADSI ref. were gone to Lync 2010 (to my knowledge).
    Now that I have uninstalled the last Lync 2010 boxes, Installed Lync 2013 on the first frontend server, fired up the setup and went through the topology builder wizards, and after filling out Edge server pools, etc, I have a topology showing Lync 2010 and
    2013. Is that correct? This is my first time installing 2013 Lync. Is Lync 2010 supposed to be showing in the topology? 
    Maybe this is normal for 2013, maybe this doesnt matter for me to continue. I'd just like to cleanly get rid of any 2013 references or leftovers. 
    Josh

    Hi,
    Agree with Anthony and Rodolfo.
    Here is Lync server 2013 topology (I didn't deploy Lync server 2010):
    What's more, please check if you remove all Lync server 2010 information from AD.
    If you meet error about remanent Lync information in AD, you can refer to the link of "Remove Lync from Active Directory":
    http://blog.armgasys.com/?p=320
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Uninstall Legacy Lync 2010 enterprise and install Lync 2013

    I have a customer who has Lync 2010 enterprise and decided to install Lync 2013 but don't want migration and instead want to uninstall Lync 2010 . I would like to know in this case how to clean the active directory schema from Lync 2010 ? 
    and If there's anything else to consider before uninstalling Lync 2010 ? I will have to disable/remove all currently Lync enabled users but is there anything else?
    I found this article, but would like to know what's the steps in sequence of removing Lync in this case? 
     https://social.technet.microsoft.com/wiki/contents/articles/9849.how-to-remove-lync-server-2010-from-active-directory.aspx
    for example, do I have to first 
    1- Disable LYnc users.
    2- Uninstall Lync server Application from Control panel
    3- Remove Lync from Active Directory? 
    Would appreciate your help. thanks
    thanks
    Mohammed JH

    Hi 
    Check this to Uninstall Lync 2010
    http://terenceluk.blogspot.nl/2011/01/step-by-step-instructions-for.html
    Check this to remove AD References 
    http://blog.ucmadeeasy.com/2010/11/09/lync-server-2010-active-directory-references-and-how-to-remove-them/
    http://digitalbamboo.wordpress.com/2014/01/28/how-to-clean-your-server-of-old-active-directory-lync-ad-references-in-the-rtc-service-when-removing-the-last-2010-pool-fails-to-publish-in-the-lync/
    Whenever you see a helpful reply, click on Vote As Helpful & click on Mark As Answer if a post answers your question.

  • How to Silently Install Lync 2013

    Dears,
    I would like to install Lync 2013 silently without manual installation for clients computers, I have lyncentry.exe basic software and I don't need to create OCT I wants use create new package and mention EXE file not MSI, during deployment in clients
    computer Lync 2013 basic installation not install silently, please any recommendation and advice to solve this problem thanks...
    Thanks..

    Hi Dana.Kadi,
    This may be helpful to you.
    Lync 2013 Client - Silent Installation
    http://social.technet.microsoft.com/Forums/lync/en-US/cf9ca58c-b9e8-465c-afb4-ed3992092f81/lync-2013-client-silent-installation
    Hope it can be helpful.
    Best regards,
    Eric

  • Cant install Lync 2013 eval on vista

    I wast to install Lync 2013 eval version on my vista but it gives error that it can be installed on windows 7 or later, why this descripency? is there a patch  for vista?

    Hi,
    You can change to use Lync client 2010 on Windows Vista. Lync client 2010 supported OS:
    Windows 7, Windows Server 2008 Service Pack 2, Windows Vista Service Pack 2, Windows XP Service Pack 3.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Installing Lync 2013 and remove 2010 client via SCCM

    We have Windows 7 x64 PC’s running Lync 2010 64-Bit client. 
    What I need to do is install the Lync 2013 32-Bit client and then uninstall the Lync 2010 64-Bit client. 
    Using the Office Customization Took, I am able to install the Lync 2013 client fine, however the 2010 client isn’t not removed. 
    Here is what I did:
    -Have the standalone Lync 2013 installer. 
    I then copied the Lync 2010 64-bit install files into a new folder in the Lync 2013 source files. 
    This folder is c:\Lync2013\Lync2010
    -Created MSP file using OCT set to never reboot.
    -Under ‘Add installations and run programs’ option, I specified the Lync 2010 to be removed post install of Lync 2013. 
    The Command line:  [post install] [INSTALLLOCATION]\Lync2010\LyncSetup.exe /silent /uninstall
    -Loaded this into SCCM and set to run at a logon event. 
     As stated above, Lync 2010 is not removed. 
    A few questions:
     Is this even possible using the OCT?
    In the OCT, is it a problem trying to mix two different installers? 
    One 32-Bit, the other 64-Bit?
    If not, then is the command line correct for the Lync 2010 uninstall?
    If no for # 3, how do I make SCCM use the correct path to the package where the Lync 2010 install files are? 
    In the OCT, do I need to have the Lync 2010 command line as: 
    \%WINDIR%\SystemWOW64\CCM\Cache\nameofpackage 
    Please help me alleviate some frustration with any ideas for the above.

    You can use the command msiexec.exe /uninstall “C:\Program Files (x86)\OCSetup\Lync.msi” to uninstall Lync 2010.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    I'll try this, thanks!  For the post uninstall of Lync 2010 using the OCT, should I also ad /quiet switch or /no restart to suppress dialog boxes and not restart the PC when the removal is complete?  Or will the OCT prevent it from being restarted
    and 'suppress modals' as I set this during the install of Lync 2013.

  • Install Lync 2013 by OCT Tools

    Dears,
    I have Lync 2013 and I wants to install it for client computers via SCCM 2012, I wants to use OCT tool for deploying the package, kindly I need all the steps for creating OCT tools and I wants to know where shall I put lyncentry.exe and MSP file after
    creation I mean which folder? Shall I put in main folder which are contains both 64bit and 86bit or I have to create separate OCT package for each 64bit and 86bit?  please snapshot.
    Thanks..

    Here is an article that talks about deploying Office 2013
    Lync 2013 is shipped as part of Office 2013
    http://technet.microsoft.com/en-us/library/cc179097.aspx
    http://blog.naevette.com.au/2013/10/15/packaging-lync-2013-for-enterprise-deployment/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer" Regards Edwin Anthony Joseph

  • Uninstall Lync 2010 client, Install Lync 2013 using Group Policy/VB/MS Customisation Tool

    Hi, I am using Group Policy/vb/Lync customization tools to deploy 2013 and remove 2010. The machines have Office 2010. The vb script is as below:
    Dim objShell 'As Object
    Dim objFSO 'As FileSystemObject
    '-- SET OBJECTS
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objShell = CreateObject("WScript.Shell")
    strComputerName = objShell.ExpandEnvironmentStrings("%COMPUTERNAME%")
    Dim WshNetwork : Set WshNetwork = WScript.CreateObject("WScript.Network")
    objShell.Run """\\xxxxxxxxx - Do not Remove\Lync Install 2013 2010\Lync 2013 Outlook 2010\setup.exe"""
    I have amended the OCT with relevant settings, Lync 2013 installs but Lync 2010 does not uninstall. Here is how i have it set:
    In the Office Customization Tool - Set-up - Add Installation and Run Programs,
    In target - pointing to the Lync2010 exe file (on above share)
    In Arguments - /silent /uninstall
    Is this correct?
    Also, i would have thought that, Remove Previous Installations, it would have an option to remove Lync2010?
    Anyway..pulling my hair out here!
    Hope you can help.

    Hi,
    Based on your description, we can refer to the following threads for help.
    Slient Unninstall of Lync 2010 on client machines script required
    http://social.technet.microsoft.com/Forums/lync/en-US/69e32128-4581-4be5-9a44-b5d133e1f480/slient-unninstall-of-lync-2010-on-client-machines-script-required
    Scripting a Lync 2010 client Uninstall
    http://social.technet.microsoft.com/Forums/en-US/a65bd0d0-daa1-4616-8725-63f349fdde86/scripting-a-lync-2010-client-uninstall?forum=lyncconferencing
    For this issue is more related to Lync, in order to get better help, we can ask the question in the following TechNet dedicated Lync forum.
    Lync 2010 and OCS - Lync Clients and Devices
    http://social.technet.microsoft.com/Forums/lync/en-US/home?forum=ocsclients&filter=alltypes&sort=lastpostdesc
    In addition, for it also involves scripts, we can also ask for help in the following scripting forum.
    The Official Scripting Guys Forum
    https://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG&filter=alltypes&sort=lastpostdesc
    Hope it helps.
    Best regards,
    Frank Shen

  • Can't open email items from search after installing Lync 2013 client

    Hello,
    We're deploying Lync 2013 in our environment.
    At the moment we're using Office 2010 on the clients.
    For testing the deployment I've installed the Lync 2013 client.
    After installing, when I perform a search on my pc and outlook items are found, they suddenly appear with an Outlook 2013 icon.
    When doubleclicking, nothing happens, neither when I rightclick.
    I've checked the "associate a file type or protocol with a prgram", and "set your default programs" in the control panel.
    In neither of them I can find the Outlook 2013 icon, and for email, every file type is configured to open with Outlook 2010.
    Does anyone know what might be the problem. We have this problem with every user for which we install the Lync 2013 client.

    You can do the following to restore functionality:
    If you have office 2010 use the keys below, the Lync install will change them to Office15:
    [HKEY_CLASSES_ROOT\CLSID\{138508bc-1e03-49ea-9c8f-ea9e1d05d65d}]
    @="@C:\\Program Files\\Microsoft Office\\Office14\\MAPISHELL.DLL,-110"
    [HKEY_CLASSES_ROOT\CLSID\{138508bc-1e03-49ea-9c8f-ea9e1d05d65d}\DefaultIcon]
    @="@C:\\Program Files\\Microsoft Office\\Office14\\MAPISHELL.DLL,-504"
    [HKEY_CLASSES_ROOT\CLSID\{138508bc-1e03-49ea-9c8f-ea9e1d05d65d}\InprocServer32]
    @="C:\\Program Files\\Microsoft Office\\Office14\\MAPISHELL.DLL"
    "ThreadingModel"="Apartment"
    [HKEY_CLASSES_ROOT\CLSID\{138508bc-1e03-49ea-9c8f-ea9e1d05d65d}\ShellFolder]
    "Attributes"=dword:20140000

  • Error 1603 Installing Lync 2013 client

    Hello, 
    I am working in an Enterprise company. 
    All computers are Windows 7 + Office 2007 SP3. 
    I need to prepare a Silent installation of Lync 2013. 
    I created a basic config.xml file and configured a new msp file with all setting needed. 
    This is the command i used: 
    Setup.exe /adminfile lync.msp /config config.xml
    Nearly at the end of the installation, it fails. 
    These are the critical information from the Log file: 
    Error: Failed to install product:  C:\MSOCache\All Users\{90150000-012C-0000-0000-0000000FF1CE}-C\LyncWW.msi ErrorCode: 1603(0x643). 
    Error attaching to OSE, error 0x00000000
    What does is means?
    Full log file - here
    https://onedrive.live.com/?cid=d99573b9fc48b9d4&id=D99573B9FC48B9D4%21268&Bsrc=Share&Bpub=SDX.SkyDrive&authkey=!
    Thank you
    Amir

    Error 1603 occurs during MSI or a software installation.
    Please check you can install
    LyncWW.msi manually.
    Make sure the install package is not interrupted.
    Lisa Zheng
    TechNet Community Support

Maybe you are looking for

  • HP-UX vs. NT performace issue

    I have a J2EE application that I've recently ported from a WINNT development box to a 2-CPU HP L-class server. I am running Weblogic 6.1, SP1 on both machines. On a particularly memory-intensive piece of the application, I've notice a performance dro

  • BEx Query Analyzer Value Display of +/- Sign

    The KeyFigure values in the BEx Analyzer are being displayed as 512.740000000-  with a negative sign in the back. I tried to change the settings in Bex Query Designer -- Query Properties -- Value Display to "Before the Number -123.45" setting. It loo

  • How to run JDev's generated build.xml file(BPEL project) from command win.?

    hi all When I execute build.xml file of simple BPEL project from JDev it runs properly. But when I try to execute it from normal command window It gives me an following error. ...........droping jar file xyz.jar from path as i doesn't exists. While a

  • SFTP in ASCII

    Hi, I'm using TES 5.3.1 and I'm working on an FTP transmission to a bank.  They have asked that the file be sent SFTP in either ASCII or EBCDIC, but using the integrated FTP job, it only allows Binary when transferring SFTP.  Is there something I'm m

  • Frequent Spinning Beach Ball after SSD Upgrade

    I have several original MacPro's (2.66GHz quad core) each with 10GB of memory and all running Mac OS X Leopard (10.5.8) - please no comments that I need to upgrade to Snow Leopard or Lion.  I have replaced the original hard drive in two of them with