First pass at a non encumbered GUI. Uses the Wix InstallDirDlg (as per documentation...
[shibboleth/sp.git] / configs / SetService32.bat
1 @echo off
2 setlocal
3 sc stop shibd_default
4 sc config shibd_default binPath= "@-INSTALLDIR-@\sbin\shibd.exe"
5 sc start shibd_default