MoSayed Posted January 8, 2024 Posted January 8, 2024 Hello Team, We have created a compiled AutoIt executable package and it runs successfully when we double click the exe. But when we run it through Windows Task Scheduler or through Puppet agent through Azure DevOps, it seems it does not have interactive session and the process halts. How can we run the install package unattended? Many thanks in advance.
Developers Jos Posted January 8, 2024 Developers Posted January 8, 2024 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.
rsn Posted January 8, 2024 Posted January 8, 2024 (edited) This seems very similar to another thread. I'll say here what I said there: If puppet is anything like SCCM, you can make the install interactive on the client. If so, don't use any silent flags in the installer, but rather use AutoIt to hide any installer windows. If the windows don't appear in a silent install, there's nothing to automate. But if AutoIt hides them, it can still interact with them. Otherwise you may want to consider repackaging the software. I like New Boundary's Prism Deploy Packager (formerly known as PicTaker and my personal favorite) and Flexera's AdminStudio (expensive and complex but works). Any delta capture style repackager should work. There are free ones out there but I don't have any experience with them. Edited January 8, 2024 by rsn
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