There is a Click-Once .NET application that is installed to varios virtual machines.
Our RPA process needs to launch the application on each VDi but in order to do so, we need to programmatically determine the location of the EXE. Here are a couple of locations where the exes were found.
C:\Users\LANID\AppData\Local\Apps\2.0\BL50Q362.B8N\4M60XWAQ.VAT\wing..tion_6e52ce6bb7aec45c_07e4.0004_5cb44fe4b2f70aab\APPNAME.exe
C:\Users\LANID\AppData\Local\Apps\2.0\5A5ZDX2W.EEY\Z02P1K1M.GRO\wing..tion_6e52ce6bb7aec45c_07e4.0004_5cb44fe4b2f70aab\APPNAME.exe
How can I do that? I expect the shortcut to be on the desktop but I don't know how to extract it.