home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / komunikace / smartftp / SFTPNSI.exe / install_script.iss
Text File  |  2007-05-09  |  3KB  |  63 lines

  1. ;InnoSetupVersion=5.1.10
  2.  
  3. [Setup]
  4. AppName=SmartFTP Client
  5. AppVerName=SmartFTP Client 2.5.1005.30
  6. AppId=SmartFTP Client
  7. AppVersion=2.5.1005.30
  8. AppPublisher=SmartSoft
  9. AppPublisherURL=http://www.smartftp.com/
  10. AppSupportURL=http://www.smartftp.com/support
  11. AppUpdatesURL=http://www.smartftp.com/download
  12. DefaultDirName={code:GetDefaultDirName}
  13. DefaultGroupName=SmartFTP Client
  14. UninstallDisplayIcon={app}\SmartFTP.exe
  15. OutputBaseFilename=SFTPNSI
  16. Compression=lzma
  17. LicenseFile=embedded\License.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\ChangeLog.html"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  23. Source: "{app}\ReadMe,1.html"; DestDir: "{app}"; DestName: "ReadMe.html"; MinVersion: 0.0,5.0.2195; 
  24. Source: "{app}\License.rtf"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  25. Source: "{app}\License.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; 
  26. Source: "{app}\ReadMe,2.html"; DestDir: "{app}"; DestName: "ReadMe.html"; MinVersion: 0.0,5.0.2195; 
  27. Source: "{app}\SmartFTP.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; Flags: ignoreversion 
  28. Source: "{app}\BackupTool.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; Flags: ignoreversion 
  29. Source: "{app}\sfFavorites,1.dll"; DestDir: "{app}"; DestName: "sfFavorites.dll"; MinVersion: 0.0,5.01.2600; 
  30. Source: "{app}\sfFTPLib,1.dll"; DestDir: "{app}"; DestName: "sfFTPLib.dll"; MinVersion: 0.0,5.01.2600; 
  31. Source: "{app}\sfFTPLib,2.dll"; DestDir: "{app}"; DestName: "sfFTPLib.dll"; MinVersion: 0.0,5.0.2195; OnlyBelowVersion: 0.0,5.01.2600; Flags: restartreplace regserver regtypelib uninsrestartdelete 
  32. Source: "{app}\sfFavorites,2.dll"; DestDir: "{app}"; DestName: "sfFavorites.dll"; MinVersion: 0.0,5.0.2195; OnlyBelowVersion: 0.0,5.01.2600; Flags: restartreplace regserver regtypelib uninsrestartdelete 
  33. Source: "{app}\SmartHook.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0.2195; Flags: restartreplace regserver uninsrestartdelete 
  34. Source: "{group}\SmartFTP on the Web.url"; DestDir: "{group}"; MinVersion: 0.0,5.0.2195; 
  35.  
  36. [Run]
  37. Filename: "{app}\SmartFTP.exe"; Description: "{cm:LaunchProgram,SmartFTP Client}"; MinVersion: 0.0,5.0.2195; Flags: postinstall skipifsilent nowait
  38.  
  39. [Icons]
  40. Name: "{group}\SmartFTP Client"; Filename: "{app}\SmartFTP.exe"; MinVersion: 0.0,5.0.2195; 
  41. Name: "{commondesktop}\SmartFTP Client"; Filename: "{app}\SmartFTP.exe"; Tasks: desktopicon; MinVersion: 0.0,5.0.2195; 
  42. Name: "{group}\Tools\Backup Tool"; Filename: "{app}\BackupTool.exe"; MinVersion: 0.0,5.0.2195; 
  43. Name: "{group}\SmartFTP on the Web"; Filename: "{app}\SmartFTP on the Web.url"; MinVersion: 0.0,5.0.2195; 
  44.  
  45. [Tasks]
  46. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; MinVersion: 0.0,5.0.2195; 
  47.  
  48. [CustomMessages]
  49. english.NameAndVersion=%1 version %2
  50. english.AdditionalIcons=Additional icons:
  51. english.CreateDesktopIcon=Create a &desktop icon
  52. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  53. english.ProgramOnTheWeb=%1 on the Web
  54. english.UninstallProgram=Uninstall %1
  55. english.LaunchProgram=Launch %1
  56. english.AssocFileExtension=&Associate %1 with the %2 file extension
  57. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  58.  
  59. [Languages]
  60. ; These files are stubs
  61. ; To achieve better results after recompilation, use the real language files
  62. Name: "english"; MessagesFile: "embedded\english.isl"; 
  63.