Unlike ThinApp 4.6.0.2, with ThinApp 4.6.1.3, I am finding that all built ThinApp .exe now has a Shield overlay icon on top of the .exe icon. Obviously, this icon only shows up in user systems that has UAC enabled. In the past, privilege was elevated automatically to admin when a ThinApp exe was run, regardless whether or not UAC was enabled in the host.
How do I disable this during the ThinApp package building? Is there a new switch in 4.6.1.3?
Update #1: I have already tried adding UACRequestedPrivilegesLevel = highestAvailable in the package.ini, but this did not fix the problem.