Skip to content

Add /norestart in the command for installing #2065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions wmf/5.0/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Download the correct package for your operating system and architecture:
2. Change directories to the folder into which you have downloaded or copied the WMF 5.0 installation package.

3. Run one of the following commands:
- On computers that are running Windows Server 2012 R2 or Windows 8.1 x64, run **Win8.1AndW2K12R2-KB3134758-x64.msu /quiet**.
- On computers that are running Windows Server 2012, run **W2K12-KB3134759-x64.msu /quiet**.
- On computers that are running Windows Server 2008 R2 SP1 or Windows 7 SP1 x64, run **Win7AndW2K8R2-KB3134760-x64.msu /quiet**.
- On computers that are running Windows 8.1 x86, run **Win8.1-KB3134758-x86.msu /quiet**.
- On computers that are running Windows 7 SP1 x86, run **Win7-KB3134760-x86.msu /quiet**.
- On computers that are running Windows Server 2012 R2 or Windows 8.1 x64, run **Win8.1AndW2K12R2-KB3134758-x64.msu /quiet /norestart**.
- On computers that are running Windows Server 2012, run **W2K12-KB3134759-x64.msu /quiet /norestart**.
- On computers that are running Windows Server 2008 R2 SP1 or Windows 7 SP1 x64, run **Win7AndW2K8R2-KB3134760-x64.msu /quiet /norestart**.
- On computers that are running Windows 8.1 x86, run **Win8.1-KB3134758-x86.msu /quiet /norestart**.
- On computers that are running Windows 7 SP1 x86, run **Win7-KB3134760-x86.msu /quiet /norestart**.

**Additional Installation Notes for Windows Server 2008 SP1 and Windows 7 SP1:**

Expand Down
6 changes: 3 additions & 3 deletions wmf/5.1/install-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Run `Set-WSManQuickConfig`, in a Windows PowerShell elevated session, to enable
2. Change directories to the folder into which you have downloaded or copied the WMF 5.1 installation package.

3. Run one of the following commands:
- On computers that are running Windows Server 2012 R2 or Windows 8.1 x64, run `Win8.1AndW2K12R2-KB3191564-x64.msu /quiet`.
- On computers that are running Windows Server 2012, run `W2K12-KB3191565-x64.msu /quiet`.
- On computers that are running Windows 8.1 x86, run `Win8.1-KB3191564-x86.msu /quiet`.
- On computers that are running Windows Server 2012 R2 or Windows 8.1 x64, run `Win8.1AndW2K12R2-KB3191564-x64.msu /quiet /norestart`.
- On computers that are running Windows Server 2012, run `W2K12-KB3191565-x64.msu /quiet /norestart`.
- On computers that are running Windows 8.1 x86, run `Win8.1-KB3191564-x86.msu /quiet /norestart`.