mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-20 08:35:53 +02:00
parent
91700e26a6
commit
c3c10e1fd2
3 changed files with 14 additions and 0 deletions
8
install-server.bat
Normal file
8
install-server.bat
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
@echo off
|
||||||
|
set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319
|
||||||
|
|
||||||
|
:: build the rdsfactor radius server
|
||||||
|
msbuild RDSFactor/RDSFactor.sln /property:Configuration=release
|
||||||
|
|
||||||
|
:: install it
|
||||||
|
InstallUtil RDSFactor\bin\Release\RDSFactor.exe
|
2
restart-server.bat
Normal file
2
restart-server.bat
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
net stop RDSFactor
|
||||||
|
net start RDSFactor
|
4
uninstall-server.bat
Normal file
4
uninstall-server.bat
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
@echo off
|
||||||
|
set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319
|
||||||
|
|
||||||
|
InstallUtil /uninstall RDSFactor\bin\Release\RDSFactor.exe
|
Loading…
Add table
Add a link
Reference in a new issue