[Issue 14602] broken executable if filename contains opDispatch
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue May 19 19:45:06 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14602
Vladimir Panteleev <thecybershadow at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |thecybershadow at gmail.com
Resolution|--- |INVALID
--- Comment #2 from Vladimir Panteleev <thecybershadow at gmail.com> ---
This is a "feature" of Windows operating systems ("Installer Detection
Technology" for "User Account Control"). File names that contain the word
"patch" (and others, such as "install") will be automatically elevated.
https://technet.microsoft.com/en-us/library/cc709628.aspx
> Filename includes keywords like "install," "setup," "update," etc.
You can disable this behavior locally on your system by using the group policy
editor (see link above).
--
More information about the Digitalmars-d-bugs
mailing list