Changeset 646

Show
Ignore:
Timestamp:
05/08/07 09:52:23 (2 years ago)
Author:
klattimer
Message:

update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/lincoln/prey-1.0/pack.xml

    r643 r646  
    11<ApplicationPack> 
    2   <name lang="en">World of Warcarft</name> 
    3   <shortname>WoW</shortname> 
     2  <name lang="en">Prey</name> 
     3  <shortname>Prey</shortname> 
    44  <description>Nice FPS Game</description> 
    5   <version>2.0</version> 
     5  <version>1.0</version> 
    66  <ms-license>False</ms-license> 
    7   <vendor>Blizzard</vendor> 
    8   <homepage>http://www.worldofwarcraft.com/</homepage> 
    9   <desktop>resources/WoW-wine.desktop</desktop> 
     7  <vendor>2k</vendor> 
     8  <homepage>http://www.prey.com</homepage> 
     9  <desktop>resources/prey-wine.desktop</desktop> 
    1010  <menu>Games</menu> 
    11   <icon>resources/wow.svg</icon> 
     11  <icon>resources/prey.png</icon> 
    1212  <category>Games</category> 
    13   <winecompat wineversion="0.9.35" winerating="Gold" /> 
     13  <winecompat wineversion="0.9.33" winerating="Gold" /> 
    1414  <winevariant>winehq</winevariant> 
    1515  <crack required="0"></crack> 
     
    1818  <votes>5</votes> 
    1919  <install>scripts/install.ahk</install> 
    20   <run>"C:\Program Files\World of Warcraft\WoW.exe"</run> 
    21   <requires name="verdana" version="1" /> 
     20  <run>scripts/prey.sh</run> 
    2221</ApplicationPack> 
  • sandbox/lincoln/prey-1.0/scripts/install.ahk

    r643 r646  
    1111Gui, Submit  ; Save the input from the user to each control's associated variable. 
    1212 
    13 IfExist, %Cdrom%/Installer.exe 
     13IfExist, %Cdrom%/setup.exe 
    1414;SetWorkingDir %Cdrom% 
    15 Run %Cdrom%/Installer.exe, %Cdrom% 
     15Run %Cdrom%/setup.exe, %Cdrom% 
    1616else 
    1717{ 
     
    1919        Gui, Show,, Choose CDROM Drive 
    2020} 
     21 
     22IfWinExist Prey - InstallShield Wizard 
     23{ 
     24    WinActivate 
     25} 
     26else 
     27{ 
     28    WinWait Prey - InstallShield Wizard 
     29    WinActivate 
     30} 
     31Send !N 
     32IfWinExist InstallShield Wizard 
     33{ 
     34    WinActivate 
     35} 
     36else 
     37{ 
     38        WinWait InstallShield Wizard 
     39        WinActivate 
     40} 
     41Send !N 
     42IfWinExist Prey - InstallShield Wizard 
     43{ 
     44    WinActivate 
     45} 
     46else 
     47{ 
     48        WinWait Prey - InstallShield Wizard 
     49        WinActivate 
     50} 
     51Sleep, 100 
     52Send !N 
     53