Skip to content

Commit 3bb1edd

Browse files
author
Jakob Aarøe Dam
committed
Unblock exe file, otherwise InstallUtil shows strange errors.
1 parent 5ff256d commit 3bb1edd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install-server.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319
44
:: build the radius server
55
:: msbuild server/RDSFactor.sln /property:Configuration=release
66

7+
:: Unblock the downloaded file, otherwise stupid output from InstallUtil
8+
powershell -Command {Unblock-File -Path server\bin\Release\RDSFactor.exe}
9+
710
:: install it
811
InstallUtil server\bin\Release\RDSFactor.exe
912

0 commit comments

Comments
 (0)