wqweto / ZipArchive

A single-class pure VB6 library for zip with ASM speed
MIT License
52 stars 22 forks source link

UAC #14

Open miorsoft opened 4 years ago

miorsoft commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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!