Question
Launch a ClickOnce application from Windows Adapter
Has anybody successfully build an adapter for a ClickOnce application? This is a new [Oracle/Java based] file type for us. It installs to Windows Start menu after an initial URL launch via http. Then subsequently can be launched directly from start menu which is a shortcut to the <<ClickOnce Application Reference (.appref-ms)>> file. When attempting to launch from a Windows Adapter it throws an error that it is expecting arguments. I cannot determine what the arguments should be.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Have you tried using process explorer to locate the folder where the exe and other resources are being downloaded too?
I think there should be a manifest file of some sort for the application that indicates the executable and arguments that will be ran. It is probably named something like "applicationprocessname.exe.manifest"