[wix-users] Writing a BAFunctions DLL

John Cooper JoCooper at jackhenry.com
Thu Apr 14 05:47:39 PDT 2016


That's what I figured, I just wanted to make sure.  I think I'll form my command line in the BAFunctions and pass it into the underlying MSI and use a QuietExec flavor to spin it up.  Would have been neat and clean in ApplyComplete.

Another reason to welcome 4.x.  :)

--
John Merryweather Cooper
Senior Software Engineer | Integration Development Group | Enterprise Notification Service
Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 |JoCooper at jackhenry.com




-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Sean Hall
Sent: Wednesday, April 13, 2016 9:03 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Writing a BAFunctions DLL

The e-mail below is from an external source.  Please do not open attachments or click links from an unknown or suspicious origin.

1) In v3.x, those 4 events are the only ones available.  In v4, I am currently working on making all BA events available.

2) LaunchApprovedExeForElevation is a method on IBootstrapperEngine, but in v3.x the BAFunctions.dll won't know about anything past OnPlanComplete.

On Wed, Apr 13, 2016 at 5:00 PM, Phill Hogland <phill.hogland at rimage.com>
wrote:

> Look at  ApprovedExeForElevation in Wix schema of the chm.
>
> ________________________________________
> From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of 
> John Cooper <JoCooper at jackhenry.com>
> Sent: Wednesday, April 13, 2016 4:10 PM
> To: WiX Toolset Users Mailing List
> Subject: [wix-users] Writing a BAFunctions DLL
>
> 1)      I see the example code supports OnDetect, OnDetectComplete,
> OnPlan, OnPlanComplete.  Are there any other supported events at this time?
>
> 2)      I'm looking to launch a configuration utility in quiet/passive
> (full is easy).  Is there any other recommended way to get such a tool 
> to launch toward the end of bundle processing?
>
> --
> John Merryweather Cooper
> Senior Software Engineer | Integration Development Group | Enterprise 
> Notification Service Jack Henry & Associates, Inc.(r) | Lenexa, KS  
> 66214 | Ext:  431050 | 
> JoCooper at jackhenry.com<mailto:JoCooper at jackhenry.com>
>
> 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.
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant 
> http://www.firegiant.com/
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant 
> http://www.firegiant.com/
>

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

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.



More information about the wix-users mailing list