mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-23 18:15:55 +02:00
Unblock exe file, otherwise InstallUtil shows strange errors.
This commit is contained in:
parent
5ff256d816
commit
3bb1edd11f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue