Deploying Custom Office 2013, Uninstalling Office 2010

We've just recently moved to SCCM for application and OS deployment, so we're setting up applications to be deployed through SCCM for the very first time. I've read a few guides to deploying Office 2013, and the majority of them follow the same procedure:
Customize Office 2013 with OCT
Create an application in SCCM by selecting proplusww.msi
Edit the deployment type and replace proplusww.msi with setup.exe
Some guides reference the .msp in the setup.exe command, some don't. e.g. "setup.exe /adminfile custom.msp"
So, a few questions:
Why should I use setup.exe vs proplusww.msi? I understood that the application model gives us more control, better autodetection, and less manual configuration. i.e. use MSI for applications
If I should use setup.exe, do I really need to reference .msp? e.g. setup.exe /adminfile custom.msp I thought that when you customize the installer, and place the msp in the \updates folder, running the setup.exe still utilizes the msp file. 
Some guides say I should also used an xml file for help with uninstalling Office 2013. e.g. An xml file with Display Level, SuppressModal, and AcceptEula set, then using the command "setup.exe /uninstall proplusr /config .\proplusr.ww\unisntall.xml".
What instances would I need the xml, and which instances would I not?
Finally, I would possibly like to install Office 2013 during OSD. Would that change any recommendations on how I create the Office 2013 SCCM application?
I'd appreciate any help/advice anyone can give. I was not able to find any info directly from Microsoft on how best to deploy Office with SCCM. Nor was I able to find any info on using proplusww.msi vs setup.exe for deployment. Thanks.

If you place the .MSP file in the Updates folder, the Setup.exe program will automatically process it without the need to specify in the command line.  The .XML and OCT .MSP are two different means of customizing the installation.  I typically
use the OCT to create the .MSP and drop it in the Updates folder, then just call setup.exe with no switches to perform the silent install.
Make sure you set the SETUP_REBOOT property to Never in the OCT, otherwise the install may perform an unexpected reboot that could potentially cause issues with ConfigMgr (especially if it's during imaging).
Thanks for the info. What about proplusww.msi vs using setup.exe? I still haven't been able to find any documentation on using one vs the other when deploying through SCCM (as to why you should use one over the other). Almost every SCCM application deployment
guide I come across always wants you to use the MSI, sometimes going to great lengths to find one, just to avoid using an exe. So, why does almost every SCCM Office deployment guide tell me to use setup.exe? Also, is it just me, or is there really not official
best practice form Microsoft when deploying Office through SCCM?

Similar Messages

  • Deploy Office 2013 - Uninstall Office 2010

    Hello,
    I am planing to deploy Office 2013 and created a MSP File (Setup /admin) for the silent Installation - everything works fine - except the uninstallation of Office 2010. In the OCT I´ve selected the Option to remove previous Versions of Office. I can
    remeber that this works perfect in Office 2010 to remove Office 2007 too.
    But in Office 2013 this doesn´t work anymore, the installed applications wizard (appwiz.cpl) Shows both Version of Office are installed. What is the best way to remove the old Version silently and install Office 2013? I would like to have all in one
    "Application" deployed via SCCM 2012 SP1. 

    Have you looked at this document, or it's online equivalents:
    http://blogs.msdn.com/b/mssmallbiz/archive/2012/10/22/free-microsoft-ebook-deployment-guide-for-microsoft-office-2013.aspx
    In the section "Setup command-line options for Office 2013", they say:
    /uninstall [ProductID]
    Runs Setup to remove the specified product from the user’s
    computer. Look up the value of [ProductID] in the Setup.xml
    file for the product that you want to modify.
    Example
    \\server\share\Office15\setup.exe /uninstall ProPlus
    where:
    Office15 is the root of the network installation point.
    ProPlus is the
    [ProductID] ([ProductID]
    is equal to the ID attribute of the
    Setup element listed in
    \\server\share\Office15\ProPlus.WW\setup.xml), where
    ProPlus.WW is the location of the Office Professional Plus 2013 installation files.
    You can customize the
    /uninstall option by using it with
    /config and a modified Config.xml file. This is necessary if you want to run a
    “silent”
    uninstall. In enterprise deployments, we recommend that you run a silent uninstall to prevent prompting users to enter information, and to prevent the installation from waiting for user interactions, even when files are being used.
    To run a silent uninstall
    Using a text editor, edit the following element attributes in the
    \\server\share\Office15\ProPlus.WW\SilentUninstallConfig.xml file:
    <Configuration Product="ProPlus">
    <Display Level="none"
    CompletionNotice="no" SuppressModal="yes"
    AcceptEula="yes" /> </Configuration>
    At the command line, use the following syntax:
    \\server\share\Office15\setup.exe /uninstall ProPlus /config \\server\share\Office15\ProPlus.WW\SilentUninstallConfig.xml
    Note:
    In Office 2013, just as in Office 2010 and Office 2007, you cannot use the Setup.exe command line to set Windows Installer properties, such as
    PIDKEY or DISPLAY. Setup does not pass these properties to Windows Installer. Instead, you make these customizations by using the Office Customization Tool or Config.xml. For a complete list of Setup properties, including blocked
    and unsupported properties, see Setup properties in Office 2010.
    The information also applies to Office 2013.
    Office Customization Tool (OCT) in Office 2013
    Config.xml file in Office 2013

  • Affects when migrating from Office 2013 to Office 365

    I currently have office 2013, with two email addresses being used in Outlook.  I need to download Office 365 which I have already purchased.   Will this have any affect on my two Outlook email addresses, and all the emails that are there?

    Hi,
    The activation and licensing are different between the Office 2013 and Office 365. We can't just
    switch activated Office 2013 to Office 365. We can only uninstall Office 2013 and then install Office 365. In theory, we won't lose any emails in the email accounts configured in Office 2013. Just in case, we can back up your Outlook data files
    of the two email accounts and then conduct the migration. To back up the data files, please refer:
    http://support.microsoft.com/kb/287070/en-us
    Hope this helps.
    Regards,
    Steve Fan
    TechNet Community Support

  • Debug office 2013 from VS 2010

    I am trying to run in debug mode
    an app in Office (Excel)2013, whereas I am developing in VS 2010.
    I found this article, which is quite an alright solution. What I did is I opened the .vbproj file,
    with a simple text editor, from the file system and edited OfficeVersion="14.0" to 15.0 (I
    researched that Office 2013's version is 15). But when I run the solution, it still opens in Office 2010.

    Hi,
    Were you developing an
    VSTO solution for Office?
    If I understood correctly, to develop/debug an solution for Office 2013, we need to use Visual Studio 2012 or Visual Studio 2013.
    You can get more detail about it from link below:
    Running Solutions in Different Versions of Microsoft Office
    Link below may be also helpful:
    Configuring a Computer to Develop Office Solutions
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Problem with URL:s containing scandinavian characters (Office 2013 / Firefox / SP 2010)

    We are encountering problems with document opening when URL contains scandinavian characters (ä,ö). This issue occurs only with Office 2013 when using Firefox. With IE it works just fine. And Office 2010 works nicely as well.
    Error message: "We can't connect to 'https://intra.../Test powerpoint.pptx' Please make sure you're using the correct web address".
    This issue only occurs when document or document set name contains scandinavian characters. If I rename it, document opens without any problems. 
    Any idea how I could fix this?

    Hi Law, try changing the settings in the library to "open in client application." You should also read the following links for solutions:
    http://sharepoint.stackexchange.com/questions/16938/why-is-word-document-created-from-template-saved-locally-instead-of-to-the-docu
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/ec048a1f-e6cc-481d-8f46-308823568b56/cannot-save-documents-to-sharepoint?forum=sharepointadminprevious
    cameron rautmann

  • Office 2013 vs SharePoint 2010 - Unable to check out documents to SharePoint drafts folder

    My company is foisting Office 2013 on us without upgrading SharePoint 2010 Enterprise. One of the issues I have discovered since receiving Office 2013 is that SharePoint no longer provides the option to save checked out documents to my local drafts folder.
    This is despite having Office set to save checked-out files to the server drafts location and the Office Document Cache Handler enabled in IE9. Is there a registry setting or something I can change that will re-enable this feature?

    Hi Nellie,
    According to your description, my understanding is that you want to re-enable the add-on Office Document Cache Handler in IE9.
    We can re-enable the add-on in IE9 using Group Policy:
    Launch the Group Policy Editor. 
    Go to User Configuration > Administrative Templates > Windows Components > Internet Explorer > Security Features > Add-on Management > 
     Add-on List.
    Set this policy to 'Enabled'.
    In the Add-on List, add the CLSID of BHO (Browser Helper Object) (i.e.) {B4F3A835-0E21-4959-BA22-42B3008E02FF} as the ‘Value Name’ and 1 as the 'Value'.
    Log out of the machine and log back in again for the setting to take effect.
    More references:
    http://support.microsoft.com/kb/2463597/en-us
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Digital signatures Office 2013 invalid in 2010

    We have pc's with Office 2010, Office 2007 and Office 2013.
    When we sign a document(with a certificate issued by a local CA server) in Office 2013, and open that file in Office 2010 or 2007, it says 'invalid signature'. When we open that same document on another pc with Office 2013, the certificate is valid.
    What i already tried:
    -Another document(it happens at every document signed by Office 2013)
    -setting the 'Do not include XAdES reference object in the manifest'
    to enabled/disabled in GPO(by adding the office 2010, 2007 and 2013 ADMX templates).
    -Setting the 'Legacy format signatures'
    to enabled in GPO
    If we sign a document in 2010 or 2007, it is valid in all versions of Office.

    -setting the 'Do not include XAdES reference object in the manifest'
    to enabled/disabled in GPO(by adding the office 2010, 2007 and 2013 ADMX templates).
    We need to set the 'Do not include XAdES reference object in the manifest' to
    Enabled. After that, sign a new document in Office 2013 and then try to open it in previous version to check the result. The settings may not apply to existing signed documents, you will need to sign a new document to test the result.
    For more information about digital signature settings for Office 2013, please refer:
    http://technet.microsoft.com/en-us/library/cc545900(v=office.15).aspx
    Regards,
    Steve Fan
    TechNet Community Support

  • Office 2013 Professional + Office 365 Home Premium - what happens?

    I am currently using Office 2013's Excel where I have access to Power Pivot and Power View. This is a perpetual, non-subscription version of Office with the Professional Plus product key.
    I am considering purchasing an Office 365 Home Premium license as well, so my family members can use Office on their devices.
    Since Power Pivot and Power View (afaik) are not part of Office 365 Home Premium, I wanted to know if I can activate my Office with my Home Premium account but override Excel with the product key?
    In other words, is there any way to make Excel behave like it is part of both O365 Home Premium as well as Office 2013 Professional Plus?

    Hi,
    As far as I know, PowerView and Inquire, are only available on certain SKUs (versions). These include:
    Office 2013 Professional Plus (available through Volume Licensing, MSDN and TechNet subscriptions)
    Office 365 Professional Plus (available as standalone subscription)
    Office 365 Professional Plus (available as part of the
    Office 365 Mid-Size Business,
    Office 365 Enterprise Plan 3, or
    Office 365 Enterprise Plan 4 offerings)
    Excel 2013 Standalone Volume License and Standalone Retail 32-bit and 64-bit.
    I recommend you connect
    Microsoft Customer center to get more detailed information.
    More reference:
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2013/02/27/unable-to-use-excel-2010-powerpivot-workbooks-in-excel-2013.aspx
    http://office.microsoft.com/en-us/excel-help/create-a-power-view-sheet-in-excel-2013-HA102899553.aspx?CTT=1
    Thanks
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

  • Cannot Save Word files as a PDF in Office 2013 with Office customization tool

    Hello
    I'm deploying office 2013 as a part of a post clone task.  Using the customization tool I created an msp with the full installation (without outlook,Link, or skydrive) I noticed that I cannot save or export files as PDF files.  If I do a manual
    install (without MSP) I can save files as pdf.  I can't find anywhere in the customization tool that allows me to choose different "save as" file types. In office 2010 I used to be able to save word files as PDF files.  Any ideas would
    be greatly appreciated.
    Charles

    Hi,
    In regarding the issue, could you give me more information? Did you test to install the Office 2013 by using MSP and manual installation in the same computer? Did the other Office suits can not save files as pdf?
    Let's do some test to narrow down the issue:
    If you use the only one computer to test, please export a new MSP file include all the suits and use the all the default setting. Then we follow the
    link to deploy again.
    If the issue still exists, please try to change a computer, and update Adobe programs to install the new MSP file to test.
    If you get some error message when you save as pdf through Word, please upload, I'll do more deeply research.
    Regards,
    George Zhao
    TechNet Community Support

  • Can I run office 2013 and Office 364 on the same computer?

    My company is running Office 2013, Word, Excel, Project, Exchange and SharePoint.
    I have a small business on the side and I was considering Office 365.
    Is it possible to run both versions on the same machine without conflicts?
    Valgardur Gudjonsson

    Hi,
    You can only run the click-to-run version of Office side-by-side with an earlier version of Office (say Office 2010) that is already installed on your computer.
    Office 2013 MSI on a system with Office 365 (Click to Run) is NOT supported.
    Regards,
    Ethan Hua
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Stream 7 - Reinstall local Office 2013 from Office 365 subscription

    Ok, I signed up for my free year of 365 3-4 weeks ago.  Doing so resulted in downloading the desktop Office 2013 for a local install.
    Takes up a lot of valulable space, and there are a few Office apps I rarely use (Access, etc.)  Mostly Word, Excel and PP.
    So, I'd like to remove the apps I don't use, but in the case I want to use them later - how do I reinstall them?  The download occurred "automagically" as a result of the Office 365 subscription/signup process - I have no D/L to reinstall.  Nor, do I believe, do I have a key to take an existing install and install and activate.
    So - how can I D/L and install later?  And possibly determine just what my key is for that day?

    Due to limited storage, the installation folder/files is not downloaded into the device. The only way you can reinstall the MS Office is by doing recovery but will wipe out your data. After recovery you need to use the same account you used the fisrt time you registered your Office.
    Hope this helps.

  • How to uninstall Office 2010 32 bit and install Office 2013 64 bit

    Hi Everyone,
    I am rather new to SCCM.  I have setup a SCCM 2012 SP1 system.  I am now trying to setup an Application where it will install Office 2013 64 bit.  Everything seemed to go smoothly until I tried testing it.  I received an error that I
    cannot install the 64 bit version of Office 2013 because Office 2010 32 bit is already installed.
    I tried to modify the MSP where it will uninstall Office 2010 before installing Office 2013 but apparently as soon as it starts it checks for the 32 bit installation and exits when it finds it.
    Could someone give me a detailed solution (since I am new to SCCM)?
    Ken

    While referring to older versions of office I think this link may apply: http://social.technet.microsoft.com/Forums/en-US/f255e17d-4e1f-4231-8a88-d63f41c83c52/how-to-automatcally-uninstall-office-2007-32-bit-for-installation-of-office-2010-64-bit?forum=officesetupdeployprevious
    Also you might create an office 2010 package, with an uninstall program that removes it.
    Then in your office 2013 package make the uninstall for 2010 to be run first. 

  • Office 2013 deployment

    I'm in the process of building a package to deploy office 2013. Everything works as it should except uninstalling office 2010. OCT only does a partial uninstall of office 2010 but leaves evidence in Programs and features as well as the folder in Start
    up. Does anyone have a solution for this?

    Configure an application for Office 2010, configure Office 2013 to supersede 2010 and deploy, simple as that. What you need is uninstall command for 2010, install command for 2013 and detection method for both. There's no need for task sequence to accomplish
    what you want, the trickiest part is probably getting the right detection method, you can use the product code of Office MSI package. For install/uninstall commands, follow the official documentation or try Google. Use script installation method and use the
    setup.exe with .xml created with OCT.

  • Office 2013 Pro-Plus installation problem on Windows 8

    Downloaded OfficeProfessionalPlus_x86_en-us.img from TechNet on my brand new Dell PC.
    When double clicked, Windows complains 'Sorry, There was a problem mounting the file".
    Used 7Zip and saw a Setup.exe
    When I ran Setup.exe it complains "The specified module could not be found"
    I have removed Office 2010.
    - Jayawanth

    Hi
    We recommend you download it from the website and extract it again to make sure your source install is complete.
    Run setup.exe as administrator then try the install.
    If the issue persists, refer to the article on General troubleshooting for installing Office 2013 and Office 365:
    http://support.microsoft.com/kb/2822317
    Regards
    Tylor Wang
    TechNet Community Support
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Error when installing office 2013

    Hello,
    when installing office 2013 on a machine i receive this error.
    A repair of the registry didn`t fix the issue.
    Anybody with an option?
    Thx

    Hi,
    If you have installed Office before, make sure it has been removed completely. Refer to the links below and try the Fix it:
    Office 2010:
    http://office.microsoft.com/en-us/support/how-to-uninstall-or-remove-microsoft-office-2010-suites-HA104027750.aspx
    Office 2013 and Office 365:
    http://support.microsoft.com/kb/2739501/en-us
    Usually this problem is caused by the damaged registry, we can try to use Windows Installer CleanUp utility to remove the Windows Installer registry settings associated with your products installation.
    You can refer to this kb below, though it's for earlier versions of Office, it still may help:
    http://support.microsoft.com/default.aspx?kbid=304429
    We can also try installing in Windows Clean Boot Mode:
    http://support.microsoft.com/kb/929135
    Regards,
    Melon Chen
    TechNet Community Support

Maybe you are looking for

  • Multipoint Publishing

    The documentation for multipoint publishing says you need to use Flash Media Interactive Server. Can you get away with a single version of the Interactive server and have it broadcast to multiple Flash Media Streaming Servers? We're looking to set up

  • How can i get mp3 music in a sd card from itunes

    how can i get mp3 music in a sd card from itunes

  • Lync phone device sign in failed

    Hi. I have an environment of Lync 2010. Front End Pool - 1 server Director pool - 2 servers AV pool - 2 servers My DNS system is split brain. Local domain company.net, external domain company.com DNS pinpoint zones: lyncpool01.company.net pointed to

  • Aperture to iPhone Sync

    I am trying to sync a few photos from Aperture to my iPhone. However, only 2,800 of the 85,000 photos are available in iTunes during the sync set-up. Any suggestions to make iTunes see all of my photos in Aperture?

  • Itunes 11 grey in windows 8

    i just got a new computer installed windows 8 and itunes 11 but all my album art is blakc and white and some are color i dont know what is up i installed itunes 4 times anyone could help would be appreciated