I have been creating installation scripts for my programs, and am stuck doing "install_flash_player.exe". On the last screen I need a tab and a space. It isn't happening. My first issue is that I don't want to bother you guys with my trivial stuff, but I can't find a good basic tutorial that will tell me what all the BASIC parameters are. For example, using the tutorial for Winzip, I see "WinWaitActive("WinZip® 9.0 SR-1 Setup", "&Setup")". I can't find any documentation telling me what the parameter ("&Setup") represents, and I suspect it is crucial to understand that in depth. So far I have been lucky and have gotten several scripts to work, but this flash player one has me stumped.
Here is my current script:
Run("install_flash_player.exe")
WinWaitActive("Install Adobe Flash Player")
Send("{TAB}")
Send("{SPACE}")
Send("{TAB}")
Send("{TAB}")
Send("{SPACE}")
WinWaitActive("Install Adobe Flash Player", "&DONE")
Send("{TAB}")
Send("{SPACE}")
When it reaches the final screen nothing happens. Anyone have any suggestions?
I will post a screen scrape but I have to exit my browser to do that. Will be back.
Thanks a lot.
Tony