Changeset 758
- Timestamp:
- 06/15/07 02:09:57 (2 years ago)
- Files:
-
- sandbox/lincoln/3dmark-2000/pack.xml (modified) (1 diff)
- sandbox/lincoln/3dmark-2000/scripts/install.ahk (modified) (2 diffs)
- sandbox/lincoln/3dmark-2000/scripts/install.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/lincoln/3dmark-2000/pack.xml
r757 r758 18 18 <votes>5</votes> 19 19 <install>scripts/install.sh</install> 20 <run>"C:\\ "</run>20 <run>"C:\\Program Files\\MadOnion.com\\3DMark2000\\3DMark2000.exe"</run> 21 21 <requires name="autohotkey" /> 22 22 </ApplicationPack> sandbox/lincoln/3dmark-2000/scripts/install.ahk
r757 r758 1 1 Sleep, 1000 ; 1 second 2 Run resources/ soldat131.exe3 IfWinExist Setup2 Run resources/Setup.exe 3 IfWinExist Welcome 4 4 { 5 5 WinActivate … … 7 7 else 8 8 { 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 20 10 WinActivate 21 11 } 22 12 Send !N 23 ControlSend, TRadioButton2, {Space} 13 Send !Y 24 14 Send !N 25 Send !N26 ControlSend, TCheckBox3, {Space}27 ControlSend, TCheckBox2, {Space}28 ControlSend, TCheckBox1, {Space}29 15 Send !N 30 16 Send !I sandbox/lincoln/3dmark-2000/scripts/install.sh
r757 r758 1 1 #!/bin/sh 2 unzip -o resources/soldat131.zip -d resources/ 2 unzip -o resources/3dmark2k.zip -d resources/ 3 unzip -o resources/3DMark2000.exe -d resources/ 3 4 wine ~/.wine/drive_c/Program\ Files/AutoHotkey/AutoHotkey.exe scripts/install.ahk
