Skip to content
Snippets Groups Projects
Commit 9e100455 authored by Brad King's avatar Brad King
Browse files

VS: Fix `/MANIFESTUAC:` link flag mapping for v143

Apply the changes from commit d2fcc674 (VS: Fix `/MANIFESTUAC:NO` link
flag mapping for v142, 2019-01-24, v3.14.0-rc1~74^2~4) and commit
fd45cbf4 (VS: Fix `/MANIFESTUAC:` link flag mapping for v142,
2019-01-24, v3.14.0-rc1~74^2~1) to the v143 flag table.
parent c152d08c
No related branches found
No related tags found
No related merge requests found
......@@ -650,26 +650,15 @@
"value": "true",
"flags": []
},
{
"name": "EnableUAC",
"switch": "MANIFESTUAC:NO",
"comment": "Enable User Account Control (UAC)",
"value": "false",
"flags": [
"UserValue",
"UserIgnored",
"Continue"
]
},
{
"name": "EnableUAC",
"switch": "MANIFESTUAC:",
"comment": "Enable User Account Control (UAC)",
"value": "true",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserIgnored",
"Continue"
"UserRequired",
"SpaceAppendable"
]
},
{
......@@ -682,16 +671,6 @@
"UserRequired"
]
},
{
"name": "UACUIAccess",
"switch": "MANIFESTUAC:",
"comment": "UAC Bypass UI Protection",
"value": "true",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "UACUIAccess",
"switch": "uiAccess='false'",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment