How to apply patches...?
-
Hello experts, I have a desktop application and I want to give a utility to upgrade the application using web or apply patches. Suppose I have two customers and one needs inventory module and other needs payroll module with actual application then how I can do this in single application...? Also If I change some logic (Suppose bug fixes) then How I provide patches to end user...?
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
-
Hello experts, I have a desktop application and I want to give a utility to upgrade the application using web or apply patches. Suppose I have two customers and one needs inventory module and other needs payroll module with actual application then how I can do this in single application...? Also If I change some logic (Suppose bug fixes) then How I provide patches to end user...?
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
Instalation pakage keep a registry key.The key contain the information where the file have place. Make a patch file with a cab or zip file. make a small application with a patch button. if u click the button copy the file and paste to the destination location the location read from the registery It is a same one.
Continue...