[Lazarus] Windows 10 UAC blocking freepascal/Lazarus app (solved)
José Mejuto
joshyfun at gmail.com
Sun Sep 25 22:52:52 CEST 2016
El 25/09/2016 a las 21:05, Luiz Americo Pereira Camara via Lazarus escribió:
> The problem was simply the name. Changed executable name from
> UpdateInflationHistory to GetInflationHistory and worked
>
> Sharing here so others do not spend precious hours with such issue
Hello,
UAC is launched in programs with "update", "install", "patch", "setup"
and possible others, strings in theri file names. Also if this strings
appear in the VersionInfo fields Vendor, Company and others.
There are other detections like some bytes signatures, etc.
Partially detailed information:
https://technet.microsoft.com/en-us/library/cc709628(WS.10).aspx
--
More information about the Lazarus
mailing list