From 3bb1edd11fb02394caa5807ef14a6b7f0e79b5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Aar=C3=B8e=20Dam?= Date: Tue, 5 May 2015 09:04:02 +0200 Subject: [PATCH] Unblock exe file, otherwise InstallUtil shows strange errors. --- install-server.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-server.bat b/install-server.bat index db84359..b74c131 100644 --- a/install-server.bat +++ b/install-server.bat @@ -4,6 +4,9 @@ set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319 :: build the radius server :: msbuild server/RDSFactor.sln /property:Configuration=release +:: Unblock the downloaded file, otherwise stupid output from InstallUtil +powershell -Command {Unblock-File -Path server\bin\Release\RDSFactor.exe} + :: install it InstallUtil server\bin\Release\RDSFactor.exe