aj3094 Posted September 1, 2022 Posted September 1, 2022 Hello Experts, I am new to AutoIT just installed it couple min ago. I have a requirement to create exe for postgre sql Silent switches for installation are --mode unattended --unattendedmodeui none #RequireAdmin RunWait(@scriptDir & '.\postgresql-14.1-1-windows-x64.exe' --mode unattended --unattendedmodeui none) I gave above and it wont work pls help
aj3094 Posted September 1, 2022 Author Posted September 1, 2022 I think I found it testing now #RequireAdmin RunWait(@scriptDir & '.\postgresql-14.1-1-windows-x64.exe --mode unattended --unattendedmodeui none')
Developers Jos Posted September 2, 2022 Developers Posted September 2, 2022 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.
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