home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / cdprint / cdcover_cz.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-08-31  |  2.5 KB  |  48 lines

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