home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 September / Gamestar_65_2004-09_dvd.iso / Programy / mp3cddoctor2004.exe / install_script.iss
Text File  |  2004-06-25  |  2KB  |  46 lines

  1. ;InnoSetupVersion=4.2.0
  2.  
  3. [Setup]
  4. AppName=MP3 CD Doctor
  5. AppVerName=MP3 CD Doctor 2004
  6. AppId=MP3 CD Doctor
  7. AppPublisher=MP3 Surgeon
  8. AppPublisherURL=http://www.mp3surgeon.com
  9. AppSupportURL=http://www.mp3surgeon.com
  10. AppUpdatesURL=http://www.mp3surgeon.com
  11. DefaultDirName={pf}\MP3 CD Doctor
  12. DefaultGroupName=MP3 CD Doctor
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\MP3CDDoctor.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\MP3CDDoctor.chm"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{sys}\CDWriterXP.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  25.  
  26. [Registry]
  27. Root: HKCU; Subkey: "Software\MP3 CD Doctor"; Flags: uninsdeletekey 
  28.  
  29. [Run]
  30. Filename: "{app}\MP3CDDoctor.exe"; Description: "Launch MP3 CD Doctor"; Flags: postinstall skipifsilent nowait
  31.  
  32. [Icons]
  33. Name: "{group}\MP3 CD Doctor"; Filename: "{app}\MP3CDDoctor.exe"; 
  34. Name: "{group}\MP3 CD Doctor - Help"; Filename: "{app}\MP3CDDoctor.chm"; 
  35. Name: "{group}\Uninstall MP3 CD Doctor"; Filename: "{uninstallexe}"; 
  36. Name: "{userdesktop}\MP3 CD Doctor"; Filename: "{app}\MP3CDDoctor.exe"; Tasks: desktopicon; 
  37.  
  38. [Tasks]
  39. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  40. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  41.  
  42. [Languages]
  43. ; These files are stubs
  44. ; To achieve better results after recompilation, use the real language files
  45. Name: "default"; MessagesFile: "embedded\default.isl"; 
  46.