User account privilege elevation #6557
-
My build needs software that is only available as a Windows .exe installer. My build script uses /VERYSILENT, etc. Installation and the installed software works fine on Appveyor CI. On GitHub Actions the software does not work. The install appears to succeed successfully but the software doesn't run correctly. The installer runs one of the package's .exe files that it installed and in Actions case that .exe is still running when I try to run the software. I am pretty sure the .exe is waiting for an answer to a UAC privilege elevation prompt. When I run my script locally, I get such a prompt. How can I set the Windows policy on the runner to elevate without prompting? Presumably that is being set on Appveyor which is why I have no problem there. I can find no information about privilege elevation on either Appveyor or GitHub Actions. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
UAC is disabled by default on Windows images. |
Beta Was this translation helpful? Give feedback.
-
I assume you mean the software I am trying to install. It is Both the sites I found that gave instructions to modify |
Beta Was this translation helpful? Give feedback.
-
We're locking this discussion because it has not had recent activity and/or other members have asked for more information to assist you but received no response. Thank you for helping us maintain a productive and tidy community for all our members. |
Beta Was this translation helpful? Give feedback.
UAC is disabled by default on Windows images.