Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UAC #14

Open
miorsoft opened this issue Jun 4, 2020 · 2 comments
Open

UAC #14

miorsoft opened this issue Jun 4, 2020 · 2 comments

Comments

@miorsoft
Copy link

miorsoft commented Jun 4, 2020

I created a very small project that uses this class but the project icon has the small shield of the UAC and, on startup, UAC windows appears.
Is there any way to solve the problem?
Or should I try to solve the UAC problem in general?

@wqweto
Copy link
Owner

wqweto commented Jun 4, 2020

ZipArchive has nothing to do with UAC in principle.

You can check your application manifest's requestedExecutionLevel node -- should be asInvoker not to require elevation.

@miorsoft
Copy link
Author

miorsoft commented Jun 6, 2020

I had the impression that something have to do with UAC, since with other projects I didn't have the UAC problem.
Anyway thanks!
I think I have solved it in the way you suggested !

Thank you so much for this REALLY USEFUL class!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants