I'm trying out the Powerclient. I need to setup an environment that checks the server for updates every time a user starts the application. What is to prevent a user from pinning the resulting exe... then when they start it, it will just run the .exe from there c drive and never check for updates. for example, this would be pinned directly:
C:\Users\ephraim\AppData\Roaming\Appeon\PBApps\Applications\v1055_mes\mes.exe
Is there any way that we can have the app check every time it starts? Or could it be prevented from starting if its been initiated from a hard link to the c drive? Can we force users to start from the web link which in my test case is:
Or am I not understanding this?
Ephraim