[wix-users] Default Web Site stopped after configuration through MSI

Ven H venh.123 at gmail.com
Thu Aug 16 09:10:08 PDT 2018


 I have an MSI through which I am configuring the Default Web site in IIS.
The markup looks like below.

<Component Id="cmpDefaultWebSite" Guid="4E02DA37-61AE-4648-97A2-3130E7FE50D8"
Directory="APP_DIR" KeyPath="yes">
        <iis:WebSite Id="DefaultWebSite" Description="Default Web Site"
ConfigureIfExists="yes" Directory="wwwroot" *AutoStart="yes"
StartOnInstall="yes"*>
          <iis:WebAddress Id="DefaultWebSiteAddr" Secure="yes" Port="80" />
        </iis:WebSite>
      </Component>

Even though, I have added the properties AutoStart and StartOnInstall,
still the Default Web Site is in stopped state after the MSI installation.

Can anyone please help?


More information about the wix-users mailing list