Changeset 830
- Timestamp:
- 07/23/07 04:54:22 (1 year ago)
- Files:
-
- sandbox/lincoln/3dmark-2000/pack.xml (modified) (1 diff)
- sandbox/lincoln/3dmark-2000/resources/3d.png (added)
- sandbox/lincoln/3dmark-2000/scripts/install.ahk (modified) (1 diff)
- sandbox/lincoln/3dmark-2000/scripts/install.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/lincoln/3dmark-2000/pack.xml
r758 r830 18 18 <votes>5</votes> 19 19 <install>scripts/install.sh</install> 20 <run> "C:\\Program Files\\MadOnion.com\\3DMark2000\\3DMark2000.exe"</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
r770 r830 1 1 Sleep, 1000 ; 1 second 2 2 Run resources/Setup.exe 3 Loop 4 { 5 ControlGetText, txt, Button1, Welcome 6 If "&Next >"==txt 7 { 8 Send !N 9 Break 10 } 11 Continue 12 } 13 Sleep, 100 3 ;Loop 4 ;{ 5 ; ControlGetText, txt, Button1, Welcome 6 ; If "&Next >"==txt 7 ; { 8 ; Send !N 9 ; Break 10 ; } 11 ; Continue 12 ;} 13 WinWait, Welcome 14 Sleep, 10000 15 WinActivate, Welcome 16 Send !N 17 Sleep, 1000 18 WinActivate, Software License Agreement 14 19 Send !Y 15 Sleep, 100 20 Sleep, 1000 21 WinActivate, Choose Destination Locationv 16 22 Send !N 17 Sleep, 100 23 Sleep, 1000 24 WinActivate, Start Copying Files 18 25 Send !N 19 Sleep, 100 20 Send !I 21 Sleep, 100 26 Sleep, 1000 27 WinWait, MadOnion.com - Registration 28 Send !P 29 Sleep, 1000 30 Send, [Enter] 31 WinWaitClose, Setup 22 32 ExitApp 23 33 sandbox/lincoln/3dmark-2000/scripts/install.sh
r758 r830 2 2 unzip -o resources/3dmark2k.zip -d resources/ 3 3 unzip -o resources/3DMark2000.exe -d resources/ 4 wine ~/.wine/drive_c/Program\ Files/AutoHotkey/AutoHotkey.exe scripts/install.ahk 4 # wine ~/.wine/drive_c/Program\ Files/AutoHotkey/AutoHotkey.exe scripts/install.ahk 5 PFDIR=`wine cmd.exe /c echo "%ProgramFiles%"` 6 wine "$PFDIR\\AutoHotKey\\AutoHotKey.exe" scripts/install.ahk
