Quantcast
Channel: MSDN Blogs
Viewing all articles
Browse latest Browse all 12366

Bullet-proof version of ZTIWindowsUpdate.wsf

$
0
0

Many of you use ZTIWindowsUpdate.wsf script that is a part of MDT to build your golden images. So do I. I came across two issues, that I fixed and I would like to share the modified version of this script.

  1. On Windows 7 and Office 2010, there is a patch, that becomes applicable again, and does not get re-installed because ZTIWindowsUpdate.wsf remembers everything it installed and skips it. Now, if the script finds something that was already installed, it does not skip it, it re-installs it, saying "REINSTALLING - " and then patch name and GUID
  2. Sometimes, when it can't connect to Windows update, it just fails. I replaced this logic with reboot and retry

 

Just replace the standard copy of ZTIWindowsUpdate.wsf with the one attached here and try to build your golden images.

 

Enjoy!


Viewing all articles
Browse latest Browse all 12366

Trending Articles