G
Guest
hi, we developed an application and want it to run on Vista, but crashes
whenever UAC is on.
The error comes only When our App. trys to upgrate from trial to full Version.
When the App. is launched, UAC guesses that there is no need for "full
administrator access token" and that is correct according to the new Vista
architecture, but when our App. presents a form to registy the full version,
the user
doesn't have the administrator token, because the App was already launched
as a Standar User App. (even if it is an Administrator)
We think that providing a manifest file with the "requireAdministrator" is
not the solution because we want standard users to be able to access our App.
Instead we want to present a Message saying "You need to run this App. as an
Administrator" when this error occurs. In order to do this, we want to know
if there is a way to know the User Access token, or if there's a recommended
way to do this.
Thanks, Najash
whenever UAC is on.
The error comes only When our App. trys to upgrate from trial to full Version.
When the App. is launched, UAC guesses that there is no need for "full
administrator access token" and that is correct according to the new Vista
architecture, but when our App. presents a form to registy the full version,
the user
doesn't have the administrator token, because the App was already launched
as a Standar User App. (even if it is an Administrator)
We think that providing a manifest file with the "requireAdministrator" is
not the solution because we want standard users to be able to access our App.
Instead we want to present a Message saying "You need to run this App. as an
Administrator" when this error occurs. In order to do this, we want to know
if there is a way to know the User Access token, or if there's a recommended
way to do this.
Thanks, Najash