We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff256d commit 3bb1eddCopy full SHA for 3bb1edd
install-server.bat
@@ -4,6 +4,9 @@ set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319
4
:: build the radius server
5
:: msbuild server/RDSFactor.sln /property:Configuration=release
6
7
+:: Unblock the downloaded file, otherwise stupid output from InstallUtil
8
+powershell -Command {Unblock-File -Path server\bin\Release\RDSFactor.exe}
9
+
10
:: install it
11
InstallUtil server\bin\Release\RDSFactor.exe
12
0 commit comments