home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / zkuste / svcd2 / download / studio / ss2r2.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-13  |  3.6 KB  |  60 lines

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