Hello,
I'm not sure which list this belongs on, but here goes.
I'm writing an extension for heat (3.0.1621.0) to give me the ability to re-generate my setup without breaking the component rules (a component catalog).
I noticed that the UtilMutator mutator extension is always added to the Mutator extensions by UtilHeatExtension. I would like to set the properties on it from my HeatExtension, but there is no way to enumerate the existing Mutators (my heat extension loads last).
Can the addition of the UtilMutator mutator extension be moved inside the "if (active) {}" code block? If so, then I could instantiate and initialize my own UtilMutator.
I figured I'd ask before moving it myself and screwing up your design :).
Note, if it is moved, then the IIsHeatExtension will need to load UtilMutator (it currently doesn't).
In other words, this would keep the user (me) from having to specify template, genguids, and so forth on the command line. I'd like them to be on by default for my extension.
Thanks,
James
- [WiX-devs] Extending Heat James Carter
- [WiX-devs] RE: [WiX-users] Extending Heat Derek Cicerone
- RE: [WiX-devs] RE: [WiX-users] Extending Heat Rob Mensching
- Re: [WiX-devs] RE: [WiX-users] Extending Heat James Carter
- [WiX-devs] Re: [WiX-users] Extending Heat James Carter
- RE: [WiX-devs] Re: [WiX-users] Extending Heat Derek Cicerone
- RE: [WiX-devs] Re: [WiX-users] Extending ... Mark Hammond
- RE: [WiX-devs] Re: [WiX-users] Exten... Derek Cicerone
- Re: [WiX-devs] Re: [WiX-users] E... James Carter
- RE: [WiX-devs] Re: [WiX-user... Derek Cicerone
- RES: [WiX-devs] Re: [WiX-use... Sidnei da Silva