home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / komunikace / smszdarma / smszdarmainst.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-10-02  |  3.2 KB  |  68 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=SMS Zdarma
  4. AppVerName=SMS Zdarma 1.24
  5. AppId=SMS Zdarma
  6. AppPublisher=Expert SoftWorks
  7. AppPublisherURL=http://www.expertsoft.cz/
  8. AppSupportURL=http://www.expertsoft.cz/
  9. AppUpdatesURL=http://www.expertsoft.cz/
  10. DefaultDirName={pf}\SMS Zdarma
  11. DefaultGroupName=SMS Zdarma
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\smszdarma1.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\smszdarma124.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\cc3270mt.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\znaky.dat"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\o2.crp"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\smszdarma124.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\vodafone.crp"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\web.htm"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\sounds\chyba.wav"; DestDir: "{app}\sounds"; Flags: ignoreversion 
  29. Source: "{app}\sounds\fronta.wav"; DestDir: "{app}\sounds"; Flags: ignoreversion 
  30. Source: "{app}\sounds\info.wav"; DestDir: "{app}\sounds"; Flags: ignoreversion 
  31. Source: "{app}\sounds\odeslano.wav"; DestDir: "{app}\sounds"; Flags: ignoreversion 
  32. Source: "{app}\sounds\vseodeslano.wav"; DestDir: "{app}\sounds"; Flags: ignoreversion 
  33. [INI]
  34. FileName: "{app}\smszdarma1.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.expertsoft.cz/"; 
  35. [Run]
  36. Filename: "{app}\smszdarma1.exe"; Description: "{cm:LaunchProgram,SMS Zdarma}"; Flags: postinstall skipifsilent nowait
  37. [Icons]
  38. Name: "{group}\SMS Zdarma"; Filename: "{app}\smszdarma1.exe"; 
  39. Name: "{group}\{cm:ProgramOnTheWeb,SMS Zdarma}"; Filename: "{app}\smszdarma1.url"; 
  40. Name: "{group}\{cm:UninstallProgram,SMS Zdarma}"; Filename: "{uninstallexe}"; 
  41. Name: "{userdesktop}\SMS Zdarma"; Filename: "{app}\smszdarma1.exe"; Tasks: desktopicon; 
  42. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SMS Zdarma"; Filename: "{app}\smszdarma1.exe"; Tasks: quicklaunchicon; 
  43. [Tasks]
  44. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  45. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  46. [UninstallDelete]
  47. Type: files; Name: "{app}\smszdarma1.url"; 
  48. [CustomMessages]
  49. czech.NameAndVersion=%1 verze %2
  50. czech.AdditionalIcons=Dal
  51. stupci:
  52. czech.CreateDesktopIcon=Vytvo
  53. stupce na &plo
  54. czech.CreateQuickLaunchIcon=Vytvo
  55. stupce na panelu &Snadn
  56. czech.ProgramOnTheWeb=Aplikace %1 na internetu
  57. czech.UninstallProgram=Odinstalovat aplikaci %1
  58. czech.LaunchProgram=Spustit aplikaci %1
  59. czech.AssocFileExtension=Vytvo
  60. it &asociaci mezi soubory typu %2 a aplikac
  61. czech.AssocingFileExtension=Vytv
  62.  se asociace mezi soubory typu %2 a aplikac
  63.  %1...
  64. [Languages]
  65. ; These files are stubs
  66. ; To achieve better results after recompilation, use the real language files
  67. Name: "czech"; MessagesFile: "embedded\czech.isl"; 
  68.