Hi,
I'm using Wix toolset 3.10.3 and able to install the Isapifilter as below.
<iis:WebFilter Id="IisFilter" Name="MyIsapi" Path="[INSTALLDIR]isapi.dll" LoadOrder="last" Description="MyIsapi" WebSite="Default"/>
But I also need to be able to specify the "preCondition" attribute and set it to "bitness32". But not sure how to do this.
There is a ticket regarding this, but not sure about the status
https://sourceforge.net/p/wix/feature-requests/738/Any help will be highly appreciated.
Thanks