Hi,
Here is how I am trying to implement TrueUpdate.
1. As soon as I install my application, TrueUpdateClient.exe should get installed so that it keeps on running in the Windows system tray.
2. As soon as a new patch(update) is found, TrueUpdateClient.exe will give me a message to proceed with the update.
3. TrueUpdateClient will download the patch(that is created with inno setup) and then launch it . During update process my patch will detect if the application is currently running and prompt for shutting it down before starting the update process.
Please let me know if this is possible and how I can achieve this.
Regards,
SG
Here is how I am trying to implement TrueUpdate.
1. As soon as I install my application, TrueUpdateClient.exe should get installed so that it keeps on running in the Windows system tray.
2. As soon as a new patch(update) is found, TrueUpdateClient.exe will give me a message to proceed with the update.
3. TrueUpdateClient will download the patch(that is created with inno setup) and then launch it . During update process my patch will detect if the application is currently running and prompt for shutting it down before starting the update process.
Please let me know if this is possible and how I can achieve this.
Regards,
SG
Comment