Changeset 775
- Timestamp:
- 06/27/07 03:02:29 (2 years ago)
- Files:
-
- sandbox/lincoln/eudora-7.1 (deleted)
- sandbox/lincoln/tc-7.0 (deleted)
- wine-doors/trunk/repos/games.repo/cod-2/scripts/install.ahk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wine-doors/trunk/repos/games.repo/cod-2/scripts/install.ahk
r720 r775 1 1 MsgBox For this app you will need to download a no CD hack as this has not been implemented in wine-doors yet this feature will be soon. 2 3 if FileExist("D:\setup.exe") == true 4 { 2 5 Run D:\setup.exe 6 } 7 else 8 { 9 Exit, -3 10 } 3 11 WinWait Call of Duty(R) 2 4 12 WinWaitClose Call of Duty(R) 2
