Unblock exe file, otherwise InstallUtil shows strange errors.

This commit is contained in:
Jakob Aarøe Dam 2015-05-05 09:04:02 +02:00
parent 5ff256d816
commit 3bb1edd11f

View file

@ -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