Working on a Provisioning Server project, I had to deal with the Trend Officescan product installation. The problem was really critical because installing the Antivirus Software within the image would lead to a blue screen at boot time. Not installing the software was not an option, as the Security Administrator would have not allowed that because even if the servers are "Read Only" they could be virus propagation vector. During investigations we've found that if the antivirus software was installed at each boot (so not incorporated within the image but installed on top of it) the blue screen issue was over and the Antivirus Software perfectly working. To automate the deployment process we decided to write a script and push it by machine GPO. To ease administration processes and ensure the Antivirus Installation would never happen within a private image, I've developped the script provided in this article. |