I have two different applications for one project. At present i push updates into server in two different folders. Iam using two different paths(two client wyc files and two wyUpdate.exe) two download the updates in to user system.
-In my first application iam using windows form for one application to get the updates and to it shows the update information on that form.This is dotnet application. -For second application iam currently using stand alone application to download the updates. Iam running wyUpdate.exe here.Simply i get updates from server when i run wyUpdate.exe
Here my requirement is
1)Can i use one windows form for two applications to run updates from server using two different client.wyc file and client.wys file.
2) Can we use one automatic updater.dll file for both applications.
3)This windows form should show message like Application1 is updated and Application 2 is updated on same.
Note: Using same server for both applications.