74-697 · Question #16
You need to apply a hotfix to a Windows Preinstallation Environment (Windows PE) image by using Dism. Which parameter should you use?
The correct answer is D. /Add-Package. Let's say that you are running Windows Server 2008 R2 Enterprise and you want to install the hotfix KB976571. When you download the hotfix file, the file name is "Windows6.1-KB976571-v2- x64.msu." When you look at the DISM syntax in online help, you would assume that following…
Question
You need to apply a hotfix to a Windows Preinstallation Environment (Windows PE) image by using Dism. Which parameter should you use?
Options
- A/Enable-Feature
- B/Add-Driver
- C/Set-Edition
- D/Add-Package
How the community answered
(13 responses)- A8% (1)
- B8% (1)
- C15% (2)
- D69% (9)
Explanation
Let's say that you are running Windows Server 2008 R2 Enterprise and you want to install the hotfix KB976571. When you download the hotfix file, the file name is "Windows6.1-KB976571-v2- x64.msu." When you look at the DISM syntax in online help, you would assume that following syntax would work: DISM.exe /Online /Add-Package /PackagePath:c:\kb976571\Windows6.1- KB976571-v2-x64.msu
Topics
Community Discussion
No community discussion yet for this question.