IIS Configuration with WiX and Appcmd
By Eric
—
—
2 minute read
I recently spent some time building an install package for a web application using WiX. There are some nice IIS extensions for WiX to help with that, but they're missing the ability to set some advanced properties, like an Application Pool's "Enable 32 Bit Applications" property.
Matt Honeycutt has a …