[wix-devs] WixComPlusExtension Status update 3

Hoover, Jacob Jacob.Hoover at greenheck.com
Thu Aug 29 17:11:33 PDT 2019


Took a peek at the code after the meeting. Nothing looks off.

Really want to see the authoring or an example MSI.


https://docs.microsoft.com/en-us/windows/win32/msi/suggested-installexecutesequence


>From your code and our discussion, the ICOMAdminCatalog::ImportComponent is failing.


https://docs.microsoft.com/en-us/windows/win32/api/comadmin/nf-comadmin-icomadmincatalog-importcomponent
Imports a component already registered as an in-process server into a COM+ application.


How are you including the file containing the typelib into the MSI?

________________________________
From: wix-devs <wix-devs-bounces at lists.wixtoolset.org> on behalf of Blair Murri via wix-devs <wix-devs at lists.wixtoolset.org>
Sent: Thursday, August 29, 2019 6:02 PM
To: WiX Toolset Developer Mailing List
Cc: Blair Murri
Subject: Re: [wix-devs] WixComPlusExtension Status update 3

If Advertise is set to yes, then the action to look for (during install) is RegisterClassInfo, otherwise it's WriteRegistryValues.

Get Outlook for Android<https://aka.ms/ghei36>
________________________________
From: wix-devs <wix-devs-bounces at lists.wixtoolset.org> on behalf of Hoover, Jacob via wix-devs <wix-devs at lists.wixtoolset.org>
Sent: Thursday, August 29, 2019 1:54:13 PM
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Cc: Hoover, Jacob <Jacob.Hoover at greenheck.com>; Allen, Eric M. (Tax&Accounting Prof) <eric.allen at thomsonreuters.com>
Subject: Re: [wix-devs] WixComPlusExtension Status update 3

Look at the InstallExecute sequence to see where your CA is scheduled with respect to the other action that is writing to the registry (I would assume it's WriteRegistryValues).


-----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: Thursday, August 29, 2019 3:28 PM
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 3

I have reached a point where I am able to test the installer in my test environment - things are not 100% done yet but it's good enough for investigation.

One problem I am encountering is that the registry keys to be written by <Class> elements have not yet committed to the registry during the custom action. At least this seems to be the case based on (1) the error code returned by the API and (2) inspection via regedit with the installer stopped in the debugger.

I'm open to suggestions to resolve this aspect.

I plan to be online at tonight's meeting.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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.
____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.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