kaizerslawten Posted January 14 Posted January 14 Hello! I'm trying to create a msi package automation, but for install msi packages the script should be impersonate as administrator. I can't automate the UAC screen. I'm new on AutoIT, could someone help me?
Developers Jos Posted January 14 Developers Posted January 14 Are you saying you like to be able to install without the UAC being shown? Would that be a breach of security when that is possible? There are ways of doing it by running the installer with an Admin account or as System account. Let's start with an exact explanation of what it is you need to accomplish here? kaizerslawten 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
argumentum Posted January 14 Posted January 14 52 minutes ago, kaizerslawten said: should be impersonate as administrator. I can't automate the UAC screen. ..since you're new, the post above this one is from a moderator. kaizerslawten 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
kaizerslawten Posted January 14 Author Posted January 14 34 minutes ago, Jos said: Are you saying you like to be able to install without the UAC being shown? Would that be a breach of security when that is possible? There are ways of doing it by running the installer with an Admin account or as System account. Let's start with an exact explanation of what it is you need to accomplish here? I tried to automate the UAC popup, but isn't possible. Exist a way to how to force the script run as administrator, without user select in context menu the option "Run As Administrator"?
Developers Jos Posted January 14 Developers Posted January 14 Try searching for the answer and you get many answers to this question! https://www.autoitscript.com/forum/search/?&q=run installer without UAC&search_and_or=and&sortby=newest kaizerslawten 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now