January 10, 201115 yr Hi all,How can i integrate a IIS hotfix on an fresh 2008 server without IIS install, so that when admin want to install IIS, don't need to run hotfix?
January 11, 201115 yr simply integrate it with DISM to the offline Image. When the Windows is running, avoid the WUSA.exe and use DISM too to add the Package Online (DISM /Online /Add-Package /PackagePath). When you install the Feature, WIndows detects the updated files and installs them.
Create an account or sign in to comment