Unsolved
This post is more than 5 years old
1 Message
0
1748
January 25th, 2018 23:00
Clickonce applications will not start on Wyse clients
Hi.
We have problem with launching our ClickOnce applications in a Wyme enviorment.
Any known problems with that?
No Events found!
mafischl
1 Rookie
•
56 Posts
1
September 21st, 2018 08:00
Can you describe the method that you are launching the application?
I am able to run an application that is managed by the Microsoft OneClick Deployment platform within my environment when a user launches the application from either a desktop shortcut or programs menu entry. Normally, applications deployed through Microsoft OneClick are stored within the User's AppData folder (%USER_PROFILE%/AppData/Local/Apps/...) with an application reference in the User's Start Menu (not available to other users).
Try copying the application reference link to another location (like Common Desktop or WDA CCM Policy list). Code example below is in VB.NET and copies to User Desktop.
You may also want to explore security permissions with the OneClick application. If the application requires full trust, then you must disable UAC (and set registry key EnableLUA to "0").