How to determine the date that Office 2003 was installed
Posted
by GalleySlave
on Stack Overflow
See other posts from Stack Overflow
or by GalleySlave
Published on 2009-06-10T10:22:05Z
Indexed on
2010/06/14
14:02 UTC
Read the original article
Hit count: 190
Is there any guaranteed way of determining the date that Office 2003 (and .Net Framework v2.0) were installed on a client computer?
I am trying to nail down a problem which I think is due to the order that the .Net Framework and Office 2003 were installed in, so I need a way I can get a client to have a look at their machine (preferably the file system) and let me know.
It may require admin privileges (or Registry etc) which wouldn't be a problem but not the preferred solution.
It appears that the folders under Program Files\Microsoft Office\Office11 have a number with the same date which at first sight appear to be an installation date / time.
Likewise in Windows\Microsoft.Net\Framework\v2.0.50727 there are two with the same date, but this seems less certain.
I could use WMI with a winmgmts:object and SELECT * FROM Win32_Product, but was wondering if there was a 'telephone' way to do it!
© Stack Overflow or respective owner