home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / komunikace / smszdarma / smszdarmainst.exe / install_script.iss
Text File  |  2007-10-02  |  3KB  |  71 lines

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