Microsoft Download Center Archive
![]() | Update for Windows Thin PC (KB2691967) |
Resolves an issue that might occur when adding a MAK key to a syspreped image
- KB2691967 fixes the following issue:
Adding a MAK key to a syspreped image would fail and throw an error saying "An error occurred during product key installation. Review the setup log files for any additional information about the cause of the error."
Files
![]() | Status: DeletedThis download is no longer available on microsoft.com. The downloads below are archives provided by the Internet Archive Wayback Machine from the Microsoft Download Center prior to August 2020. |
File | Size |
---|---|
![]() SHA1: e247eb1188ec891153bc5d5cdd707613ebea61a6 | 880 KB |
![]() SHA1: f746e534a8aa6aa019d379f21c300a0fe25c31fe | 1.02 MB |
System Requirements
Operating Systems: Windows Thin PC
- Windows Thin PC
Installation Instructions
- The available package is shown below. This package can also be extracted from the .msu file.
- 32bit Windows6.1-KB2691967-x86.cab
You can use one of the following two ways to deploy the package:
A) to the WIM- Extract install.wim from ISO
- Run the following from the command line with administrator (elevated) privileges:
- dism /mount-wim /wimfile:d:\<extractedlocation>\install.wim /index:1 /mountdir:<dirtomount>
- dism /image:d:\<dirtomount> /add-package:<packagelocation>
- dism /unmount-wim /mountdir:d:\ :<dirtomount>t /commit
- Add updated install.wim back to ISO
B) to the image(offline)- Install an image from the build
- Boot to safe OS (e.g. winpe)
- Run "dism /image:e:\ /add-package /packagepath: :<packagelocation>"