home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 February / GSSH0204.iso / Action / HighwayPursuit / HighwayPursuit1_0.exe / install_script.iss
Text File  |  2004-01-08  |  3KB  |  77 lines

  1. ;InnoSetupVersion=4.0.5
  2.  
  3. [Setup]
  4. AppName=Highway Pursuit
  5. AppVerName=Highway Pursuit
  6. AppId=Highway Pursuit
  7. AppPublisher=Adam Dawes
  8. AppPublisherURL=http://www.adamdawes.com
  9. AppSupportURL=http://www.adamdawes.com
  10. AppUpdatesURL=http://www.adamdawes.com
  11. DefaultDirName={pf}\HighwayPursuit
  12. DefaultGroupName=Highway Pursuit
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoAfterFile=embedded\InfoAfter.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\HighwayPursuit.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\bass.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\HPursuit.hfd"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\HPursuit.hgd"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\HPursuit.hmd"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\HPursuit.hod"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\HPursuit.hsd"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\HPursuit.hvd"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\Visit adamdawes.com.url"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\Docs\Car_Blade.jpg"; DestDir: "{app}\Docs"; 
  32. Source: "{app}\Docs\Car_Civilian1.jpg"; DestDir: "{app}\Docs"; 
  33. Source: "{app}\Docs\Car_Civilian2.jpg"; DestDir: "{app}\Docs"; 
  34. Source: "{app}\Docs\Car_Crasher.jpg"; DestDir: "{app}\Docs"; 
  35. Source: "{app}\Docs\Car_Jeep.jpg"; DestDir: "{app}\Docs"; 
  36. Source: "{app}\Docs\Car_Player.jpg"; DestDir: "{app}\Docs"; 
  37. Source: "{app}\Docs\Disclaimer.htm"; DestDir: "{app}\Docs"; 
  38. Source: "{app}\Docs\Enemies.htm"; DestDir: "{app}\Docs"; 
  39. Source: "{app}\Docs\Helicopter.jpg"; DestDir: "{app}\Docs"; 
  40. Source: "{app}\Docs\Logo.jpg"; DestDir: "{app}\Docs"; 
  41. Source: "{app}\Docs\LogoAdamDawes.gif"; DestDir: "{app}\Docs"; 
  42. Source: "{app}\Docs\LogoRetrospec.gif"; DestDir: "{app}\Docs"; 
  43. Source: "{app}\Docs\Object.htm"; DestDir: "{app}\Docs"; 
  44. Source: "{app}\Docs\ReadMe.htm"; DestDir: "{app}\Docs"; 
  45. Source: "{app}\Docs\Scoring.htm"; DestDir: "{app}\Docs"; 
  46. Source: "{app}\Docs\Settings.htm"; DestDir: "{app}\Docs"; 
  47. Source: "{app}\Docs\SysReq.htm"; DestDir: "{app}\Docs"; 
  48. Source: "{app}\Docs\Van_Delivery.jpg"; DestDir: "{app}\Docs"; 
  49. Source: "{app}\Docs\Van_Health.jpg"; DestDir: "{app}\Docs"; 
  50. Source: "{app}\Docs\Van_Missiles.jpg"; DestDir: "{app}\Docs"; 
  51. Source: "{app}\Docs\Van_Oil.jpg"; DestDir: "{app}\Docs"; 
  52. Source: "{app}\Docs\Van_Smoke.jpg"; DestDir: "{app}\Docs"; 
  53. Source: "{app}\Docs\Weapons.htm"; DestDir: "{app}\Docs"; 
  54.  
  55. [Dirs]
  56. Name: "{app}\Docs"; 
  57.  
  58. [Run]
  59. Filename: "{app}\Docs\ReadMe.htm"; Description: "View Highway Pursuit documentation"; Flags: shellexec postinstall skipifsilent 
  60.  
  61. [Icons]
  62. Name: "{group}\Highway Pursuit"; Filename: "{app}\HighwayPursuit.exe"; 
  63. Name: "{group}\Visit adamdawes.com"; Filename: "{app}\Visit adamdawes.com.url"; 
  64. Name: "{userdesktop}\Highway Pursuit"; Filename: "{app}\HighwayPursuit.exe"; Tasks: desktopicon; 
  65. Name: "{group}\Read Me"; Filename: "{app}\Docs\ReadMe.htm"; 
  66.  
  67. [Tasks]
  68. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  69.  
  70. [UninstallDelete]
  71. Type: files; Name: "{app}\HighwayPursuit.url"; 
  72.  
  73. [Languages]
  74. ; These files are stubs
  75. ; To achieve better results after recompilation, use the real language files
  76. Name: "default"; MessagesFile: "embedded\default.isl"; 
  77.