Microsoft Download Center Archive

Update for Windows Thin PC (KB2691967)

  • Published:
  • Version: 1.0
  • Category: Update
  • Language: English

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: Deleted

This 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.

FileSize
Windows6.1-KB2691967-x86.cab
SHA1: e247eb1188ec891153bc5d5cdd707613ebea61a6
880 KB
Windows6.1-KB2691967-x86.msu
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
    1. Extract install.wim from ISO
    2. 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
    3. Add updated install.wim back to ISO


    B) to the image(offline)
    1. Install an image from the build
    2. Boot to safe OS (e.g. winpe)
    3. Run "dism /image:e:\ /add-package /packagepath: :<packagelocation>"