RufflesTheObliterator Posted March 27, 2012 Posted March 27, 2012 (edited) I am trying to write a script that automates the installation of Software we use here at the office. ( I have other automated installations working )Run("C:Test EnvironmentClients And ProfitsCNP.exe") WinWaitActive("Clients & Profits X 10.3 Installer") Send("{ALTDOWN}n{ALTUP}")I have also tried using Send("{SPACE}")but for some reason still not sending to the windowLastly I also attempted to not even winwaitactive and just Sleep(7000) and just clicking the window which does not work ( but in notepad the spaces go through ) Is this a problem with AutoIT? Or a Problem with my script? Or their installer?The software is http://www.cnp-x.com/downloads/ 10.3.3 ( This is not pirated software ) ( You have to run the Licencing Server in order for the software to WORK but just need help with the install ) If anyone could help me it would be greatly appreciated. Edited March 27, 2012 by RufflesTheObliterator
RufflesTheObliterator Posted March 27, 2012 Author Posted March 27, 2012 never Mind #RequireAdminsolved my problem
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