Share via

Project 2016 Standard CTR (Click-to-Run) installer?

Anonymous
2016-03-03T15:14:45+00:00

I am in a situation where I need to install Office 2016 Home and Business alongside Project 2016 Standard on the same machine.

My Office 2016 is a retail version, and I believe the only way to install is via the CTR installer (Click-to-Run).

My Project 2016 Standard is a MSI type installer, from VLSC.

Considering it is not possible to install a CTR install alongside a MSI installation is my issue, I am interested in knowing where I can find a CTR installer for Project 2016. Or, get a MSI type installation ISO for Office 2016 (Which I believe is near-impossible to get). In order to be able to have both installed on the same machine.

Not sure where to go, I heard about App-V (App visualization) but that is something that I have zero experience with.

Thanks for any information.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

12 answers

Sort by: Most helpful
  1. Anonymous
    2016-03-03T18:16:25+00:00

    Thanks,

    I tried the installation order you recommended on my test machine; first Office 2016 Home & Business CTR, then a attempt at Project 2016 Standard MSI.

    The result is what I expected, an error dialog window that states: "... Windows Installer and Click-to-Run editions of Office programs don't get along for this version, so you can only have one type installed at a time..."

    Same result the other way around.

    The VM work around is a solution that me and our team want to avoid unfortunately.

    Edit: Interesting to know you have a 2010 MSI running alongside a 2016 CTR though.

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2016-03-03T17:30:48+00:00

    Try installing CTR first, then MSI.

    I have 2016 CTR installed along side 2010 MSI, installed in that order.

    CTR is another name for App-V

    Worst case you may need to go to a VM, virutal machine. Hyper-V if you have a Pro version of Windows, or some 3rd party VM like VirtualBox. This would separate the 2 installations, but still allow you to use them on the same machine.

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2016-03-03T20:50:04+00:00

    Glad to hear you are making real progress. 

    Yes, I expect they key will be accepted.  You will have to provide both keys to the appropriate applications.

    0 comments No comments
  4. Anonymous
    2016-03-03T20:44:56+00:00

    Quick update,

    I managed to use the Office Deployment Tool 2016 to create a custom install. Not sure if its just beginners luck, but I successfully managed to make a config that has Office 2016, and Project 2016. (Both CTR Office installs)

    I now need to look into if my Project 2016 VLSC key will be accepted, and to move all this to a USB key. But things are looking okay here.

    Thank you for the links to documentation.

    0 comments No comments
  5. Anonymous
    2016-03-03T19:10:20+00:00

    Thanks for the update. Too bad it didn't work.

    There is one more thing you can try, the Office Deployment Tool. I think you may be able to create a combined installation from the 2 separate installers.  I think I remember reading something about doing that.

    MS Mechanics YouTube: Office 2016 setup and deployment updates demo - including adding Viso & Project

    https://www.youtube.com/watch?v=TNHyHnedY4E (4min)- At the 3 minute point of this video he shows the XML required to add Visio and Project to a Pro Plus 365 2016 CTR installation he is customizing


    Customize Microsoft Office Click-to-Run (C2R) Setup to Install Selected Programs Only (2013 / 2016) askvg. - Deployment Tool

    http://www.askvg.com/tip-customize-microsoft-office-click-to-run-c2r-setup-to-install-selected-programs-only/

    https://technet.microsoft.com/en-us/library/jj219426.aspx

    Above link has detailed instructions.

    This tool is intended for Business Office Administrators.  Apparently it may also be used for consumer Office bundles. (I have not tried it myself, rohn 007)

    <snip>

    After much trial and error, I got it to work for me.

    First I had to run the Office scrub vbs file (available from Fix It here: https://support.office.microsoft.com/en-us/article/Fix-Office-365-Office-2016-or-Office-2013-install-errors-54554bb8-aa94-43c7-a685-408dd9868c0b) to remove all traces of any Office installs on my computer (I’m running Win10x64 Pro & Ent).

    https://www.youtube.com/watch?v=tbfIHR_52do - this is a video over an hour long, including demonstration of using the deployement tool

    Reboot

    1. I opened the ISO from MSDN and extracted that to D:\Archive\Office2016\ which created subdirectories off of that of \Office\data

    -- Note that if you don’t have the iso yet, you can can ask setup to download the required files, just skip ahead to step 3 below---

    1. rename D:\Archive\Office2016\setup.exe to whatever the heck you like.
    2. I downloaded the Office 2016 Deployment Tool (http://www.microsoft.com/en-us/download/details.aspx?id=49117) and extracted the zip to D:\Archive\Office2016.  This will place setup.exe and configuration.xml into that directory (this is why we renamed setup.exe above).  I edited the XML file and put the following in it (deleting everything else that was in it):

    <Configuration>

      <Add SourcePath=”D:\Archive\Office2016\” OfficeClientEdition=”64” >

      <Product ID=”proplusretail”>

      <Language ID=”en-us” />  

      <ExcludeApp ID=”Access” />

      <ExcludeApp ID=”Publisher” />

      <ExcludeApp ID=”Grove” />

      <ExcludeApp ID=”Lync” />

      <ExcludeApp ID=”skypeforbusiness” />

      </Product>

      </Add>

      <Logging Name=”OfficeSetup.txt” Path=”%temp%” />

    </Configuration>

    NOTE: you can setup the deployment to include multiple languages ie:

    <language ID= ‘en-us’ ‘es-es’  />

    Using group policy, there are over 2100 settings you can control via the deployment tool

    ***NOTE that I wasn’t sure about the naming convention for Skype for Business/Lync so I put them both in the config file - I still don’t know which one is needed but the above config successfully did NOT install Skype for Business***

    1. If you don’t have the ISO then run the following:

    D:\Archive\Office2016\setup.exe /download configuration.xml

    that will create the sub directories and download the files necessary for your desired configuration

    1. Now, whether this is from the ISO or the downloaded files, run:

    D:\Archive\Office2016\setup.exe /configure configuration.xml

    bingo, bango, bongo, you’ve got a customized install.

    </snip>


    <snip>

    I tried your method,  and when I launched the program from CMD, I immediately got error code 30088-1021 after it got elevated privileges. If instead of using cmd and the deployment toolkit’s setup file, I went into \office directory (one level down from where I was) and launched the setup64 program and it began installing correctly. I do have Office 2013 installed still.

    This is the configuration.xml file I made;;

    <Configuration>

    <Configuration>

      <Add SourcePath=”E:\to keep\bittorrent\en_office_professional_plus_2016_x86_x64_dvd_6962141\office extracted” OfficeClientEdition=”64” >

      <Product ID=”proplusretail”>

      <Language ID=”en-us” />

      <ExcludeApp ID=”Access” />

      <ExcludeApp ID=”onenote” />

      <ExcludeApp ID=”Grove” />

      <ExcludeApp ID=”Groove” />

      <ExcludeApp ID=”Lync” />

      <ExcludeApp ID=”skypeforbusiness” />

      </Product>

      </Add>

      <Logging Name=”OfficeSetup.txt” Path=”%temp%” />

    </Configuration>

    </Configuration>

    </snip>


    **Click-to-Run Customization and Deployment Deep Dive Part 1**- Office Deployment Tool for business users

    http://blogs.technet.com/b/office_resource_kit/archive/2013/04/17/the-new-office-garage-series-click-to-run-customization-and-deployment-deep-dive-part-1-with-high-g-aerobatics.aspx

    Discusses Office Deployment Tool for business users


    Application Installations with Microsoft Deployment Toolkit 2102 Update 1

    http://www.petri.co.il/application-installation-microsoft-deployment-toolkit-2102-update-1.htm


    You could make a suggestion to MS to create a single installers for this reasonable mix of applications.

    "UserVoice.com" - MS Suggestion box sites

    If you have an (other) feature suggestions to make for various MS products, here is a longer collection of MS UserVoice.com sites:

    http://answers.microsoft.com/en-us/windows/wiki/windows_10-desktop/ms-suggestion-box-sites-at-uservoicecom/7397119c-6d48-49e6-8d94-7bd0a50d214f

    0 comments No comments