For things IIS related not directly authored in WiX code I've found APPCMD.EXE to be a useful substitute in a custom action for those sorts of things. These are older and may be supported natively now, but some examples.
<CustomAction Id="ConfigureHiddenSegments" Execute="deferred" Impersonate="no" Return="ignore" Directory="TARGETDIR" ExeCommand="[SystemFolder]inetsrv\appcmd set config "[SITE_ID]/Container" -section:system.webServer/security/requestFiltering /-hiddenSegments.[\[]segment='bin'[\]]" /> <CustomAction Id="ConfigureISAPICGI" Execute="deferred" Impersonate="no" Return="check" Directory="TARGETDIR" ExeCommand="[SystemFolder]inetsrv\appcmd set config /section:isapiCgiRestriction /[\[]path='[WindowsFolder]Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll'[\]].allowed:True" /> -----Original Message----- From: Tony [mailto:yellowjacketl...@gmail.com] Sent: Friday, November 22, 2013 1:05 PM To: WiX Users Subject: [WiX-users] Enable/Disable IIS AppPool's LogEventOnRecycle using WiX Is it possible to set an AppPool's LogEventOnRecycle bitmask using WiX? I don't see it, but maybe missed it. -- Tony ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users