I set up an application deployment of an .exe file to install AV in our enviroment. I have pushed this down to 2 machine types....
1. Windows 7 'host' physical machine
2. Windows server 2003 R2 virtual machine
The application deploys perfect on the Windows 7 machine with no issues
It also downloads to the W2K3 machines and starts running the EXE file as seen in task manager. It however does nothing past this point, it sits there with 0% CPU utilisation until the job times out (set for 4hrs). It is set to run as the SYSTEM account but I have a feeling that it requires something else to complete installation.
This has been driving me nuts for 3 days now. Any help would be extremely appreciated..... what am I doing wrong / or what am I missing?
Job is set up to match the Win7 working deployment - set to system install wether or not a user is logged in. No dependancies / requirements set.
I pushed out a BAT file to run using the same process and that worked ok on the W2K3 machines. So it looks narrowed down to the SYSTEM account installing EXE files?