mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-25 10:48:16 +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,7 +5,7 @@ set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319
|
||||||
:: msbuild server/RDSFactor.sln /property:Configuration=release
|
:: msbuild server/RDSFactor.sln /property:Configuration=release
|
||||||
|
|
||||||
:: Unblock the downloaded file, otherwise stupid output from InstallUtil
|
:: 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
|
:: install it
|
||||||
InstallUtil server\bin\Release\RDSFactor.exe
|
InstallUtil server\bin\Release\RDSFactor.exe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue