Quantcast
Channel: Microsoft Deployment Toolkit forum
Viewing all articles
Browse latest Browse all 11297

Adding windows update to an offline wim but getting an error

$
0
0

Using the following example to add updates to a WIM file.
Usinge MDT 2010 Update 1

mount the wim:  Dism /mount-wim /winmile:"path to wim" /index:1 /mountDir:"mountfolder"
Add patches:  Dism.exe /image:"path to mounted wim" /add-package /packagePath:"path to msu ot cab"
Unmount and commit changes:  dism /unmount-wim /mountdir:"path to mounted wim" /commit

Mount works fine

But when I run the command to add patches I get:

Error: 87
No Packages were found that require processing.

I am using the package path to our WSUS server.    X:\wsus\wsuscontent\

This is where we have all our updates for workstations and servers.

And I know their are almost 200 Windows 7 updates in there.


Info From Sharepoint



Viewing all articles
Browse latest Browse all 11297

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>