Topic Options
Rate This Topic
#141279 - 05/20/09 06:24 PM Programmatically determine patch level of User?
Marc W Offline
Just Signed Up

Registered: 08/28/07
Posts: 1
Loc: Washington State
We've got a pretty large installation base spread out geographically and are trying to determine how many workstations have older versions of the 7.1.00 User client. Our 'official' version is patch 005. We've found several workstations with patch 3, etc.

We have a product that can query the workstations, looking at registry keys, existance of files, file sizes, dates, etc. I would like to use this tool to see how many workstations have something other than patch 5. Is there a registry key, or more reliable way to determine what patch level of client is installed other than looking at the size, date of aruser.exe?

I appreciate any insight from the experts.

-Marc

Top
#141282 - 05/21/09 09:22 AM Re: Programmatically determine patch level of User? [Re: Marc W]
Matt_Reinfeldt Offline

Member
***

Registered: 06/12/01
Posts: 723
Loc: Madison, WI
Marc,

I actually cheated on this and bypassed any external tools... I just added a global field w/ shared workflow to the main forms that were used... all it would do is set the $VERSION$ value into the field (if $NULL$) (and push it to their User record. That way, you can see what the tool itself is reporting.

Just a thought.
_________________________
Matt Reinfeldt
I belong to the following Professional Networks:
http://www.naymz.com/search/matt/reinfeldt/1524717
http://www.linkedin.com/in/mreinfeldt

Top