[wix-devs] WixComPlusExtension Status Update 4

Hoover, Jacob Jacob.Hoover at greenheck.com
Fri Sep 6 07:35:12 PDT 2019


Eric,
  Can you make your demo public?

-----Original Message-----
From: wix-devs [mailto:wix-devs-bounces at lists.wixtoolset.org] On Behalf Of Allen, Eric M. (Tax&Accounting Prof) via wix-devs
Sent: Friday, September 6, 2019 9:23 AM
To: Wix Devs Mailing List (wix-devs at lists.wixtoolset.org) <wix-devs at lists.wixtoolset.org>
Cc: Allen, Eric M. (Tax&Accounting Prof) <eric.allen at thomsonreuters.com>
Subject: [wix-devs] WixComPlusExtension Status Update 4

I've managed to get a repo for my timing issue demo case:
https://github.com/thomsonreuters/wix3_issue_6061

My fork with modifications is at:
https://github.com/thomsonreuters/wix3/tree/imported_component

I put the repo steps into the comments inside:
https://github.com/thomsonreuters/wix3_issue_6061/blob/master/SimpleComPlus/Imported.wxs

To actually debug it, as per the Microsoft documentation, set a system level environment variable MsiBreak=ConfigureComPlusInstall (if you want to see the reading of the table) Or MsiBreak=ComPlusInstallExecuteCommit
(if you only care about the actual failure)

The line that will fail will be in:
https://github.com/thomsonreuters/wix3/blob/imported_component/src/ext/ComPlusExtension/ca/cpexec/cpimpcompexec.cpp
line 237.

As near as I can tell, I need to find some way of guaranteeing that the registry writes are visible *to all processes* by the time that line executes. I don't know whether transactions might be a factor.

I'm testing this on Windows 10, in case it matters.

Thank you for your recommendations.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Eric M. Allen Lead Software Developer

Thomson Reuters
the answer company

Phone: +1(734) 388-3878

eric.allen at tr.com

thomsonreuters.com

____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/
NOTE: This email was received from an external source. Please use caution when opening links or attachments in the message.



More information about the wix-devs mailing list