home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / komunikace / coolsmscz / CoolSMScz_setup.exe / install_script.iss
Text File  |  2006-09-04  |  2KB  |  52 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=CoolSMScz
  5. AppVerName=CoolSMScz
  6. AppId=CoolSMScz
  7. DefaultDirName={pf}\CoolSMScz
  8. DefaultGroupName=CoolSMScz
  9. UninstallDisplayIcon={app}\Uninst.exe
  10. OutputBaseFilename=CoolSMScz_setup
  11. Compression=lzma
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\Aktualizace.exe"; DestDir: "{app}"; 
  18. Source: "{app}\akt.bin"; DestDir: "{app}"; 
  19. Source: "{app}\nid.bin"; DestDir: "{app}"; 
  20. Source: "{app}\CoolSMScz.exe"; DestDir: "{app}"; 
  21. Source: "{app}\libcurl.dll"; DestDir: "{app}"; 
  22. Source: "{app}\libeay32.dll"; DestDir: "{app}"; 
  23. Source: "{app}\libssl32.dll"; DestDir: "{app}"; 
  24. Source: "{app}\zlib1.dll"; DestDir: "{app}"; 
  25. Source: "{app}\Web_projektu.url"; DestDir: "{app}"; 
  26. Source: "{app}\sound\ok.wav"; DestDir: "{app}\sound"; 
  27.  
  28. [Run]
  29. Filename: "{app}\CoolSMScz.exe"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  30.  
  31. [Icons]
  32. Name: "{group}\CoolSMScz"; Filename: "{app}\CoolSMScz.exe"; WorkingDir: "{app}"; 
  33. Name: "{group}\Web projektu"; Filename: "{app}\Web_projektu.url"; 
  34. Name: "{group}\Odinstalovat"; Filename: "{app}\unins000.exe"; 
  35. Name: "{userdesktop}\CoolSMScz"; Filename: "{app}\CoolSMScz.exe"; WorkingDir: "{app}"; 
  36.  
  37. [CustomMessages]
  38. default.NameAndVersion=%1 verze %2
  39. default.AdditionalIcons=DalÜφ zßstupci:
  40. default.CreateDesktopIcon=Vytvo°it zßstupce na &ploÜe
  41. default.CreateQuickLaunchIcon=Vytvo°it zßstupce na panelu &SnadnΘ spuÜt∞nφ
  42. default.ProgramOnTheWeb=Aplikace %1 na internetu
  43. default.UninstallProgram=Odinstalovat aplikaci %1
  44. default.LaunchProgram=Spustit aplikaci %1
  45. default.AssocFileExtension=Vytvo°it &asociaci mezi soubory typu %2 a aplikacφ %1
  46. default.AssocingFileExtension=Vytvß°φ se asociace mezi soubory typu %2 a aplikacφ %1...
  47.  
  48. [Languages]
  49. ; These files are stubs
  50. ; To achieve better results after recompilation, use the real language files
  51. Name: "default"; MessagesFile: "embedded\default.isl"; 
  52.