Version instalada de La Actualizacion

Alguien sabe como puedo saber que version de la actualizacion es la que tengo instalada, es decir si la ultima actualizacion descargada es la 1.25 la cual se descargo hace una semana, como puedo saber que fue la 1.25 la que tengo instalada?esto para poner una equiqueta en el programa donde diga la version de la actualizacion instalada.el proyecto es en c#.net

gracias a todos.

Hey Francisco,

Unfortunately none of us here speak Spanish, so if you speak English it would be best to write in English. Here's what Google translate gave us:

Anyone know how I can know which version of the update is that I have installed, ie if the last update is downloaded which was downloaded 1.25 a week ago, how I can know which was the 1.25 I have installed?equiqueta this to put a say in the program where the version of the update installed.the project is in c #. net

thank you all.

Well, this is asked here quite a lot. The way we recommend doing it is to store the version number in your executable and then display that. Another way to do it is to get the version number on the UpdateSuccessful event and cache that somewhere so you can pull it up later.