I have an application running on Windows2008 server. The automated deployment process drops a zipped package onto a folder, and then another script unzips this and copies the executables.
The problem is, the executables are blocked from running, and I have to unblock them explicitly.
Is there some setting on the server which can stop this happening?
I want to the server to allow unzipped executables to run automatically.