I'm currently in the process of coding up a group of batch files which have the purpose of commissioning new laptops on to a network. The install process splits down like so:
- Output Package Name;
- Looks for a Control File;
If the control file is found it writes to a text file and aborts to the next application install.
If the control file is not found it starts an automated install.
After an attempt to install it searches again for the control file. It then writes a success or fail to a textfile.
However, with Office 2003, I need to know of a file that the SP3 Update installs to be able to use the logic above/below. Any ideas?