Skip to content

Commit

Permalink
Actually execute the unblock-file powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Aarøe Dam committed May 5, 2015
1 parent 2093a8d commit f94a112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-server.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319
:: 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}
powershell -Command "& {Unblock-File -Path server\bin\Release\RDSFactor.exe}"

:: install it
InstallUtil server\bin\Release\RDSFactor.exe

:: start it
net start RDSFactor
net start RDSFactor

0 comments on commit f94a112

Please sign in to comment.