From 02f9d7a80f447fea162d0260c1f8600e870d5e44 Mon Sep 17 00:00:00 2001 From: Peter Neave Date: Wed, 17 Jan 2018 16:44:08 +1100 Subject: [PATCH 1/2] Specify norestart in the command. Make users (like me) aware that the /quiet command will reboot the machine without intervention --- wmf/5.1/install-configure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wmf/5.1/install-configure.md b/wmf/5.1/install-configure.md index 63c11a6106f4..3300b733770c 100644 --- a/wmf/5.1/install-configure.md +++ b/wmf/5.1/install-configure.md @@ -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`. From 869b9e9933fa76dfe19264a74800b200c231f31a Mon Sep 17 00:00:00 2001 From: Peter Neave Date: Wed, 17 Jan 2018 22:13:54 +1100 Subject: [PATCH 2/2] Specify norestart in the command. Make users (like me) aware that the /quiet command will reboot the machine without intervention --- wmf/5.0/install.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wmf/5.0/install.md b/wmf/5.0/install.md index a71a75986730..618198ddbbb5 100644 --- a/wmf/5.0/install.md +++ b/wmf/5.0/install.md @@ -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:**