Microsoft Download Center Archive

Update for Windows Embedded POSReady 7 (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-x64.cab
SHA1: e3d2754c193fa71cc2fd6d758f7c51fbcb1d9ccd
899 KB
Windows6.1-KB2691967-x64.msu
SHA1: ffa9ba4472f7e9ba8abc3d129ce0de15dce4d753
1.04 MB
Windows6.1-KB2691967-x86.cab
SHA1: e247eb1188ec891153bc5d5cdd707613ebea61a6
880 KB
Windows6.1-KB2691967-x86.msu
SHA1: f746e534a8aa6aa019d379f21c300a0fe25c31fe
1.02 MB

System Requirements

Operating Systems: POSReady 7

  • Windows Embedded POSReady 7

Installation Instructions

  • The available packages are shown below. These packages can also be extracted from the relevant .msu files.
    • 32bit Windows6.1-KB2691967-x86.cab
    • 64bit Windows6.1-KB2691967-x64.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>"