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:** 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`.