The DISM API might be able to do this - it says it works for an online
Windows installation. The key might be to do the DismOpenSession()
with DISM_ONLINE_IMAGE and then use something like DismEnableFeature.
I've never tried it though,

There's often some concern about doing this without making it clear to
the customer that you're going to do it. IT people frequently have set
configurations for security and management reasons.
Phil Wilson


On Fri, Jan 17, 2014 at 10:11 AM, Stephen I. Woolhead <s...@gtl.biz> wrote:
> Hi, following up on an issue that came up in another thread, we have the need 
> to enable platform features such as MSMQ during our install.  At the moment 
> we do this during install with dism.exe in a custom action.  This so far has 
> worked well for us but it was hinted this was not ideal.
>
> Does anyone have any guidance about enabling platform features during install 
> that they could share?
>
> Cheers,
>
> Stephen.
> ------------------------------------------------------------------------------
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to