I think it is somehow related to the user context it is running as, in our case we using PowerShell remoting to install the MSI (using msiexec). The bit I have never seen before are the SECREPAIR messages, these only get triggered for us when we do this remote deployment. Although it works with kb2918614 installed I have also seen SECREPAIR messages if I psexec to a server and then install an MSI using msiexec.
Neil -----Original Message----- From: Rob Mensching [mailto:r...@firegiant.com] Sent: 26 August 2014 21:34 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not create the default key container FWIW, we haven't seen this with any FireGiant customers yet. That's a large part of why I'm at a loss. However, we have been hearing stories of other issues in the last couple batches of updates from Microsoft. Quality control may have slipped up there a bit recently. _______________________________________________________________ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -----Original Message----- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Tuesday, August 26, 2014 1:10 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not create the default key container We have a support contract, and I have forwarded this thread to my manager as it is of some concern, although we haven't seen this yet. If it hits us, we'll definitely be looking into it. Meanwhile, I'll politic for further investigation. -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications | Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS 66214 | Ext: 431050 |jocoo...@jackhenry.com -----Original Message----- From: keith.doug...@statcan.gc.ca [mailto:keith.doug...@statcan.gc.ca] Sent: Tuesday, August 26, 2014 2:52 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not create the default key container Has anyone with a support contract or the like with Microsoft asked about this? I've pre-emptively raised a concern with some of my colleagues but people don't know what to make of a bunch of isolated forum posts/this list's thread. Keith Douglas Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6 Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6 keith.doug...@statcan.gc.ca Telephone | Téléphone 613-854-5589 Facsimile | Télécopieur 613-951-4674 Government of Canada | Gouvernement du Canada -----Original Message----- From: Rob Mensching [mailto:r...@firegiant.com] Sent: August-26-14 12:45 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not create the default key container Okay. That points to the fix having issues and not being isolated to Burn. Which, fortunately or unfortunately, means Microsoft probably needs to fix the fix. _______________________________________________________________ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -----Original Message----- From: Matt O'Connell [mailto:techsupport...@gmail.com] Sent: Tuesday, August 26, 2014 9:02 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not create the default key container Custom Autorun/Setup.exe (elevating) that's been working fine for years, OR on the CMD line line msiexec /i path to msi (where it will prompt to elevate as well). On 26/08/2014 16:15, Rob Mensching wrote: > How are you installing the MSIs? Just double-click the .MSI directly, as part > of a Bundle, some other mechanism? > > _______________________________________________________________ > FireGiant | Dedicated support for the WiX toolset | > http://www.firegiant.com/ > > -----Original Message----- > From: Matt O'Connell [mailto:techsupport...@gmail.com] > Sent: Tuesday, August 26, 2014 3:35 AM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not > create the default key container > > We get a slightly different error out of CryptAcquireContext, ours follow > this pattern: > MSI (s) (28:BC) [10:47:26:837]: SECREPAIR: Hash Database: > C:\Windows\Installer\SourceHash{xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} > MSI (s) (28:BC) [10:47:26:837]: SECREPAIR: SourceHash database file already > exists. Deleting it. > MSI (s) (28:BC) [10:47:26:839]: Note: 1: 2262 2: SourceHash 3: -2147287038 > MSI (s) (28:BC) [10:47:26:852]: SECREPAIR: New Hash Database creation > complete. > MSI (s) (28:BC) [10:47:26:854]: SECREPAIR: A general error running > CryptAcquireContext MSI (s) (28:BC) [10:47:26:854]: SECREPAIR: Crypt Provider > not initialized. Error:0 MSI (s) (28:BC) [10:47:26:859]: SECREPAIR: A general > error running CryptAcquireContext MSI (s) (28:BC) [10:47:26:859]: SECREPAIR: > Crypt Provider not initialized. Error:0 MSI (s) (28:BC) [10:47:26:860]: > SECREPAIR: A general error running CryptAcquireContext MSI (s) (28:BC) > [10:47:26:860]: SECREPAIR: Crypt Provider not initialized. Error:0 MSI (s) > (28:BC) [10:47:26:861]: SECREPAIR: A general error running > CryptAcquireContext MSI (s) (28:BC) [10:47:26:861]: SECREPAIR: Crypt Provider > not initialized. Error:0 MSI (s) (28:BC) [10:47:26:862]: SECREPAIR: A general > error running CryptAcquireContext MSI (s) (28:BC) [10:47:26:862]: SECREPAIR: > Crypt Provider not initialized. Error:997 MSI (s) (28:BC) [10:47:26:862]: > SECUREREPAIR: Failed to CreateContentHash of the file: xxxx\xxxxx\xxxx.JPG: > for computing its hash. Err! or: 997 MSI (s) (28:BC) [10:47:26:862]: SECREPAIR: Failed to create hash for the install source files MSI (s) (28:BC) [10:47:26:862]: SECUREREPAIR: SecureRepair Failed. Error > code: 3e5F6C634B8 > > Error 997 being the Windows error 'Overlapped I/O operation is in progress.' > > On 26/08/2014 11:05, Matt O'Connell wrote: >> We've started seeing this a lot recently. >> Installed the kb on to Win 7 and Win 8 VMs but it didn't replicate it. >> Our customers with the issue are usually running some sort of >> antivirus and we presumed it's some kind of conflict with that but >> we've had no success with disabling Anti-virus with msconfig. However >> removing the kb update has fixed it for at least one customer. I'm >> hoping to find a recipe to replicate it but we're not there yet. >> >> I'm hoping MS find a fix an re-issue the update.:-) >> >> On 18/08/2014 22:54, Neil Sleightholm wrote: >>> Thanks, seen that one and this one >>> https://community.logos.com/forums/p/87997/617278.aspx. Both look >>> similar. >>> >>> Neil >>> >>> -----Original Message----- >>> From: Phill Hogland [mailto:phogl...@rimage.com] >>> Sent: 18 August 2014 20:13 >>> To: wix-users@lists.sourceforge.net >>> Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not >>> create the default key container >>> >>> FYI >>> http://www.edugeek.net/forums/windows-7/140586-possible-issue-kb2918 >>> 6 14-causing-overlapped-i-o-operation-progress-errors.html >>> >>> >>> >>> >>> >>> -- >>> View this message in context: >>> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/SECREP >>> A >>> IR-CryptAcquireContext-Could-not-create-the-default-key-container-tp >>> 7 596414p7596418.html Sent from the wix-users mailing list archive >>> at Nabble.com. >>> >>> -------------------------------------------------------------------- >>> - >>> --------- >>> >>> _______________________________________________ >>> WiX-users mailing list >>> WiX-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/wix-users >>> >>> -------------------------------------------------------------------- >>> - >>> --------- >>> >>> _______________________________________________ >>> WiX-users mailing list >>> WiX-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/wix-users > > ---------------------------------------------------------------------- > -------- > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > ---------------------------------------------------------------------- > -------- > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individual or entity to which it is addressed. The message, together with any attachment, may contain confidential and/or privileged information. Any unauthorized review, use, printing, saving, copying, disclosure or distribution is strictly prohibited. If you have received this message in error, please immediately advise the sender by reply email and delete all copies. ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users