hi!
I have a system, I set it up as a normal with UAC, and in my delphi environment I compile my project named ka.exe, I create a installshield project for it.
setup and everything completes ok! but whenever I start my program, it requires elevation and I don't have any clue why.
just to be sure installshield is not playing mindgames on me, I compiled a new .exe, and copy it manually over to my networked computer.
the icon looks the same, and it also have this UAC shield on it.
my project has some functions inside that might be talking with a network shared name, and talking with a SQL database...
so why does my app need elevation to run ?