Running .Net SP in Azure web role

Cantor, Scott cantor.2 at osu.edu
Mon May 13 18:54:41 EDT 2013


On 5/13/13 5:44 PM, "Eric Kool-Brown" <kool at uw.edu> wrote:

>Has anyone tried to install the .Net SP into an Azure web role?

I don't know if it matters, but the SP is in no way a .NET package.

> I want to run the SP installer MSI (shibboleth-sp-2.5.1-win64.msi) as
>part of a web role startup script to automate the process. I am currently
>working on this and am blocked on getting the MSI to run unattended. I am
>using the command
>
>msiexec.exe /I shibboleth-sp-2.5.1-win64.msi /passive /L*v shibinstall.txt
>
>It is stopped at this operation: Executing op:
>ActionStart(Name=EditConfigFiles,,)

That's a script action that runs a VB script, FWIW.

>I have to compare the with-GUI to w/o-GUI runs of the installer to see
>what is going on at this point. I've got the SP source but haven't
>located the MSI source.

http://svn.shibboleth.net/view/cpp-sp/tags/2.5.1/msi/

-- Scott




More information about the users mailing list