I have a windows service (currently running under Windows 2003 Server) that needs to interact with a few word documents using automation. This Service needs to move to a new server.
Is it possible to install and invoke word documents in a Windows 2008 R2 Server Core Machine?
Yes, just use a silent install to get Office 2007 on your Server Core box – refer to TechNet’s Office Resource Kit for deployment options. A couple of notes:
.Visible = True. It will result in failure.