Never mind, I missed the auBackend.Arguments attribute, that let me pass parameters on to the restarted (and updated) application easily.. My bad 😳
-PV
I'm building a console application which people tend to use as a scheduled task.In order to keep users up-to-date I've implemented auto-update functionality using the AutomaticUpdater.dll which seems to work well. It automatically updates the application, without waiting for user input at all (I found it a bit odd that user input wasn't required by default though, but for me it works fine this way). My problem, however, is that when I auto-update it has closed the application without restarting it again (with the same commandline parameters). Since the task is scheduled, this means that the application won't run every time it's triggered when there's an update available.Is there any way to get wyUpdate to automatically restart the application after the update (with params)?
Thanks in advance,PV
Never mind, I missed the auBackend.Arguments attribute, that let me pass parameters on to the restarted (and updated) application easily.. My bad 😳
-PV