Skip to content

Commit f94a112

Browse files
author
Jakob Aarøe Dam
committed
Actually execute the unblock-file powershell
1 parent 2093a8d commit f94a112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-server.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319
55
:: msbuild server/RDSFactor.sln /property:Configuration=release
66

77
:: Unblock the downloaded file, otherwise stupid output from InstallUtil
8-
powershell -Command {Unblock-File -Path server\bin\Release\RDSFactor.exe}
8+
powershell -Command "& {Unblock-File -Path server\bin\Release\RDSFactor.exe}"
99

1010
:: install it
1111
InstallUtil server\bin\Release\RDSFactor.exe
1212

1313
:: start it
14-
net start RDSFactor
14+
net start RDSFactor

0 commit comments

Comments
 (0)