[wix-users] MSMQ issue during DB install

Nir Bar nir.bar at panel-sw.com
Wed Oct 3 01:53:22 PDT 2018


To me, it seems like a bug in how MSMQ immediate custom action is implemented- I think it should not depend on MSMQ being enabled as it may be enabled during the deferred phase. A workaround would be to enable MSMQ in a preceding MSI package in the chain, assuming you are using a bundle. You can use my WiX extension: https://www.nuget.org/packages/PanelSwWixExtension/       <Component Id="MSMQ" Guid="">         <CreateFolder/>         <panelsw:Dism Id="MSMQ" EnableFeature="MSMQ"/>       </Component> -- Nir Bar WiX Expert ---- On Wed, 03 Oct 2018 09:11:53 +0300 Ven H <venh.123 at gmail.com> wrote ---- Is this a bug? Is there a solution for this issue? Please advise. On Thu, Sep 27, 2018 at 11:56 AM Ven H <venh.123 at gmail.com> wrote: Yes Nir. MSMQ is not installed. So, even if I tried having a RegistrySearch for MSMQ and assign it to a property and have a condition for my Component with this property, it still seems to be getting executed. Looks like this issue was raised by someone else also. Please refer the link below. http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Do-not-uninstall-component-msmq-td7314856.html On Wed, Sep 26, 2018 at 11:04 PM Nir Bar via wix-users <wix-users at lists.wixtoolset.org> wrote: Seems like MSMQ is not enabled on the machine. See https://github.com/wixtoolset/issues/issues/5783 -- Nir Bar WiX Expert ____________________________________________________________________ WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list