home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 January (DVD) / PCWorld_2008-01_DVD.iso / zabezpeceni / fileprotector / FPsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-11-29  |  3.1 KB  |  61 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=File Protector
  4. AppVerName=File Protector 1.0.342
  5. AppId=File Protector
  6. AppVersion=1.0.342
  7. AppPublisher=OICsoft,Inc
  8. AppPublisherURL=http://www.oicsoft.com/
  9. AppSupportURL=http://www.oicsoft.com/
  10. AppUpdatesURL=http://www.oicsoft.com/
  11. DefaultDirName={pf}\File Protector
  12. DefaultGroupName=File Protector
  13. UninstallFilesDir={app}\uninst
  14. OutputBaseFilename=FPsetup
  15. Compression=lzma
  16. Uninstallable=no
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\File Protector.exe"; DestDir: "{app}"; Flags: uninsneveruninstall ignoreversion 
  22. Source: "{app}\File Protector.exe.manifest"; DestDir: "{app}"; Flags: uninsneveruninstall ignoreversion 
  23. Source: "{app}\Uninstall.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\File Protector.chm"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{sys}\security.exe"; DestDir: "{sys}"; Flags: uninsneveruninstall ignoreversion 
  26. Source: "{sys}\FPsecure.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall ignoreversion 
  27. Source: "{sys}\COMCTL32.OCX"; DestDir: "{sys}"; Flags: uninsneveruninstall ignoreversion 
  28. Source: "{sys}\PICCLP32.OCX"; DestDir: "{sys}"; Flags: uninsneveruninstall ignoreversion 
  29. Source: "{app}\language\eng.ini"; DestDir: "{app}\language"; Flags: uninsneveruninstall ignoreversion 
  30. Source: "{app}\uninst\unins000.dat"; DestDir: "{app}\uninst"; Flags: ignoreversion 
  31. Source: "{app}\uninst\unins000.exe"; DestDir: "{app}\uninst"; Flags: ignoreversion 
  32. [Dirs]
  33. Name: "{app}\language"; 
  34. Name: "{app}\uninst"; 
  35. [Run]
  36. Filename: "{app}\File Protector.exe"; Description: "{cm:LaunchProgram,File Protector}"; Flags: postinstall skipifsilent nowait
  37. [Icons]
  38. Name: "{group}\File Protector"; Filename: "{app}\File Protector.exe"; 
  39. Name: "{group}\File Protector on the Web"; Filename: "http://www.oicsoft.com/"; 
  40. Name: "{group}\Uninstall File Protector"; Filename: "{app}\uninstall.exe"; 
  41. Name: "{group}\File Protector Help"; Filename: "{app}\File Protector.chm"; 
  42. Name: "{commondesktop}\File Protector"; Filename: "{app}\File Protector.exe"; Tasks: desktopicon; 
  43. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\File Protector"; Filename: "{app}\File Protector.exe"; Tasks: quicklaunchicon; 
  44. [Tasks]
  45. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  46. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  47. [CustomMessages]
  48. english.NameAndVersion=%1 version %2
  49. english.AdditionalIcons=Additional icons:
  50. english.CreateDesktopIcon=Create a &desktop icon
  51. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  52. english.ProgramOnTheWeb=%1 on the Web
  53. english.UninstallProgram=Uninstall %1
  54. english.LaunchProgram=Launch %1
  55. english.AssocFileExtension=&Associate %1 with the %2 file extension
  56. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  57. [Languages]
  58. ; These files are stubs
  59. ; To achieve better results after recompilation, use the real language files
  60. Name: "english"; MessagesFile: "embedded\english.isl"; 
  61.