Shibboleth installation fails with IIS support checked

Rod Widdowson rdw at steadingsoftware.com
Fri Aug 18 10:41:14 UTC 2023


Steven Teixeira said:

> I could be wrong here, but I believe that all that checkbox does is just run these two appcmd commands for you.  
> https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2060615835/Upgrading+Older+ISAPI+Configuration#Configuring-the-IIS7-DLL

Steven is correct.  This should provide you with more info. It would be useful for the record and others that come after to report back what this shows.

Michael Walton said:

> The Event Viewer does have some messages from MsiInstaller, but they’re not very helpful:

For any msi file (Shibboleth or other) the way to get an installation log is via the /l qualifier.

	msiexec /l log.log /I installation.msi

My experience is that will give you enough to be going on but there are extra qualifiers to give greater levels of logging.

If the logs show that the problem is that the shibd_default service isn't started you should look at using the ALWAYS_START_SERVICE property [1]

Rod

[1] https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2065335545/Install+on+Windows#Failure-to-Install



More information about the users mailing list