I'm 3-months new to WPF and trying to build a launchy app for fun (app launcher type thingie by name).
I can't seem to launch ClickOnce applications by Process name.
In other words:
I've read that you should be calling it by URL? But where do you find out the URL of the installed clickonce apps?
Ideally I'd want to refresh a List of apps installed on the users system (program files & clickonce & AIR clients) every minute or so and do fuzzy search on type etc.
Help greatly appreciated.
You don't even need to parse the start folders. The location of that startup is here:
shortcutName =
string.Concat(Environment.GetFolderPath(Environment.SpecialFolder.Programs),
"\\", publisher_name, "\\", product_name, ".appref-ms");
Where publisher_name and product_name are the ones set in the Options dialog in the publish properties.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With