home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / zabezpeceni / filecrypter / filecrypter_setup.exe / install_script.iss
Text File  |  2006-10-11  |  3KB  |  75 lines

  1. ;InnoSetupVersion=4.2.3
  2.  
  3. [Setup]
  4. AppName=FileCrypter
  5. AppVerName=FileCrypter v1.0 Build 4
  6. AppId=FileCrypter
  7. AppVersion=1.0 Build 4
  8. AppPublisher=Kodl Software
  9. AppPublisherURL=http://www.kodlsoft.tk
  10. AppSupportURL=http://www.kodlsoft.tk
  11. AppUpdatesURL=http://www.kodlsoft.tk
  12. DefaultDirName={pf}\Kodl Software\FileCrypter
  13. DefaultGroupName=Kodl Software\FileCrypter
  14. UninstallDisplayIcon={app}\FileCrypter.exe
  15. UninstallDisplayName=Kodl Software - FileCrypter
  16. OutputBaseFilename=filecrypter_setup
  17. Compression=lzma
  18. PrivilegesRequired=none
  19. InfoBeforeFile=embedded\InfoBefore.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\FileCrypter.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  26. Source: "{app}\msvbvm60.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\comdlg32.ocx"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\mscomctl.ocx"; DestDir: "{app}"; Flags: ignoreversion 
  29.  
  30. [INI]
  31. FileName: "{app}\FileCrypter.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.kodlsoft.tk"; 
  32.  
  33. [Run]
  34. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  35. Filename: "{app}\FileCrypter.exe"; Description: "Spustit FileCrypter"; Flags: postinstall skipifsilent nowait
  36.  
  37. [Icons]
  38. Name: "{group}\FileCrypter"; Filename: "{app}\FileCrypter.exe"; WorkingDir: "{app}"; Comment: "FileCrypter v1.0"; 
  39. Name: "{group}\FileCrypter na Webu"; Filename: "{app}\FileCrypter.url"; Comment: "Zobrazφ domovskou strßnku programu"; 
  40. Name: "{group}\Soubor Readme"; Filename: "{app}\Readme.txt"; WorkingDir: "{app}"; Comment: "Soubor Readme"; 
  41. Name: "{group}\Deinstalovat FileCrypter"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; Comment: "Deinstaluje program FileCrypter"; 
  42. Name: "{userdesktop}\FileCrypter"; Filename: "{app}\FileCrypter.exe"; WorkingDir: "{app}"; Comment: "FileCrypter v1.0"; Tasks: desktopicon; 
  43.  
  44. [Tasks]
  45. Name: "desktopicon"; Description: "Vytvo°it ikonu na &ploÜe"; GroupDescription: "DalÜφ ikony:"; 
  46.  
  47. [UninstallDelete]
  48. Type: files; Name: "{app}\FileCrypter.url"; 
  49.  
  50. [CustomMessages]
  51. Cesky.NameAndVersion=%1 verze %2
  52. Cesky.AdditionalIcons=DalÜφ zßstupci:
  53. Cesky.CreateDesktopIcon=Vytvo°it zßstupce na &ploÜe
  54. Cesky.CreateQuickLaunchIcon=Vytvo°it zßstupce na panelu &SnadnΘ spuÜt∞nφ
  55. Cesky.ProgramOnTheWeb=Aplikace %1 na internetu
  56. Cesky.UninstallProgram=Odinstalovat aplikaci %1
  57. Cesky.LaunchProgram=Spustit aplikaci %1
  58. Cesky.AssocFileExtension=Vytvo°it &asociaci mezi soubory typu %2 a aplikacφ %1
  59. Cesky.AssocingFileExtension=Vytvß°φ se asociace mezi soubory typu %2 a aplikacφ %1...
  60. English.NameAndVersion=%1 version %2
  61. English.AdditionalIcons=Additional icons:
  62. English.CreateDesktopIcon=Create a &desktop icon
  63. English.CreateQuickLaunchIcon=Create a &Quick Launch icon
  64. English.ProgramOnTheWeb=%1 on the Web
  65. English.UninstallProgram=Uninstall %1
  66. English.LaunchProgram=Launch %1
  67. English.AssocFileExtension=&Associate %1 with the %2 file extension
  68. English.AssocingFileExtension=Associating %1 with the %2 file extension...
  69.  
  70. [Languages]
  71. ; These files are stubs
  72. ; To achieve better results after recompilation, use the real language files
  73. Name: "Cesky"; MessagesFile: "embedded\Cesky.isl"; 
  74. Name: "English"; MessagesFile: "embedded\English.isl"; 
  75.