I want to set the application pool for a website that I'm installing, but there is no virtual directory or web application. The website is contained directly in the website entry in IIS and I want wix to set the application pool for that website.
Is this possible?
Have you looked that the WebAppPool Element?
This article 'creating a web application installer ...' may provide you with some useful info e.g.
to connect them the
iis:WebApplication/@WebAppPoolentry is used to reference the AppPooliis:WebAppPool/@IdOne other suggestion is to update the WebApplication of the WebSite like this e.g.