Contributed By:
Cliff Hobbs [MVP
ConfigMgr/ SMS]
To upgrade Windows AIK on a remote PXE Service Point after you've installed
ConfigMgr SP1 is simply a case:
- Stopping the Windows Deployment Services (WDS) Server service wither
through Service Manager or from a Command prompt ("
net
stop WDSServer").
Goto the ".\sms\wim" directory on the PXE Service Point and run "wimgapi.msi".
This will install the new version of the "wimgapi.dll" included as part of
SP1 that gets copied automatically to PXE Service Point during the upgrade.
Start the Windows
Deployment Services (WDS) Server service wither through Service Manager or
from a Command prompt ("net
start WDSServer").
|