Use shibboleth-sp as package name for compatibility.
[shibboleth/cpp-sp.git] / configs / SetService32.bat
1 @echo off
2 setlocal
3
4 sc stop shibd_default
5 sc config shibd_default binPath= "@-INSTALLDIR-@\sbin\shibd.exe -stdout \"@-INSTALLDIR-@\var\log\shibboleth\stdout.log\" -stderr \"@-INSTALLDIR-@\var\log\shibboleth\stderr.log\""
6 ping 1.1.1.1 -n 1 -w 3000 > nul
7 sc start shibd_default
8
9 echo NOTE: You will need to manually adjust your IIS or Apache configuration to complete a switch to 32-bit use.