home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / zkuste / obaly / download / cdcovers / cdcover_cz_b2.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-04-01  |  2.0 KB  |  39 lines

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