Jump to content

Total newbie needs a little help


 Share

Recommended Posts

HI Folks,

So I am trying to install a plug-in for Adobe After Effects CS4 on a bunch of machines. I created a couple of other scripts and I had the same issue in them, so I have got to be doing something wrong.

When I run the script, it always stops on the first "window". What could possibly be causing this? All I need is a little push in the right direction.

Thanks in advance.

Link to comment
Share on other sites

HI Folks,

So I am trying to install a plug-in for Adobe After Effects CS4 on a bunch of machines. I created a couple of other scripts and I had the same issue in them, so I have got to be doing something wrong.

When I run the script, it always stops on the first "window". What could possibly be causing this? All I need is a little push in the right direction.

Thanks in advance.

could be more than one reason, without the source help isnt possible...

Link to comment
Share on other sites

your script-code :)

I am sorry...I thought I had attached it :)

Run ("\\tek01\Applications\Trapcode\EchoSpace\EchoSpace_Win_Full\EchoSpace_Win_Full\Adobe After Effects\TrapcodeEchoSpace.exe")

WinWaitActive ("Trapcode EchoSpace Setup" , "Trapcode EchoSpace Setup")

Send ("!n")

WinWaitActive ("Trapcode EchoSpace Setup", "Trapcode EchoSpace Setup")

Send ("!n")

WinWaitActive ("Trapcode EchoSpace Setup", "Welcome")

Send ("!n")

WinWaitActive ("Trapcode EchoSpace Setup", "Software License Agreement")

Send ("!y")

WinWaitActive ("Trapcode EchoSpace Setup", "Red Giant Software Registration")

Send ("!d")

WinWaitActive ("Trapcode EchoSpace Setup", "Choose Destination Location")

Send ("!n")

WinWaitActive ("Trapcode EchoSpace Setup", "Finished")

Send ("!c")

Exit

Link to comment
Share on other sites

I am sorry...I thought I had attached it :)

try this one:

Run ("\\tek01\Applications\Trapcode\EchoSpace\EchoSpace_Win_Full\EchoSpace_Win_Full\Adobe After Effects\TrapcodeEchoSpace.exe")
WinWaitActive ("Trapcode EchoSpace Setup" , "Cancel")
ControlClick ( "Trapcode EchoSpace Setup" , "Cancel", Button2) 
sleep(500)
WinWaitActive ("Trapcode EchoSpace Setup" , "Cancel")
ControlClick ( "Trapcode EchoSpace Setup" , "Cancel", Button2) 
sleep(500)
WinWaitActive ("Welcome", "Welcome")
ControlClick ( "Welcome", "Welcome", Button1) 
sleep(500)
WinWaitActive ("Software License Agreementp", "License Agreement")
ControlClick ( "Software License Agreementp", "License Agreement", Button4) 
sleep(500)
WinWaitActive ("Red Giant Software Registration", "Demo Version")
ControlClick ( "Red Giant Software Registration", "Demo Version", Button1) 
sleep(500)
WinWaitActive ("Choose Destination Location", "Destination Directory")
ControlClick ( "Choose Destination Location", "Destination Directory", Button1) 
sleep(500)
WinWaitActive ("Finished", "EchoSpace")
ControlClick ( "Finished", "EchoSpace", Button1)
Exit
Link to comment
Share on other sites

try this one:

Run ("\\tek01\Applications\Trapcode\EchoSpace\EchoSpace_Win_Full\EchoSpace_Win_Full\Adobe After Effects\TrapcodeEchoSpace.exe")
WinWaitActive ("Trapcode EchoSpace Setup" , "Cancel")
ControlClick ( "Trapcode EchoSpace Setup" , "Cancel", Button2) 
sleep(500)
WinWaitActive ("Trapcode EchoSpace Setup" , "Cancel")
ControlClick ( "Trapcode EchoSpace Setup" , "Cancel", Button2) 
sleep(500)
WinWaitActive ("Welcome", "Welcome")
ControlClick ( "Welcome", "Welcome", Button1) 
sleep(500)
WinWaitActive ("Software License Agreementp", "License Agreement")
ControlClick ( "Software License Agreementp", "License Agreement", Button4) 
sleep(500)
WinWaitActive ("Red Giant Software Registration", "Demo Version")
ControlClick ( "Red Giant Software Registration", "Demo Version", Button1) 
sleep(500)
WinWaitActive ("Choose Destination Location", "Destination Directory")
ControlClick ( "Choose Destination Location", "Destination Directory", Button1) 
sleep(500)
WinWaitActive ("Finished", "EchoSpace")
ControlClick ( "Finished", "EchoSpace", Button1)
Exit

Thanks!!

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...