home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Sport / 3DLivePool / livepool.exe / install_script.iss
Text File  |  2004-08-24  |  13KB  |  180 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=3D Live Pool
  5. AppVerName=3D Live Pool
  6. AppId=3D Live Pool
  7. AppPublisher=Etiumsoft, Inc.
  8. AppPublisherURL=http://www.etiumsoft.com
  9. AppSupportURL=http://www.etiumsoft.com
  10. AppUpdatesURL=http://www.etiumsoft.com
  11. DefaultDirName={pf}\3D Live Pool
  12. DefaultGroupName=3D Live Pool
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\3D Live Pool,1.exe"; DestDir: "{app}"; DestName: "3D Live Pool.exe"; Flags: ignoreversion 
  22. Source: "{app}\3D Live Pool,2.exe"; DestDir: "{app}"; DestName: "3D Live Pool.exe"; Flags: ignoreversion 
  23. Source: "{app}\cb.dat"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\game.dat"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Manual.htm"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\pic.dat"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\pref.dat"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\pref.etf"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\screen.dat"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\tablerange.txt"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\uninstall.ini"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\texture\8rule.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  34. Source: "{app}\texture\8rule_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  35. Source: "{app}\texture\ball0.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  36. Source: "{app}\texture\ball1.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  37. Source: "{app}\texture\BALL10.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  38. Source: "{app}\texture\BALL11.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  39. Source: "{app}\texture\BALL12.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  40. Source: "{app}\texture\BALL13.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  41. Source: "{app}\texture\BALL14.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  42. Source: "{app}\texture\BALL15.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  43. Source: "{app}\texture\ball2.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  44. Source: "{app}\texture\BALL3.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  45. Source: "{app}\texture\BALL4.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  46. Source: "{app}\texture\BALL5.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  47. Source: "{app}\texture\BALL6.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  48. Source: "{app}\texture\BALL7.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  49. Source: "{app}\texture\BALL8.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  50. Source: "{app}\texture\BALL9.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  51. Source: "{app}\texture\blueedge.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  52. Source: "{app}\texture\bn9rule.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  53. Source: "{app}\texture\bn9rule_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  54. Source: "{app}\texture\bt1_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  55. Source: "{app}\texture\clock1.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  56. Source: "{app}\texture\continuebt1.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  57. Source: "{app}\texture\continuebt2.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  58. Source: "{app}\texture\cue11.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  59. Source: "{app}\texture\cue12.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  60. Source: "{app}\texture\cue13.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  61. Source: "{app}\texture\cueball.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  62. Source: "{app}\texture\cueball_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  63. Source: "{app}\texture\cueflag.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  64. Source: "{app}\texture\cueflag1.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  65. Source: "{app}\texture\deskangle.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  66. Source: "{app}\texture\door1.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  67. Source: "{app}\texture\Drink1.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  68. Source: "{app}\texture\Drink2.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  69. Source: "{app}\texture\drink3.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  70. Source: "{app}\texture\drink4.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  71. Source: "{app}\texture\drink5.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  72. Source: "{app}\texture\drink6.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  73. Source: "{app}\texture\drink7.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  74. Source: "{app}\texture\E0000955.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  75. Source: "{app}\texture\flare.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  76. Source: "{app}\texture\flare_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  77. Source: "{app}\texture\floor.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  78. Source: "{app}\texture\floor2.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  79. Source: "{app}\texture\greenedge.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  80. Source: "{app}\texture\help.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  81. Source: "{app}\texture\help_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  82. Source: "{app}\texture\highscore.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  83. Source: "{app}\texture\highscore_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  84. Source: "{app}\texture\house2_L.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  85. Source: "{app}\texture\intro.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  86. Source: "{app}\texture\ldz.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  87. Source: "{app}\texture\listbar1.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  88. Source: "{app}\texture\listbar2.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  89. Source: "{app}\texture\menu.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  90. Source: "{app}\texture\menu2.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  91. Source: "{app}\texture\namebar.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  92. Source: "{app}\texture\namebar_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  93. Source: "{app}\texture\netplay.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  94. Source: "{app}\texture\netplay_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  95. Source: "{app}\texture\newgamebt1.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  96. Source: "{app}\texture\newgamebt2.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  97. Source: "{app}\texture\pic2.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  98. Source: "{app}\texture\pic3.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  99. Source: "{app}\texture\pic4.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  100. Source: "{app}\texture\pic5.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  101. Source: "{app}\texture\pic6.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  102. Source: "{app}\texture\pic7.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  103. Source: "{app}\texture\pole.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  104. Source: "{app}\texture\pref.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  105. Source: "{app}\texture\pref_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  106. Source: "{app}\texture\quickplay.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  107. Source: "{app}\texture\quickplay_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  108. Source: "{app}\texture\rededge.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  109. Source: "{app}\texture\sb1.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  110. Source: "{app}\texture\scsel2.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  111. Source: "{app}\texture\selbs1.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  112. Source: "{app}\texture\selflag.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  113. Source: "{app}\texture\selflag_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  114. Source: "{app}\texture\selpole1.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  115. Source: "{app}\texture\shadow.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  116. Source: "{app}\texture\shadow_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  117. Source: "{app}\texture\shine.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  118. Source: "{app}\texture\shine_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  119. Source: "{app}\texture\skin1.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  120. Source: "{app}\texture\skin1.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  121. Source: "{app}\texture\SOFA2.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  122. Source: "{app}\texture\stone.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  123. Source: "{app}\texture\tableblue.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  124. Source: "{app}\texture\title.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  125. Source: "{app}\texture\titledown.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  126. Source: "{app}\texture\titledown_a.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  127. Source: "{app}\texture\tselblue.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  128. Source: "{app}\texture\tv1.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  129. Source: "{app}\texture\tv1.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  130. Source: "{app}\texture\wang.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  131. Source: "{app}\texture\wood1a.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  132. Source: "{app}\texture\wood2.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  133. Source: "{app}\texture\wood3.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  134. Source: "{app}\texture\wood3a.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  135. Source: "{app}\texture\wood4.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  136. Source: "{app}\texture\wood5.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  137. Source: "{app}\texture\wood6.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  138. Source: "{app}\texture\wood7.jpg"; DestDir: "{app}\texture"; Flags: ignoreversion 
  139. Source: "{app}\3df\cue1.3df"; DestDir: "{app}\3df"; Flags: ignoreversion 
  140. Source: "{app}\3df\room2.3df"; DestDir: "{app}\3df"; Flags: ignoreversion 
  141. Source: "{app}\3df\room2light.3df"; DestDir: "{app}\3df"; Flags: ignoreversion 
  142. Source: "{app}\3df\table1.3df"; DestDir: "{app}\3df"; Flags: ignoreversion 
  143. Source: "{app}\3df\table2.3df"; DestDir: "{app}\3df"; Flags: ignoreversion 
  144. Source: "{app}\3df\table3.3df"; DestDir: "{app}\3df"; Flags: ignoreversion 
  145. Source: "{app}\images\poolcio.jpg"; DestDir: "{app}\images"; Flags: ignoreversion 
  146. Source: "{app}\images\textbg.gif"; DestDir: "{app}\images"; Flags: ignoreversion 
  147. Source: "{app}\images\titlebg.gif"; DestDir: "{app}\images"; Flags: ignoreversion 
  148. Source: "{app}\htms\Buy.htm"; DestDir: "{app}\htms"; Flags: ignoreversion 
  149. Source: "{app}\htms\Buy1.htm"; DestDir: "{app}\htms"; Flags: ignoreversion 
  150. Source: "{app}\htms\control.htm"; DestDir: "{app}\htms"; Flags: ignoreversion 
  151. Source: "{app}\htms\license.htm"; DestDir: "{app}\htms"; Flags: ignoreversion 
  152. Source: "{app}\htms\overview.htm"; DestDir: "{app}\htms"; Flags: ignoreversion 
  153. Source: "{app}\htms\trouble.htm"; DestDir: "{app}\htms"; Flags: ignoreversion 
  154. Source: "{app}\htms\UntitledFrame-9.htm"; DestDir: "{app}\htms"; Flags: ignoreversion 
  155. Source: "{app}\wav\clickb.wav"; DestDir: "{app}\wav"; Flags: ignoreversion 
  156. Source: "{app}\wav\clickbb.wav"; DestDir: "{app}\wav"; Flags: ignoreversion 
  157. Source: "{app}\wav\clicke.wav"; DestDir: "{app}\wav"; Flags: ignoreversion 
  158. Source: "{app}\wav\hit.wav"; DestDir: "{app}\wav"; Flags: ignoreversion 
  159. Source: "{app}\wav\info.wav"; DestDir: "{app}\wav"; Flags: ignoreversion 
  160. Source: "{app}\wav\poolpot.wav"; DestDir: "{app}\wav"; Flags: ignoreversion 
  161.  
  162. [INI]
  163. FileName: "{app}\etiumsoft.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.etiumsoft.com"; 
  164.  
  165. [Run]
  166. Filename: "{app}\3D Live Pool.exe"; Description: "Launch 3D Live Pool"; Flags: postinstall skipifsilent nowait
  167.  
  168. [Icons]
  169. Name: "{group}\3D Live Pool"; Filename: "{app}\3D Live Pool.exe"; WorkingDir: "{app}"; 
  170. Name: "{group}\3D Live Pool Manual"; Filename: "{app}\manual.htm"; WorkingDir: "{app}"; 
  171. Name: "{group}\More fun games"; Filename: "{app}\etiumsoft.url"; 
  172. Name: "{group}\Uninstall 3D Live Pool"; Filename: "{uninstallexe}"; 
  173. Name: "{userdesktop}\3D Live Pool"; Filename: "{app}\3D Live Pool.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  174.  
  175. [Tasks]
  176. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  177.  
  178. [UninstallDelete]
  179. Type: files; Name: "{app}\MyProg.url"; 
  180.