James,

>The KB article describing the hotfix indicates that the file
attributes
>will have been updated. Perhaps this is the only way to know?  In
which
>case, how can you read the appropriate details in an installation
>independent way?

Try something like this:

FileVersionInfo fvi =
FileVersionInfo.GetVersionInfo(typeof(Control).Assembly.Location);
if (new Version(fvi.FileVersion) < new Version(1,1,4322,2327))
        // Display warning


Mattias

===================================
This list is hosted by DevelopMentor®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to