Changeset 830

Show
Ignore:
Timestamp:
07/23/07 04:54:22 (1 year ago)
Author:
lincolnep
Message:

added icon and fixed up some install issues

Files:

Legend:

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

    r758 r830  
    1818  <votes>5</votes> 
    1919  <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> 
    2121  <requires name="autohotkey" /> 
    2222</ApplicationPack> 
  • sandbox/lincoln/3dmark-2000/scripts/install.ahk

    r770 r830  
    11Sleep, 1000  ; 1 second 
    22Run 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;} 
     13WinWait, Welcome 
     14Sleep, 10000 
     15WinActivate, Welcome 
     16Send !N 
     17Sleep, 1000 
     18WinActivate, Software License Agreement 
    1419Send !Y 
    15 Sleep, 100 
     20Sleep, 1000 
     21WinActivate, Choose Destination Locationv 
    1622Send !N 
    17 Sleep, 100 
     23Sleep, 1000 
     24WinActivate, Start Copying Files 
    1825Send !N 
    19 Sleep, 100 
    20 Send !I 
    21 Sleep, 100 
     26Sleep, 1000 
     27WinWait, MadOnion.com - Registration 
     28Send !P 
     29Sleep, 1000 
     30Send, [Enter] 
     31WinWaitClose, Setup 
    2232ExitApp 
    2333 
  • sandbox/lincoln/3dmark-2000/scripts/install.sh

    r758 r830  
    22unzip -o resources/3dmark2k.zip -d resources/ 
    33unzip -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 
     5PFDIR=`wine cmd.exe /c echo "%ProgramFiles%"` 
     6wine "$PFDIR\\AutoHotKey\\AutoHotKey.exe" scripts/install.ahk