Hi,We just made a new release of our app, and in doing so moved to a new installer - a standard MSI install, having previously used ClickOnce.We have had reports of problems from some users with an exception calling UseTrial(), to do with permissions - "Insufficient System permission. Either start your process again as an admin / elevated user or call the function again with the TA_USER flag."
It seems a slightly strange one to me, in the sense that the same users didn't get the problem before (same code, although I have added an isgenuine call before the call the usetrial - could this be a problem??). As far as I know, ClickOnce apps don't run as administrator, but I must admit my knowledge is shaky.The user can run the app OK if he starts it as administrator - but this is not a good solution, as most trial users will just give up I'm sure (this guy was a paying customer).
I'm really just looking for any insights as to what to do. If I change to TA_USER, what will that do the existing user base that installed with TA_SYSTEM? I can modify the installer to start the app as administrator, which may or may not always work depending on the rights of the user.
Please advise!
thanks,matt