Changeset 758

Show
Ignore:
Timestamp:
06/15/07 02:09:57 (2 years ago)
Author:
lincolnep
Message:

add 3dmark2000 to my sandbox still needs work

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/lincoln/3dmark-2000/pack.xml

    r757 r758  
    1818  <votes>5</votes> 
    1919  <install>scripts/install.sh</install> 
    20   <run>"C:\\"</run> 
     20  <run>"C:\\Program Files\\MadOnion.com\\3DMark2000\\3DMark2000.exe"</run> 
    2121  <requires name="autohotkey" /> 
    2222</ApplicationPack> 
  • sandbox/lincoln/3dmark-2000/scripts/install.ahk

    r757 r758  
    11Sleep, 1000  ; 1 second 
    2 Run resources/soldat131.exe 
    3 IfWinExist Setup  
     2Run resources/Setup.exe 
     3IfWinExist Welcome 
    44{ 
    55    WinActivate 
     
    77else 
    88{ 
    9     WinWait Setup 
    10     WinActivate 
    11 
    12 Send !Y 
    13 IfWinExist Setup - Soldat 
    14 
    15     WinActivate 
    16 
    17 else 
    18 
    19     WinWait Setup - Soldat 
     9    WinWait Welcome 
    2010    WinActivate 
    2111} 
    2212Send !N 
    23 ControlSend, TRadioButton2, {Space} 
     13Send !Y 
    2414Send !N 
    25 Send !N 
    26 ControlSend, TCheckBox3, {Space} 
    27 ControlSend, TCheckBox2, {Space} 
    28 ControlSend, TCheckBox1, {Space} 
    2915Send !N 
    3016Send !I 
  • sandbox/lincoln/3dmark-2000/scripts/install.sh

    r757 r758  
    11#!/bin/sh 
    2 unzip -o resources/soldat131.zip -d resources/ 
     2unzip -o resources/3dmark2k.zip -d resources/ 
     3unzip -o resources/3DMark2000.exe -d resources/ 
    34wine ~/.wine/drive_c/Program\ Files/AutoHotkey/AutoHotkey.exe scripts/install.ahk