Jump to content

Why Won't This Run


Recommended Posts

I started using this program this week. Downloaded V3 first, went thru the tutorial and wrote a script to simply install a program. I can't figure out why it stops after the security warning window. The welcome screens comes up and just sits there. I downloaded V2, wrote the same script and it works great. I will be using this program quite a bit and would like to use the newer version. Below is my script. Can someone please kick me or point me in the right direction? Thanks in advance...

Run("camtasiaf.exe")

WinWaitActive("Open File - Security Warning", "&Save")

Send("!r")

WinWaitActive("Camtasia Studio Installation [EVALUATION]", "Welcome")

Send("!n")

WinWaitActive("Camtasia Studio Installation [EVALUATION]", "Software License Agreement")

Send("!a")

WinWaitActive("Camtasia Studio Installation [EVALUATION]", "The settings for this application")

Send("!n")

WinWaitActive("Camtasia Studio Installation [EVALUATION]", "Enable Camtasia Studio Add-in")

Send("!n")

WinWaitActive("Camtasia Studio Installation [EVALUATION]", "Start Installation")

Send("{TAB}")

Send("{TAB}")

Send("{TAB}")

Send("{TAB}")

Send("{SPACE}")

Send("{TAB}")

Send("{SPACE}")

Send("!n")

WinWaitActive("Camtasia Studio Installation [EVALUATION]", "Press the Finish")

Send("{ENTER}")

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...