Changeset 770

Show
Ignore:
Timestamp:
06/22/07 04:21:18 (2 years ago)
Author:
lincolnep
Message:

fixed bugs in apps

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/lincoln/3dmark-2000/scripts/install.ahk

    r758 r770  
    11Sleep, 1000  ; 1 second 
    22Run resources/Setup.exe 
    3 IfWinExist Welcome 
     3Loop 
    44{ 
    5     WinActivate 
     5        ControlGetText, txt, Button1, Welcome 
     6        If "&Next >"==txt 
     7        { 
     8        Send !N 
     9        Break 
     10        } 
     11        Continue 
    612} 
    7 else 
    8 
    9     WinWait Welcome 
    10     WinActivate 
    11 
     13Sleep, 100 
     14Send !Y 
     15Sleep, 100 
    1216Send !N 
    13 Send !Y 
     17Sleep, 100 
    1418Send !N 
    15 Send !N 
     19Sleep, 100 
    1620Send !I 
     21Sleep, 100 
    1722ExitApp 
    1823 
  • sandbox/lincoln/cdex/scripts/install.ahk

    r762 r770  
    88ControlSend, Button1, {Enter}, CDex Installation: Installation Directory 
    99Sleep, 100 
    10 WinWait, CDex Installation 
    11 ControlSend, Button7, {Enter}, CDex Installation 
     10Loop 
     11
     12        ControlGetText, txt, Button7, CDex Installation 
     13        ;WinWait, CDex Installation 
     14        if "&No"==txt 
     15        { 
     16        ControlSend, Button7, {Enter}, CDex Installation 
     17        Break 
     18        } 
     19        Continue 
     20
    1221Sleep, 100 
  • sandbox/lincoln/eudora-7.1/scripts/install.ahk

    r767 r770  
    11Run resources/Eudora_7.1.0.9.exe 
     2 
     3 
    24WinWait Eudora 7.1 
    3 Sleep, 100 
     5Loop 
     6
     7        ControlGetText, txt, Button1, Eudora 7.1 
     8        If "&Next >"==txt 
     9        { 
     10        Sleep, 200 
     11        Send, !N 
     12        Sleep, 200 
     13        Break 
     14        } 
     15        Continue 
     16
     17Send, !Y 
     18Sleep, 200 
    419Send, !N 
    5 Sleep, 100 
    6 Send, !Y 
    7 Sleep, 100 
     20Sleep, 200 
    821Send, !N 
    9 Sleep, 100 
     22Sleep, 200 
    1023Send, !N 
    11 Sleep, 100 
    12 Send, !N 
    13 Sleep, 100 
    14 Send, !N 
    15 Sleep, 100 
     24Loop 
     25
     26        ControlGetText, txt2, Button1, Eudora 7.1 
     27        If "&Next >"==txt2 
     28        { 
     29        Sleep, 200 
     30        Send, !N 
     31        Sleep, 200 
     32        Break 
     33        } 
     34        Continue 
     35
    1636WinWait, Create a Shortcut to Eudora? 
    17 Sleep, 100 
     37Sleep, 200 
    1838Send, !N 
    1939WinWait, Additional Eudora Services 
  • sandbox/lincoln/tc-7.0/scripts/install.ahk

    r764 r770  
    2222Send, !O 
    2323Sleep, 100 
     24Send, !O 
     25WinWaitClose, Installation Total Commander 7.0