home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd2.bin / ruzne / cdcovers / cdcover_cz_b2.exe / install_script.iss
Text File  |  2003-04-01  |  2KB  |  45 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=CD Covers Printer CZ
  5. AppVerName=CD Covers Printer 0.16 CZ BETA 2
  6. AppId=CD Covers Printer CZ
  7. DefaultDirName={pf}\2PSoft
  8. DefaultGroupName=CD Covers Printer
  9. UninstallDisplayIcon={app}\cdobal.exe
  10. UninstallDisplayName=Odinstalovat CD Covers Printer
  11. OutputBaseFilename=cdcover_cz
  12. Compression=bzip2
  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.chm"; DestDir: "{app}"; 
  22. Source: "{app}\cdobalcz.md5"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\cddb_srv.txt"; DestDir: "{app}"; 
  24.  
  25. [Registry]
  26. Root: HKCR; Subkey: ".ocd"; ValueType: String; ValueData: "CD Cover Printer"; Flags: uninsdeletekey 
  27. Root: HKCR; Subkey: "CD Cover Printer"; ValueType: String; ValueData: "Obal na CD"; Flags: uninsdeletekey 
  28. Root: HKCR; Subkey: "CD Cover Printer\Shell\Open\Command"; ValueType: String; ValueData: """{app}\cdobal.exe"" ""%1"""; Flags: uninsdeletevalue 
  29. Root: HKCR; Subkey: "CD Cover Printer\DefaultIcon"; ValueType: String; ValueData: "{app}\cdobal.exe,0"; Flags: uninsdeletevalue 
  30.  
  31. [INI]
  32. FileName: "{app}\2P Soft.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://psoft.crolink.cz/"; 
  33.  
  34. [Run]
  35. Filename: "{app}\cdobal.exe"; WorkingDir: "{app}"; Flags: unchecked nowait
  36.  
  37. [Icons]
  38. Name: "{commondesktop}\CD Cover Printer BETA 2"; Filename: "{app}\cdobal.exe"; WorkingDir: "{app}"; IconFilename: "{app}\cdobal.exe"; Comment: "CD Cover Printer"; 
  39. Name: "{group}\CD Cover Printer BETA 2"; Filename: "{app}\cdobal.exe"; WorkingDir: "{app}\"; IconFilename: "{app}\cdobal.exe"; 
  40. Name: "{group}\Nßpov∞da"; Filename: "{app}\cdc.chm"; IconFilename: "{app}\cdc.chm"; 
  41. Name: "{group}\Odinstalovat CD Covers Printer CZ"; Filename: "{uninstallexe}"; 
  42.  
  43. [UninstallDelete]
  44. Type: files; Name: "{app}\2P Soft.url"; 
  45.