theak Posted February 4, 2016 Share 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. Link to comment Share on other sites More sharing options...
theak Posted February 5, 2016 Author Share Posted February 5, 2016 Anyone? Link to comment Share on other sites More sharing options...
AutoBert Posted February 5, 2016 Share Posted February 5, 2016 post your (yet not perfect) runable script. Link to comment Share on other sites More sharing options...
theak Posted February 5, 2016 Author Share Posted February 5, 2016 ShellExecuteWait("\\servername\Apps$\AutoIT\Ninite-Java-NET-Reader-Silverlight-Installer.exe") Link to comment Share on other sites More sharing options...
AutoBert Posted February 5, 2016 Share 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. Link to comment Share on other sites More sharing options...
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