home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.11 / 2002-01_-_Disc_7.11.iso / Software / Demos / Ricochet / RicochetPcGamerSetup.exe / install_script.iss
Text File  |  2001-10-23  |  2KB  |  58 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Ricochet
  5. AppVerName=Ricochet 1.01 (Destributed by PC Gamer)
  6. AppId=Ricochet
  7. AppPublisher=Reflexive Entertainment, Inc.
  8. AppPublisherURL=http://www.reflexive.net/Ricochetindex.html
  9. AppSupportURL=http://www.reflexive.net/Ricochetindex.html
  10. AppUpdatesURL=http://www.reflexive.net/Ricochetindex.html
  11. AppMutex=ZaxCurrentlyRunningMutex
  12. DefaultDirName={pf}\Ricochet
  13. DefaultGroupName=Ricochet
  14. UninstallDisplayIcon={app}\Ricochet.exe
  15. OutputBaseFilename=RicochetPcGamerSetup
  16. Compression=zip
  17. PrivilegesRequired=none
  18. ExtraDiskSpaceRequired=17000000
  19. AllowNoIcons=yes
  20. LicenseFile=embedded\License.txt
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23.  
  24. [Files]
  25. Source: "{app}\Ricochet.exe"; DestDir: "{app}"; 
  26. Source: "{app}\Data.dat"; DestDir: "{app}"; 
  27. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  28. Source: "{app}\Readme.htm"; DestDir: "{app}"; 
  29. Source: "{app}\Affiliate.RED"; DestDir: "{app}"; 
  30.  
  31. [Registry]
  32. Root: HKLM; Subkey: "Software\Reflexive Entertainment\Ricochet"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue 
  33.  
  34. [INI]
  35. FileName: "{app}\Ricochet.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.reflexive.net/Ricochet"; 
  36. FileName: "{app}\Reflexive.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.reflexive.net"; 
  37.  
  38. [Run]
  39. Filename: "{app}\Ricochet.exe"; Description: "Launch Ricochet"; Flags: postinstall skipifsilent nowait
  40.  
  41. [Icons]
  42. Name: "{group}\Play Ricochet"; Filename: "{app}\Ricochet.exe"; 
  43. Name: "{group}\Readme Text"; Filename: "{app}\Readme.txt"; 
  44. Name: "{group}\Readme HTML"; Filename: "{app}\Readme.htm"; 
  45. Name: "{group}\Ricochet on the Web"; Filename: "{app}\Ricochet.url"; 
  46. Name: "{group}\Reflexive.NET Web Site"; Filename: "{app}\Reflexive.url"; 
  47. Name: "{userdesktop}\Play Ricochet"; Filename: "{app}\Ricochet.exe"; Tasks: desktopicon; 
  48.  
  49. [Tasks]
  50. Name: "desktopicon"; Description: "Create a desktop icon"; GroupDescription: "Additional icons:"; 
  51.  
  52. [UninstallDelete]
  53. Type: files; Name: "{app}\Ricochet.url"; 
  54. Type: files; Name: "{app}\Reflexive.url"; 
  55. Type: files; Name: "{app}\Ricochet.CFG"; 
  56. Type: files; Name: "{app}\Stats.dat"; 
  57. Type: filesandordirs; Name: "{app}\Data"; 
  58.