Sachidanand Posted November 6, 2009 Posted November 6, 2009 Dear All, I have developed scripts for two different applications and its working fine. I have now joined both the scripts in one single file and compiled and there are no errors. Now if i run that script,the first part runs and completes the installation of the of the first part for which i have written the script but it does not run the second part. Is there any loop or command needed to be given. Kindly guide me. waiting for reply. Regards Sachidanand
Bert Posted November 6, 2009 Posted November 6, 2009 I'm using my Jedi ability to remotely read your script so I can debug it...wait...I'm no Jedi and you didn't post your code so you will need to post your code. Otherwise we have no clue what the problem is! Seriously, post your code in a form that we can debug it. Not the entire thing, but just the section you think the trouble is so we can fix it. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Sachidanand Posted November 6, 2009 Author Posted November 6, 2009 I'm using my Jedi ability to remotely read your script so I can debug it...wait...I'm no Jedi and you didn't post your code so you will need to post your code. Otherwise we have no clue what the problem is! Seriously, post your code in a form that we can debug it. Not the entire thing, but just the section you think the trouble is so we can fix it. Dear Volly, I am posting my script here . Please have look into this Run ("\\restore\d$\Freeware\Adobe Reader & Patches\Adobe 9\AdbeRdr920_en_US") WinWaitActive ("Adobe Reader 9.2 - Setup") WinWaitActive ("Adobe Reader 9.2 - Setup", "Destination Folder") Send ("{ENTER}") Winwaitactive ("Adobe Reader 9.2 - Setup", "Ready to Install the Program") Send ("{ENTER}") Winwaitactive ("Adobe Reader 9.2 - Setup", "Installing Adobe Reader 9.2") Winwaitactive ("Adobe Reader 9.2 - Setup", "Setup Completed") Send ("{ENTER}") Run ("\\restore\e$\Softwares for Sharepoint Training\software-dumps\supporting utils") WinWaitActive ("EasyZip 2000 v3.5 [07/05/1999]") Send ("{ENTER}") WinWaitActive ("Welcome") Send ("{ENTER}") WinWaitActive ("Readme Information", "Information") Send ("{ENTER}") WinWaitActive ("Choose Destination Location", "Setup will install EasyZip 2000 in the following directory") Send ("{ENTER}") WinWaitActive ("Select Program Folder") Send ("{ENTER}") WinWaitActive ("Start Copying Files", "Setup has enough information to start copying the program files.") Send ("{ENTER}") WinWaitActive ("Setup Complete") Send ("{ENTER}") Here after the first part runs the second part should start running. But after finishing the first part it stops there only and it doesn't proceed further.Is there any command i am missing out. If so please let me know. Regards Sachidanand
Authenticity Posted November 6, 2009 Posted November 6, 2009 Can you post the rest of the script? Please use AutoIt code tags. Click this image while posting and insert the code there.
Bert Posted November 6, 2009 Posted November 6, 2009 OK, I see what you are doing. What I would suggest is looking here: http://kb2.adobe.com/cps/322/322064.html You can make a scripted install using Adobe itself. What I can also suggest is you can use this tool to do the job. It is a older tool I used to use, but it works well. Unzip and look at the ini files that are included.Install_tool.zip The Vollatran project My blog: http://www.vollysinterestingshit.com/
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