mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-23 18:15:55 +02:00
Actually execute the unblock-file powershell
This commit is contained in:
parent
2093a8d1ae
commit
f94a1128b2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue