Alternative to Autoit
Hello all,
I use Autoit very frequently when automating a software installation. I notice that Autoit has been giving me alot of issues and wanted to see if anyone knows of a good alternative to Autoit. I don't mind if its a proprietary software. I just need something that works like Auto it but more reliable.
I use Autoit very frequently when automating a software installation. I notice that Autoit has been giving me alot of issues and wanted to see if anyone knows of a good alternative to Autoit. I don't mind if its a proprietary software. I just need something that works like Auto it but more reliable.
2 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
anonymous_9363
7 years ago
I have been creating packages/application deployments for years and have never had to use AutoIt or anything similar.
How? Well, applications are just a bunch of files and registry data. If an application requires configuration, it's going to end up as one or the other (or sometimes both) so that stuff just gets included in the package.
Posted by:
SachinGunjal
6 years ago
Some people use AutoHotKey as an alternative, but good old batch scripting and Powershell is stable and reliable. - lan.pham 7 years ago
A lot of people also use the PS deployment toolkit: https://psappdeploytoolkit.codeplex.com/ - Desktop Jockey 7 years ago