Hi team,
I have integrated the auto updater functionality into our app and enabled the setting Install support service to ensure that the app updates without elevation permissions. This satisfies our requirement where we want to update the app without needing UAC elevation.
The thing is we have another requirement where we want the app to auto launch after the update is complete. I haven't been able to get this to work. I tried setting the [APPDIR]app.exe to restart always under the auto close applications in the Update configuration Project. But it is still not auto launching the app after the update is complete.
Do you have any ideas?
Thanks!