Hi Guys!
i need some code for updating new version instead of old version windows application in .net C#
i developed windows application while run this exe i will get System tray icon. This application should check new version on url often if internet connection available on System. The Url path will have new Zipped File (filename_ddmmyy.zip) If the Zipped file date newer than old version it should download on temp folder and have to extract and find the exe to install automatically and if the old version running on system installation should kill the old version running and install new version.
i hope i will get code for the above requirement.
Thanks in Advance!