home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Dema / chroniclesofriddick_demo.exe / Resources / Settings.xrg < prev    next >
Text (UTF-16)  |  2005-02-09  |  6KB  |  137 lines

  1. *ExeTarget "Riddick.exe"
  2. *RegistryRoot "Software\\Starbreeze\\The Chronicles of Riddick: Escape From Butcher Bay Demo"
  3. *ExitOnWindowFound "The Chronicles of Riddick: Escape From Butcher Bay"
  4.  
  5. *SupportedLanguages
  6. {
  7.     *Language "0x09" // English
  8. //    *Language "0x07" // German
  9. //    *Language "0x0c" // French
  10. //    *Language "0x10" // Italian
  11. //    *Language "0x0a" // Spanish
  12. }
  13.  
  14. *SupportedLanguageDescs
  15. {
  16.     *Language "{Language_English}" // English
  17. //    *Language "{Language_German}" // German
  18. //    *Language "{Language_French}" // French
  19. //    *Language "{Language_Italian}" // Italian
  20. //    *Language "{Language_Spanish}" // Spanish
  21. }
  22.  
  23. *LanguageRegValue "SetupLanguage"
  24. *AskLanguage "LanguageSelect"
  25. *DefaultLanguage "0x09"
  26.  
  27. *TaskbarName "{TaskbarName}"
  28. *ErrorStr "{ErrorStr}"
  29.  
  30. *Installer
  31. {
  32.     *InstallerName "Riddick"
  33.     *File "Data.xin"
  34.     *WindowOnFinish "InstallDone"
  35.     *WindowOnFinishWithErrors "InstallDoneWithErrors"
  36.     
  37.     *WindowOnCanceled "UninstallCanceledProgress"
  38.     *WindowOnCanceledUninstallFinish "Autorun"
  39.     *WindowOnCanceledUninstallFinishWithErrors "Autorun"
  40.     *WindowOnCanceledUninstallFailed "Autorun"
  41.     
  42.     *WindowOnFailedUninstallProgress "InstallFailedProgress"
  43.     *WindowOnFailedUninstallFinish "Autorun"
  44.     *WindowOnFailedUninstallFinishWithErrors "Autorun"
  45.     *WindowOnFailedUninstallFailed "Autorun"
  46.  
  47.     *WindowOnFailedAtOnce "Autorun"
  48. }
  49.  
  50. *Uninstaller
  51. {
  52.     *WindowOnFinish "UninstallDone"
  53.     *WindowOnFinishWithErrors "UninstallDoneWithErrors"
  54.     *WindowOnFailed "UninstallFailed"
  55. }
  56.  
  57. *UninstallWindow "UninstallAsk"
  58.  
  59. *StringTable
  60. {
  61.     *Include "StringTable.xrg"
  62.  
  63. }
  64.  
  65. *RegistryEdits
  66. {
  67.     *RegistryLanguage
  68.     {
  69.         *File "%INSTALLEDDIR%\\Environment.cfg"
  70.         *FailedFile "%APPDATA%\\Starbreeze\\Riddick\\Environment.cfg"
  71.         *ValueName "LANGUAGE"
  72.         *DefaultValue "{Main_DefaultLanguagePath}"
  73.         *Values
  74.         {
  75.             *Value
  76.             {
  77.                 *Name "{Language_English}"
  78.                 *Value "Us"
  79.             }
  80. /*            *Value
  81.             {
  82.                 *Name "{Language_German}"
  83.                 *Value "Ger"
  84.             }
  85.             *Value
  86.             {
  87.                 *Name "{Language_French}"
  88.                 *Value "Fre"
  89.             }*/
  90.         }
  91.     }
  92. }
  93.  
  94.  
  95. *DeleteSelfDir 1 // Causes the application to delete itself after having been run
  96.  
  97. //*AmbientSound "Ambient.wav"
  98.  
  99. *RootWindow "InstallWelcome"
  100.  
  101. *Windows
  102. {
  103.     *Main
  104.     {
  105.         *Include "InstallWindows.xrg"
  106.         *Include "UninstallWindows.xrg"
  107.     }
  108.     *MessageBox
  109.     {
  110.         *Include "MessageBox.xrg"
  111.     }
  112.     *LanguageSelect
  113.     {
  114.         *Include "LanguageSelect.xrg"
  115.     }
  116. }
  117.  
  118. *PrecacheImage
  119. {
  120.     *Image info
  121.     *Image infobutton1
  122.     *Image infobutton1hover
  123.     *Image infobutton2
  124.     *Image infobutton2hover
  125.     *Image info_onebutton
  126. }
  127.  
  128. *PrecacheRegion
  129. {
  130.     *Region info_alpha
  131. }
  132.  
  133. *AgeGatePreventTime 1800
  134. *AgeGatePreventMessage "{Localize_AgeGateFailed}"
  135. *AgeGateGUID "3D2BFF2E-8AF5-467a-BD56-CBA86C99E786"
  136.  
  137.