home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 February (Special) / Chip-Special_2006-02_Nero-7.bin / vypalovaci_utility / cdcovers / cdcover_cz.exe / install_script.iss
Text File  |  2004-02-11  |  3KB  |  55 lines

  1. ;InnoSetupVersion=4.1.4
  2.  
  3. [Setup]
  4. AppName=CD Covers Printer
  5. AppVerName=CD Covers Printer 0.20.2
  6. AppId={69E08529-B976-41D7-9572-316C6F47D679}
  7. DefaultDirName={pf}\2PSoft\CDCoversPrinter
  8. DefaultGroupName=CD Covers Printer
  9. UninstallDisplayIcon={app}\cdobal.exe
  10. UninstallDisplayName=Odinstalovat CD Covers Printer
  11. OutputBaseFilename=cdcover_cz
  12. Compression=zip
  13. PrivilegesRequired=none
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\XPTheme.manifest"; DestDir: "{app}"; 
  20. Source: "{app}\cdobal.exe"; DestDir: "{app}"; 
  21. Source: "{app}\cdc,1.chm"; DestDir: "{app}"; DestName: "cdc.chm"; 
  22. Source: "{app}\cdobal.exe.md5"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\cddb_srv.txt"; DestDir: "{app}"; 
  24. Source: "{app}\language.dll"; DestDir: "{app}"; Languages: "Czech"; 
  25. Source: "{app}\cdc,2.chm"; DestDir: "{app}"; DestName: "cdc.chm"; Languages: "English"; 
  26. Source: "{app}\cddb.cfg"; DestDir: "{app}"; 
  27. Source: "{app}\cddb.cfg.default"; DestDir: "{app}"; 
  28.  
  29. [Registry]
  30. Root: HKCR; Subkey: ".ocd"; ValueType: String; ValueData: "CD Cover Printer"; Flags: uninsdeletekey 
  31. Root: HKCR; Subkey: "CD Cover Printer"; ValueType: String; ValueData: "Obal na CD"; Flags: uninsdeletekey 
  32. Root: HKCR; Subkey: "CD Cover Printer\Shell\Open\Command"; ValueType: String; ValueData: """{app}\cdobal.exe"" ""%1"""; Flags: uninsdeletevalue 
  33. Root: HKCR; Subkey: "CD Cover Printer\DefaultIcon"; ValueType: String; ValueData: "{app}\cdobal.exe,0"; Flags: uninsdeletevalue 
  34.  
  35. [INI]
  36. FileName: "{app}\2P Soft.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://psoft.crolink.cz/"; 
  37.  
  38. [Run]
  39. Filename: "{app}\cdobal.exe"; WorkingDir: "{app}"; Description: "Spustit CD Covers Printer"; Flags: postinstall unchecked 
  40.  
  41. [Icons]
  42. Name: "{commondesktop}\CD Cover Printer"; Filename: "{app}\cdobal.exe"; WorkingDir: "{app}\"; IconFilename: "{app}\cdobal.exe"; Comment: "CD Cover Printer"; 
  43. Name: "{group}\CD Cover Printer"; Filename: "{app}\cdobal.exe"; WorkingDir: "{app}\"; IconFilename: "{app}\cdobal.exe"; 
  44. Name: "{group}\Nßpov∞da"; Filename: "{app}\cdc.chm"; WorkingDir: "{app}\"; IconFilename: "{app}\cdc.chm"; 
  45. Name: "{group}\Odinstalovat CD Covers Printer CZ"; Filename: "{uninstallexe}"; 
  46.  
  47. [UninstallDelete]
  48. Type: files; Name: "{app}\2P Soft.url"; 
  49.  
  50. [Languages]
  51. ; These files are stubs
  52. ; To achieve better results after recompilation, use the real language files
  53. Name: "Czech"; MessagesFile: "embedded\Czech.isl"; 
  54. Name: "English"; MessagesFile: "embedded\English.isl"; 
  55.