home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 September / CyberMycha 09-2005 (Poland).bin / setup.inf < prev    next >
Encoding:
INI File  |  2002-06-07  |  4.6 KB  |  165 lines

  1. [Install1]
  2.  
  3. CopyTree    = DataTree
  4. CopyFiles   = SetupFiles
  5. AddReg      = RegistryData, UninstReg1
  6.  
  7.  
  8. [UnInstall1]
  9.  
  10. DelTree     = RootTree
  11. DelReg      = RegistryUnData
  12.  
  13.  
  14.  
  15. [DataTree]
  16.  
  17. %65600%     , "Setup"
  18.  
  19.  
  20. [SetupFiles]
  21.  
  22. setup.exe
  23. setup.inf
  24.  
  25.  
  26. [RootTree]
  27.  
  28. %65600%
  29.  
  30.  
  31. [DestinationDirs]
  32.  
  33. ; do not change the numeric value !
  34. SetupFiles    = %65600%
  35.  
  36.  
  37. [RegistryData]
  38.  
  39. HKLM,%UNINS%,DisplayName,,"%PRODUCT%"
  40. HKLM,%UNINS%,UninstallString,,"%65600%\setup.exe -uninstall"
  41. HKLM,"Software\Techland\%PRODUCT%",DestinationPath,,"%65600%"
  42. HKLM,"Software\Techland\%PRODUCT%",SrcPath,,"Setup\"
  43.  
  44. [RegistryUnData]
  45.  
  46. HKLM,%UNINS%
  47. HKLM,"Software\Techland\%PRODUCT%"
  48.  
  49.  
  50.  
  51. [UninstReg1]
  52.  
  53. HKLM,"Software\Techland\%PRODUCT%",UninstallSection,,"UnInstall1"
  54.  
  55.  
  56. [Strings]
  57.  
  58. UNINS          = "Software\Microsoft\Windows\CurrentVersion\Uninstall\PetSoccer"
  59. PRODUCT        = "Pet Soccer"
  60.  
  61. StringExit     = "Zamknij instalator"
  62. StringInstall  = "Zainstaluj grΩ"
  63. StringStart    = "Uruchom grΩ"
  64. StringDirect   = "Zainstaluj DirectX"
  65.  
  66. StringChangeDir         = "Folder instalacji:"
  67. StringChangeDirDesc     = "Wybierz folder instalacji"
  68.  
  69. MsgYes                  = "Tak"
  70. MsgNo                   = "Nie"
  71. MsgOk                   = "Ok"
  72. MsgCancel               = "Anuluj"
  73. MsgRetry                = "Powt≤rz"
  74.  
  75. UnInstallAsk            = "Czy jeste£ pewien, ┐e chcesz usun╣µ grΩ Pet Soccer?"
  76. UnInstallYes            = "Tak"
  77. UnInstallNo             = "Nie"
  78. UnInstallComplete       = "Usuwanie zako±czone."
  79.  
  80. GetFolderTitle          = "Wybierz folder instalacji"
  81. GetFolderMsgTitle       = "Instalator gry Pet Racer"
  82. GetFolderCannot         = "Nie uda│o siΩ utworzyµ foldera"
  83. GetFolderExists         = "Folder ju┐ istnieje. Kontynuowaµ?"
  84. GetFolderCancel         = "Anuluj"
  85.  
  86. LicenceTitle      = "Licencja u┐ytkownika"
  87. LicenceAgree      = "Zgadzam siΩ"
  88. LicenceDecline    = "Nie zgadzam siΩ"
  89.  
  90.  
  91. MsgInstalling           = "Instalacja..."
  92. MsgInstallOk            = "Instalacja zako±czona"
  93. MsgInstallError         = "B│╣d instalacji"
  94. MsgInstallSpace         = "Za ma│o miejsca na dysku"
  95. MsgInstallReboot        = "Restart komputera"
  96. MsgInstallRebootAsk     = "Zrestartowaµ teraz?"
  97.  
  98.  
  99. [InstallerSetup]
  100.  
  101. PleaseWait        = "ProszΩ czekaµ..."
  102.  
  103. WindowTitle       = "Pet Soccer"
  104.  
  105. BitmapMask        = "bmp\Mask.bmp"
  106. BitmapBack        = "bmp\Back.bmp"
  107. BitmapButtons     = "bmp\buttons.bmp"
  108.  
  109. ProgressInfo   = ,,bmp\Progress.bmp, 111,100,,,1,0,0
  110.  
  111. Button1        =  265,  118,  143,  24, "%StringExit%"            ,,  0,   48,  -1,  -1,,, 0,  48, -1,-1
  112. Button2        =  5,  117,  143,  24, "%StringInstall%"        ,,  0,   0,  -1,  -1,,, 0,  0, -1,-1
  113. Button3        =  5,  117,  143,  24, "%StringStart%"          ,,  0,  129,   0, 105,,, 0, 129, -1,-1
  114. Button4        =  39,  180, 143,  24, "%StringChangeDir%"    ,,  0,    24,  -1,  -1,,, 0,   24, -1,-1
  115. Button5        =  229,  179, 143,  24, "%StringPreviews%"      ,,  0,  72,  -1,  -1,,, 0, 72, -1,-1
  116. Button6        =   0,   0,   0,   0,                             ,, -1,   -1,  -1,  -1,,,-1,  -1, -1,-1
  117.  
  118. TextColor      = 0, 0, 0, 15
  119.  
  120. TextLine1      =  50,250,218,20
  121. TextLine2      =  0,270,340,20
  122.  
  123.  
  124. GetDirOn       =
  125.  
  126.  
  127. UnInstallMsgs  = "%UnInstallAsk%","%UnInstallYes%","%UnInstallNo%","%UnInstallComplete%"
  128.  
  129. MsgAnswer      = "%MsgYes%","%MsgNo%","%MsgOk%","%MsgCancel%","%MsgRetry%"
  130.  
  131. GetFolderMsgs  = "%GetFolderTitle%", "%GetFolderMsgTitle%", "%GetFolderCannot%", "%GetFolderExists%", "%GetFolderCancel%"
  132. LicenceMsgs    = "%LicenceTitle%",   "%LicenceAgree%",      "%LicenceDecline%"
  133.  
  134. LicenceTxt     = licence.txt
  135.  
  136. Vendor         = "Techland"
  137. ProductKey     = "Software\Techland\%PRODUCT%"
  138.  
  139. CommandLine    = "PetSoccer.exe"
  140.  
  141. ProgramPath    = "Techland\Pet Soccer"
  142. DefaultPath    = "C:\Program Files\Techland\%PRODUCT%"
  143.  
  144. ProgramGroup   = "Techland\Pet Soccer"
  145.  
  146. Shortcut1      = "Pet Soccer",      PetSoccer.exe,              ,"%PRODUCT%","%65600%\PetSoccer.exe"
  147. Shortcut2      = "Odinstaluj program", setup.exe,"-uninstall" ,"%PRODUCT%","%65600%\setup.exe"
  148. Shortcut3      = "Czytaj", readme.txt,"%PRODUCT%","%65600%\readme.txt"
  149. Shortcut4      = "www.techland.com.pl", WebPage.url,"%PRODUCT%","%65600%\WebPage.url"
  150. Shortcut5      = "Pet Soccer - tryb awaryjny", PetSoccer.exe,"safemode" ,"%PRODUCT%","%65600%\petsoccer.exe"
  151.  
  152. Messages       = "%MsgInstalling%","%MsgInstallOk%","%MsgInstallError%","%MsgInstallSpace%","%MsgInstallReboot%","%MsgInstallRebootAsk%"
  153.  
  154. DirectXPath    = "DirectX"
  155.  
  156. AutoExit       = 1
  157. DirectXPath    = "DirectX"
  158. DirectXAuto    = 0
  159. AviDecoder     = 0
  160. CustomCursors  = 0
  161.  
  162. Sizes          = 550,550
  163.  
  164. ; end of file
  165.