When I create a web MSI for IIS (Basic MSI), the folder does not install into the wwwroot directory.
In the General Information section, the INSTALLDIR variable is correctly set to "[IISROOTFOLDER]MyWebSite".
In the Internet Information Services view, under Web Sites, the "Content Source Path [Local or UNC]" property contains the variable "[INSTALLDIR]".
And in System Search, IISROOTFOLDER is correctly retrieved from the registry key "HKLM\SOFTWARE\Microsoft\InetStp\PathWWWRoot". The MinorVersion and MajorVersion variables are also being retrieved.
Am I missing something?
I am using InstallShield 2025 R1 Premier Edition.
I also tried using IISScan.exe to retrieve information about a website, but it returns the error: "The website 'MyWebSite' was not found."
