Click here to Skip to main content
15,902,198 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a C# Winform module which is used to display system update changelog? E.g., displaying what are the changes on each deployment update by revision.

Revision 101:

  1. Added CRUD button
  2. Fixed gridview bugs


Revision 100:
  1. Created new form
Posted
Updated 25-Jun-11 15:33pm
v2

Not that I know of. Are you talking about updates done by Windows, or done by you ? A service pack, for example, has it's changes online, but I doubt they are written to the system as a list.
 
Share this answer
 
There's no such control to do this for you. You have to implement whatever you want, however you want.

It could be as simple as showing a textfile with your changelog in it in a TextBox on a seperate form. This would probably be something you put in an "About application" form.
 
Share this answer
 
You could use Net Spy: Your Network Spy That Monitor Your System In Network And Generate Log For Any Changes[^].

The Log files are generated as discussed at Log Files for Software Updates[^], so you can probably try and read these files yourself.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900