In the past our Thinkwise application was mostly implemented with a Windows GUI. One of the menu items was “Online support”. This started a TeamViewer client (Quick Support). This was done with a task of type “Windows command”. In Object name the full path to the executable was specified.
Now we want to offer our software as a service (SaaS). Because executing a program with Windows command does not work on the web, I would like to activate https://get.teamviewer.com/jpdsonlinesupport. What is the best way to do this?
While there are still users of the Windows GUI as well, is there a way to determine in a task whether to start the executable (Windows GUI) or the URL (web GUI)?
Advise is appreciated.