Update Office without opening an Office applicationMicrosoft Office updates fail to installTo update or to...

Is this n-speak?

Update Office without opening an Office application

Corroded Metal vs Magical Armor, should it melt it?

How can I find an old paper when the usual methods fail?

How should I write this passage to make it the most readable?

Why aren't rainbows blurred-out into nothing after they are produced?

Tempoverlustspiel

Graphs for which a calculus student can reasonably compute the arclength

A torrent of foreign terms

How much can I judge a company based on a phone screening?

Why is Python 2.7 still the default Python version in Ubuntu?

Are there any other rule mechanics that could grant Thieves' Cant?

Flood on the top floor

Is it okay for a ticket seller to grab a tip in the USA?

How can God warn people of the upcoming rapture without disrupting society?

What is the hottest thing in the universe?

How big are the Choedan Kal?

A continuous water "planet" ring around a star

Create the least compressible picture

Why does my purified Pokémon need to be healed?

How do I call a 6 digit Austrailian phone number with a US based mobile phone?

Why did Saruman lie?

The cat ate your input again!

How was the murder committed?



Update Office without opening an Office application


Microsoft Office updates fail to installTo update or to not update?How to override/update a symlink?will office365 Enterprise office 2013 update itself to office 2016






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







8















How do you trigger an Office update without opening an office application?



I need this to update Office after an offline install of o365, specifically in instances where Office needs to be updated between installing o365 apps and actually deploying the system.



I know you can do this by opening an office app, then going to File > Office Account > Update Options > Update Now, but I am trying to avoid triggering the Office activation / trial countdown before actually needing to sign a user in.



***edit:
I found a solution and posted it below. Please feel free to contribute additional solutions especially if this does not work for older versions of Office.










share|improve this question









New contributor



Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




























    8















    How do you trigger an Office update without opening an office application?



    I need this to update Office after an offline install of o365, specifically in instances where Office needs to be updated between installing o365 apps and actually deploying the system.



    I know you can do this by opening an office app, then going to File > Office Account > Update Options > Update Now, but I am trying to avoid triggering the Office activation / trial countdown before actually needing to sign a user in.



    ***edit:
    I found a solution and posted it below. Please feel free to contribute additional solutions especially if this does not work for older versions of Office.










    share|improve this question









    New contributor



    Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      8












      8








      8


      1






      How do you trigger an Office update without opening an office application?



      I need this to update Office after an offline install of o365, specifically in instances where Office needs to be updated between installing o365 apps and actually deploying the system.



      I know you can do this by opening an office app, then going to File > Office Account > Update Options > Update Now, but I am trying to avoid triggering the Office activation / trial countdown before actually needing to sign a user in.



      ***edit:
      I found a solution and posted it below. Please feel free to contribute additional solutions especially if this does not work for older versions of Office.










      share|improve this question









      New contributor



      Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      How do you trigger an Office update without opening an office application?



      I need this to update Office after an offline install of o365, specifically in instances where Office needs to be updated between installing o365 apps and actually deploying the system.



      I know you can do this by opening an office app, then going to File > Office Account > Update Options > Update Now, but I am trying to avoid triggering the Office activation / trial countdown before actually needing to sign a user in.



      ***edit:
      I found a solution and posted it below. Please feel free to contribute additional solutions especially if this does not work for older versions of Office.







      installation update microsoft-office






      share|improve this question









      New contributor



      Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question









      New contributor



      Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question








      edited yesterday







      Rob Traynere













      New contributor



      Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked yesterday









      Rob TraynereRob Traynere

      1415 bronze badges




      1415 bronze badges




      New contributor



      Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



























          2 Answers
          2






          active

          oldest

          votes


















          10














          From command prompt:



          "C:Program FilesCommon Filesmicrosoft sharedClickToRunOfficeC2RClient.exe" /update user



          This should trigger the Update GUI.



          You can also do this silently by adding displaylevel=false forceappshutdown=true:



          "C:Program FilesCommon Filesmicrosoft sharedClickToRunOfficeC2RClient.exe" /update user displaylevel=false forceappshutdown=true



          source:
          TechNet Blog: Office365 and its associated command-line and switches






          share|improve this answer










          New contributor



          Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.

















          • 1





            I added an answer with some additional commands that are handy.

            – joeqwerty
            yesterday



















          7














          If you need to change the Office update channel for a client to switch them to the monthly update channel you can run the followng:



          “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /changesetting Channel=Current


          If you need to do this for a group of computers you can use psexec and a text file with the computer names like such:



          psexec @computers.txt -d -n 3 cmd /c “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /changesetting Channel=Current


          AND



          psexec @computers.txt -d -n 3 cmd /c “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /update user updatepromptuser=false forceappshutdown=true displaylevel=false





          share|improve this answer




























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "2"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });






            Rob Traynere is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f979000%2fupdate-office-without-opening-an-office-application%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            10














            From command prompt:



            "C:Program FilesCommon Filesmicrosoft sharedClickToRunOfficeC2RClient.exe" /update user



            This should trigger the Update GUI.



            You can also do this silently by adding displaylevel=false forceappshutdown=true:



            "C:Program FilesCommon Filesmicrosoft sharedClickToRunOfficeC2RClient.exe" /update user displaylevel=false forceappshutdown=true



            source:
            TechNet Blog: Office365 and its associated command-line and switches






            share|improve this answer










            New contributor



            Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

















            • 1





              I added an answer with some additional commands that are handy.

              – joeqwerty
              yesterday
















            10














            From command prompt:



            "C:Program FilesCommon Filesmicrosoft sharedClickToRunOfficeC2RClient.exe" /update user



            This should trigger the Update GUI.



            You can also do this silently by adding displaylevel=false forceappshutdown=true:



            "C:Program FilesCommon Filesmicrosoft sharedClickToRunOfficeC2RClient.exe" /update user displaylevel=false forceappshutdown=true



            source:
            TechNet Blog: Office365 and its associated command-line and switches






            share|improve this answer










            New contributor



            Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

















            • 1





              I added an answer with some additional commands that are handy.

              – joeqwerty
              yesterday














            10












            10








            10







            From command prompt:



            "C:Program FilesCommon Filesmicrosoft sharedClickToRunOfficeC2RClient.exe" /update user



            This should trigger the Update GUI.



            You can also do this silently by adding displaylevel=false forceappshutdown=true:



            "C:Program FilesCommon Filesmicrosoft sharedClickToRunOfficeC2RClient.exe" /update user displaylevel=false forceappshutdown=true



            source:
            TechNet Blog: Office365 and its associated command-line and switches






            share|improve this answer










            New contributor



            Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            From command prompt:



            "C:Program FilesCommon Filesmicrosoft sharedClickToRunOfficeC2RClient.exe" /update user



            This should trigger the Update GUI.



            You can also do this silently by adding displaylevel=false forceappshutdown=true:



            "C:Program FilesCommon Filesmicrosoft sharedClickToRunOfficeC2RClient.exe" /update user displaylevel=false forceappshutdown=true



            source:
            TechNet Blog: Office365 and its associated command-line and switches







            share|improve this answer










            New contributor



            Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.








            share|improve this answer



            share|improve this answer








            edited yesterday





















            New contributor



            Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.








            answered yesterday









            Rob TraynereRob Traynere

            1415 bronze badges




            1415 bronze badges




            New contributor



            Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




            New contributor




            Rob Traynere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.













            • 1





              I added an answer with some additional commands that are handy.

              – joeqwerty
              yesterday














            • 1





              I added an answer with some additional commands that are handy.

              – joeqwerty
              yesterday








            1




            1





            I added an answer with some additional commands that are handy.

            – joeqwerty
            yesterday





            I added an answer with some additional commands that are handy.

            – joeqwerty
            yesterday













            7














            If you need to change the Office update channel for a client to switch them to the monthly update channel you can run the followng:



            “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /changesetting Channel=Current


            If you need to do this for a group of computers you can use psexec and a text file with the computer names like such:



            psexec @computers.txt -d -n 3 cmd /c “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /changesetting Channel=Current


            AND



            psexec @computers.txt -d -n 3 cmd /c “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /update user updatepromptuser=false forceappshutdown=true displaylevel=false





            share|improve this answer






























              7














              If you need to change the Office update channel for a client to switch them to the monthly update channel you can run the followng:



              “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /changesetting Channel=Current


              If you need to do this for a group of computers you can use psexec and a text file with the computer names like such:



              psexec @computers.txt -d -n 3 cmd /c “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /changesetting Channel=Current


              AND



              psexec @computers.txt -d -n 3 cmd /c “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /update user updatepromptuser=false forceappshutdown=true displaylevel=false





              share|improve this answer




























                7












                7








                7







                If you need to change the Office update channel for a client to switch them to the monthly update channel you can run the followng:



                “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /changesetting Channel=Current


                If you need to do this for a group of computers you can use psexec and a text file with the computer names like such:



                psexec @computers.txt -d -n 3 cmd /c “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /changesetting Channel=Current


                AND



                psexec @computers.txt -d -n 3 cmd /c “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /update user updatepromptuser=false forceappshutdown=true displaylevel=false





                share|improve this answer













                If you need to change the Office update channel for a client to switch them to the monthly update channel you can run the followng:



                “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /changesetting Channel=Current


                If you need to do this for a group of computers you can use psexec and a text file with the computer names like such:



                psexec @computers.txt -d -n 3 cmd /c “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /changesetting Channel=Current


                AND



                psexec @computers.txt -d -n 3 cmd /c “C:Program FilesCommon FilesMicrosoft SharedClickToRunOfficeC2RClient.exe” /update user updatepromptuser=false forceappshutdown=true displaylevel=false






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered yesterday









                joeqwertyjoeqwerty

                98.4k4 gold badges68 silver badges151 bronze badges




                98.4k4 gold badges68 silver badges151 bronze badges

























                    Rob Traynere is a new contributor. Be nice, and check out our Code of Conduct.










                    draft saved

                    draft discarded


















                    Rob Traynere is a new contributor. Be nice, and check out our Code of Conduct.













                    Rob Traynere is a new contributor. Be nice, and check out our Code of Conduct.












                    Rob Traynere is a new contributor. Be nice, and check out our Code of Conduct.
















                    Thanks for contributing an answer to Server Fault!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f979000%2fupdate-office-without-opening-an-office-application%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

                    Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

                    Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...