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;
}
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
New contributor
add a comment |
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
New contributor
add a comment |
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
New contributor
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
installation update microsoft-office
New contributor
New contributor
edited yesterday
Rob Traynere
New contributor
asked yesterday
Rob TraynereRob Traynere
1415 bronze badges
1415 bronze badges
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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
New contributor
1
I added an answer with some additional commands that are handy.
– joeqwerty
yesterday
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
New contributor
1
I added an answer with some additional commands that are handy.
– joeqwerty
yesterday
add a comment |
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
New contributor
1
I added an answer with some additional commands that are handy.
– joeqwerty
yesterday
add a comment |
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
New contributor
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
New contributor
edited yesterday
New contributor
answered yesterday
Rob TraynereRob Traynere
1415 bronze badges
1415 bronze badges
New contributor
New contributor
1
I added an answer with some additional commands that are handy.
– joeqwerty
yesterday
add a comment |
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
add a comment |
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
add a comment |
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
add a comment |
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
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
answered yesterday
joeqwertyjoeqwerty
98.4k4 gold badges68 silver badges151 bronze badges
98.4k4 gold badges68 silver badges151 bronze badges
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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