home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / audio-video / directmp3joiner / dmp3join.exe / setup.exe / install_script.iss
Text File  |  2006-08-04  |  4KB  |  76 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=Direct MP3 Joiner
  5. AppVerName=Direct MP3 Joiner 2.1
  6. AppId=Direct MP3 Joiner
  7. AppVersion=2.1
  8. AppPublisher=Piston Software
  9. AppPublisherURL=http://www.pistonsoft.com
  10. AppSupportURL=http://www.pistonsoft.com
  11. AppUpdatesURL=http://www.pistonsoft.com
  12. AppComments=With Direct MP3 Joiner you can join multiple MP3 files without recompressing into one large file.
  13. DefaultDirName={pf}\Direct MP3 Joiner
  14. DefaultGroupName=Direct MP3 Joiner
  15. OutputBaseFilename=setup
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. ChangesAssociations=yes
  19. LicenseFile=embedded\License.txt
  20. InfoBeforeFile=embedded\InfoBefore.txt
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23.  
  24. [Files]
  25. Source: "{app}\dmp3join.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  27. Source: "{app}\dmp3join.chm"; DestDir: "{app}"; 
  28.  
  29. [Registry]
  30. Root: HKCR; Subkey: ".mpj"; ValueType: String; ValueData: "Direct MP3 Joiner"; Flags: uninsdeletevalue 
  31. Root: HKCR; Subkey: "Direct MP3 Joiner"; ValueType: String; ValueData: "dmp3join.exe"; Flags: uninsdeletekey 
  32. Root: HKCR; Subkey: "Direct MP3 Joiner\DefaultIcon"; ValueType: String; ValueData: "{app}\dmp3join.exe,0"; 
  33. Root: HKCR; Subkey: "Direct MP3 Joiner\shell\open\command"; ValueType: String; ValueData: """{app}\dmp3join.exe"" ""%1"""; 
  34.  
  35. [INI]
  36. FileName: "{app}\dmp3join.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pistonsoft.com"; 
  37.  
  38. [Run]
  39. Filename: "{app}\dmp3join.exe"; Description: "{cm:LaunchProgram,Direct MP3 Joiner}"; Flags: postinstall skipifsilent nowait
  40. Filename: "http://www.pistonsoft.com"; Description: "Visit Web-site"; Flags: shellexec postinstall nowait
  41.  
  42. [UninstallRun]
  43. Filename: "http://www.pistonsoft.com/feedback.php?program=Direct%20MP3%20Joiner&version=2.1.0.0&details=EC239-COMP-DIMP"; Flags: shellexec nowait
  44.  
  45. [Icons]
  46. Name: "{group}\Direct MP3 Joiner"; Filename: "{app}\dmp3join.exe"; WorkingDir: "{app}"; 
  47. Name: "{group}\Read Me"; Filename: "{app}\Readme.txt"; 
  48. Name: "{group}\Direct MP3 Joiner Help"; Filename: "{app}\dmp3join.chm"; 
  49. Name: "{group}\{cm:ProgramOnTheWeb,Direct MP3 Joiner}"; Filename: "{app}\dmp3join.url"; 
  50. Name: "{group}\{cm:UninstallProgram,Direct MP3 Joiner}"; Filename: "{uninstallexe}"; 
  51. Name: "{userdesktop}\Direct MP3 Joiner"; Filename: "{app}\dmp3join.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  52. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Direct MP3 Joiner"; Filename: "{app}\dmp3join.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  53.  
  54. [Tasks]
  55. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  56. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  57.  
  58. [UninstallDelete]
  59. Type: files; Name: "{app}\dmp3join.url"; 
  60.  
  61. [CustomMessages]
  62. default.NameAndVersion=%1 version %2
  63. default.AdditionalIcons=Additional icons:
  64. default.CreateDesktopIcon=Create a &desktop icon
  65. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  66. default.ProgramOnTheWeb=%1 on the Web
  67. default.UninstallProgram=Uninstall %1
  68. default.LaunchProgram=Launch %1
  69. default.AssocFileExtension=&Associate %1 with the %2 file extension
  70. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  71.  
  72. [Languages]
  73. ; These files are stubs
  74. ; To achieve better results after recompilation, use the real language files
  75. Name: "default"; MessagesFile: "embedded\default.isl"; 
  76.