durgairaja Posted October 15, 2019 Posted October 15, 2019 i have 4 exe file with in one autoit scripted exe file. while running the AutoIt exe each exe calling asking permission can anyone suggest the solution without prompting permission on how to install all application? have tried #RequireAdmin no use still asking permission to execute the exe's
Developers Jos Posted October 15, 2019 Developers Posted October 15, 2019 Moved to the appropriate forum. Moderation Team 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.
ModemJunki Posted October 15, 2019 Posted October 15, 2019 On 10/15/2019 at 7:36 AM, durgairaja said: i have 4 exe file with in one autoit scripted exe file Expand Can you post an example of your script? Are the .exe files compiled AutoIt scripts or are some other programs? If they are other programs, what are they? Always carry a towel.
Developers Jos Posted October 15, 2019 Developers Posted October 15, 2019 I assume the OP mean that Programs are ran from the AutoIt3 script and which require Admin rights thus the UAC is presented for each program ran. When #RequireAdmin is specified the UAC will be shown at startup of the script and not anymore when it starts other programs. Jos 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