[wix-users] MsiPackage/@PrereqSupportPackage

Hoover, Jacob Jacob.Hoover at greenheck.com
Fri Aug 16 11:32:00 PDT 2019


What type of prereq is this?  If it's managed, is the prereq referenced in the config for the custom managed BA?  I believe the prereq chain only kicks in when the MBA loader fails to load the MBA.

Ref: https://github.com/wixtoolset/wix3/blob/wix3104/src/ext/BalExtension/mba/host/host.cpp


-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Jacques Eloff via wix-users
Sent: Friday, August 16, 2019 1:02 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Jacques Eloff <repstosd at gmail.com>
Subject: [wix-users] MsiPackage/@PrereqSupportPackage

Hi

I added this attribute to an MsiPackage. The package is first in my chain and when I decompile, I can see an entry for <MbaPrerequisiteSupportPackage> in BootstrapperApplicationData.xml

The MsiPackage has no install condition and per the docs, this should cause the Prereq BA to plan the package:

>From the docs:
When set to "yes", the Prereq BA will plan the package to be installed if its InstallCondition is "true" or empty

The MSI itself only has one component - I'm trying to verify reboot behavior for a prereq in a custom BA prerequisites. However, I'm not seeing the prereq BA kicking in.

It does for the NetFx45 prereq package, which make me wonder if I'm doing something silly that's causing it to skip over my package.

I tried adding an InstallCondition, but that didn't seem to matter.

Is there something obvious I'm just overlooking?

Thanks,
Jacques

____________________________________________________________________
WiX Toolset Users 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-users mailing list