home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / zkuste / titulky / download / studio / ss2r2.exe / install_script.iss
Text File  |  2004-03-04  |  4KB  |  67 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Subtitle Studio
  5. AppVerName=Subtitle Studio 2.0 R-2
  6. AppId=Subtitle Studio
  7. AppPublisher=RadLight, Inc.
  8. AppPublisherURL=http://www.radlight.net
  9. AppSupportURL=http://www.radlight.net
  10. AppUpdatesURL=http://www.radlight.net
  11. DefaultDirName={pf}\RadLight\Subtitle Studio
  12. DefaultGroupName=RadLight\Subtitle Studio
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.rtf
  18. InfoBeforeFile=embedded\InfoBefore.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\SS2.exe"; DestDir: "{app}"; Components: main; 
  24. Source: "{app}\RadLight.url"; DestDir: "{app}"; Components: main; 
  25. Source: "{app}\Lng\English.lng"; DestDir: "{app}\Lng"; Components: main; 
  26. Source: "{app}\Lng\SlovenΦina.lng"; DestDir: "{app}\Lng"; Components: main; 
  27. Source: "{app}\Lng\Francais.lng"; DestDir: "{app}\Lng"; Components: main; 
  28. Source: "{app}\Lng\Polish.lng"; DestDir: "{app}\Lng"; Components: main; 
  29. Source: "{app}\Modules\Subtitle2.dll"; DestDir: "{app}\Modules"; Components: main; 
  30. Source: "{app}\Modules\Subtitle1.dll"; DestDir: "{app}\Modules"; Components: main; 
  31. Source: "{app}\Help\SS2.chm"; DestDir: "{app}\Help"; Components: help; 
  32. Source: "{app}\Subtitle.ini"; DestDir: "{app}"; Components: main; 
  33. Source: "{app}\Def.ico"; DestDir: "{app}"; Components: main; 
  34. Source: "{tmp}\SaveNowInst.exe"; DestDir: "{tmp}"; Components: savenow; Flags: deleteafterinstall 
  35. Source: "{tmp}\subtitle_336.exe"; DestDir: "{tmp}"; Components: newnet; Flags: deleteafterinstall 
  36.  
  37. [Registry]
  38. Root: HKLM; Subkey: "Software\Classes\Subtitle-File\Shell\Open\Command"; ValueType: String; ValueData: """{app}\SS2.exe"" ""%1"""; 
  39. Root: HKLM; Subkey: "Software\Classes\Subtitle-File\DefaultIcon"; ValueType: String; ValueData: "{app}\def.ico"; 
  40.  
  41. [Run]
  42. Filename: "{tmp}\SaveNowInst.exe"; Parameters: "http://app.whenu.com/Offers?url=RDLT0102&partnerDesc=RadLight"; Components: savenow; Flags: shellexec nowait
  43. Filename: "{tmp}\subtitle_336.exe"; Components: newnet; Flags: shellexec nowait
  44. Filename: "{app}\SS2.exe"; Description: "Launch Subtitle Studio 2.0 R-2"; Flags: shellexec postinstall skipifsilent nowait
  45. Filename: "{app}\RadLight.url"; Description: "Download other RadLight, Inc. products"; Flags: shellexec postinstall skipifsilent nowait
  46. Filename: "{app}\Help\SS2.chm"; Description: "View Documentation"; Components: help; Flags: shellexec postinstall skipifsilent nowait
  47.  
  48. [Icons]
  49. Name: "{group}\Subtitle Studio 2.0"; Filename: "{app}\SS2.exe"; 
  50. Name: "{group}\Help\Subtitle Studio"; Filename: "{app}\Help\SS2.chm"; Components: help; 
  51. Name: "{userdesktop}\Subtitle Studio 2.0"; Filename: "{app}\SS2.exe"; Tasks: desktopicon; 
  52. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Subtitle Studio 2.0 R-2"; Filename: "{app}\SS2.exe"; Tasks: quicklaunchicon; 
  53.  
  54. [Tasks]
  55. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  56. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  57.  
  58. [Components]
  59. Name: "main"; Description: "Subtitle Studio 2.0 R-2 Main Files"; Types: "full custom"; 
  60. Name: "help"; Description: "Subtitle Studio 2.0 R-2 Documentation"; Types: "full custom"; 
  61. Name: "savenow"; Description: "SaveNow, an opt-out offer companion"; Types: "full custom"; 
  62. Name: "newnet"; Description: "New.Net, a browser plug-in to access cool domains, like .mp3, .sport etc."; Types: "full custom"; 
  63.  
  64. [Types]
  65. Name: "full"; Description: "Full installation"; 
  66. Name: "custom"; Description: "Custom installation"; 
  67.