theak Posted February 4, 2016 Posted February 4, 2016 I've searched for an answer with this but can't seem to replicate the success of others. I have a script that calls on a Ninite exe but I have no idea how to close it to the script can progress to the next step. My solution so far has been to simply put it at the end. I've looked into the /silent parameter for Ninite but to my understanding that's just for the Pro edition.
theak Posted February 5, 2016 Author Posted February 5, 2016 ShellExecuteWait("\\servername\Apps$\AutoIT\Ninite-Java-NET-Reader-Silverlight-Installer.exe")
AutoBert Posted February 5, 2016 Posted February 5, 2016 This start's the installer exe and freeze your script until Ninite installer had ended. So try Shellexecute instead. Than you can try to automate installation with Control*-functions.
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