Answered by:
WMF 4.0 and Windows 7 MDT

Question
-
Hello,
I am struggling to install WMF 4.0 onto my Windows 7 Deployment could someone help me out?
I have tried so many things from Offline Installers to VBS Scripts and cannot get it to install.
I need this for powershell scripts I would like to run on the machines. Thanks
Alex Olver
Thursday, May 14, 2015 12:42 AM
Answers
-
In case it helps this is from the release notes:
Windows 7 or Windows Server 2008 R2 (with Service Pack 1)
Ensure all of the following prerequisites have been met:
- Windows 7 with Service Pack 1 or Windows Server 2008 R2 with Service Pack 1
- Microsoft .NET Framework 4.5
- Windows PowerShell 2.0 (if applicable)
Installation:
- Double-click the MSU file to start installation, or run the MSU file directly from Command Prompt.
Known Issue: Partial installation without .NET Framework 4.5
When you attempt to install WMF 4.0 on Windows 7 or Windows Server 2008 R2 without .NET Framework 4.5, only the prerequisite QFEs that are included in the package are installed. The installation process attempts to install WMF 4.0, but fails. The two prerequisite QFEs remain on the computer after WMF 4.0 installation fails.
To repair your WMF 4.0 installation after this failure, install .NET Framework 4.5, and then run the WMF 4.0 MSU installation package again to install WMF 4.0. The installation process skips the QFEs, and installs WMF 4.0.
If this post is helpful please vote it as Helpful or click Mark for answer.
- Marked as answer by brimanyo Wednesday, January 27, 2016 2:41 AM
Friday, May 15, 2015 2:36 AM
All replies
-
-
Yea so my reference image already has .NET installed on it so it's not that.
Is there a recommended way to install WMF is more the question I am asking.
Alex Olver
Thursday, May 14, 2015 11:22 PM -
In case it helps this is from the release notes:
Windows 7 or Windows Server 2008 R2 (with Service Pack 1)
Ensure all of the following prerequisites have been met:
- Windows 7 with Service Pack 1 or Windows Server 2008 R2 with Service Pack 1
- Microsoft .NET Framework 4.5
- Windows PowerShell 2.0 (if applicable)
Installation:
- Double-click the MSU file to start installation, or run the MSU file directly from Command Prompt.
Known Issue: Partial installation without .NET Framework 4.5
When you attempt to install WMF 4.0 on Windows 7 or Windows Server 2008 R2 without .NET Framework 4.5, only the prerequisite QFEs that are included in the package are installed. The installation process attempts to install WMF 4.0, but fails. The two prerequisite QFEs remain on the computer after WMF 4.0 installation fails.
To repair your WMF 4.0 installation after this failure, install .NET Framework 4.5, and then run the WMF 4.0 MSU installation package again to install WMF 4.0. The installation process skips the QFEs, and installs WMF 4.0.
If this post is helpful please vote it as Helpful or click Mark for answer.
- Marked as answer by brimanyo Wednesday, January 27, 2016 2:41 AM
Friday, May 15, 2015 2:36 AM -
We use this command line, after confirming that dotNet is instlled and rebooted:
wusa Windows6.1-KB2819745-x64-MultiPkg.msu /quiet /norestart
Monday, May 18, 2015 2:27 PM