home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 February / PCWorld_2007-02_cd.bin / zabezpeceni / fileandfolder / ffpr.exe / SETUP.EXE / install_script.iss
Text File  |  2007-01-02  |  3KB  |  71 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=File and Folder Privacy
  5. AppVerName=File and Folder Privacy v2.7
  6. AppId=File and Folder Privacy
  7. AppVersion=2.7
  8. AppPublisher=Ixis Research Ltd.
  9. AppPublisherURL=http://www.pc-safety.com
  10. DefaultDirName={pf}\File and Folder Privacy
  11. DefaultGroupName=File and Folder Privacy
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. LicenseFile=embedded\License.rtf
  15. InfoBeforeFile=embedded\InfoBefore.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{win}\ffprext\FFPrExt.dll"; DestDir: "{win}\ffprext"; Flags: uninsrestartdelete 
  21. Source: "{win}\ffprext\FFPrKbd.dll"; DestDir: "{win}\ffprext"; Flags: uninsrestartdelete 
  22. Source: "{win}\ffprext\ffprsrv.exe"; DestDir: "{win}\ffprext"; Flags: uninsrestartdelete 
  23. Source: "{app}\FFPr.exe"; DestDir: "{app}"; 
  24. Source: "{app}\FFPr.bmp"; DestDir: "{app}"; 
  25. Source: "{sys}\drivers\FDCF.vxd"; DestDir: "{sys}\drivers"; 
  26. Source: "{sys}\drivers\FDCFNT.SYS"; DestDir: "{sys}\drivers"; 
  27. Source: "{app}\FFPr.hlp"; DestDir: "{app}"; 
  28. Source: "{app}\FFPr.cnt"; DestDir: "{app}"; 
  29. Source: "{app}\uninstall.ico"; DestDir: "{app}"; 
  30. Source: "{app}\cref.dlr"; DestDir: "{app}"; 
  31. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  32.  
  33. [Registry]
  34. Root: HKLM; Subkey: "Software\File and Folder Privacy"; Flags: uninsdeletekey 
  35. Root: HKCU; Subkey: "Software\File and Folder Privacy"; Flags: uninsdeletekey 
  36.  
  37. [Run]
  38. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  39. Filename: "{app}\FFPr.exe"; Parameters: "/I"; 
  40.  
  41. [Icons]
  42. Name: "{group}\File and Folder Privacy"; Filename: "{app}\FFPr.exe"; WorkingDir: "{app}"; 
  43. Name: "{userdesktop}\File and Folder Privacy"; Filename: "{app}\FFPr.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  44. Name: "{group}\Help"; Filename: "{app}\FFPr.hlp"; WorkingDir: "{app}"; 
  45. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; WorkingDir: "{app}"; 
  46. Name: "{group}\Uninstall File and Folder Privacy"; Filename: "{app}\FFPr.exe"; Parameters: "/u"; WorkingDir: "{app}"; IconFilename: "{app}\uninstall.ico"; 
  47. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\File and Folder Privacy"; Filename: "{app}\FFPr.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  48.  
  49. [Tasks]
  50. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  51. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  52.  
  53. [UninstallDelete]
  54. Type: files; Name: "{app}\FFPr.gid"; 
  55.  
  56. [CustomMessages]
  57. default.NameAndVersion=%1 version %2
  58. default.AdditionalIcons=Additional icons:
  59. default.CreateDesktopIcon=Create a &desktop icon
  60. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  61. default.ProgramOnTheWeb=%1 on the Web
  62. default.UninstallProgram=Uninstall %1
  63. default.LaunchProgram=Launch %1
  64. default.AssocFileExtension=&Associate %1 with the %2 file extension
  65. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  66.  
  67. [Languages]
  68. ; These files are stubs
  69. ; To achieve better results after recompilation, use the real language files
  70. Name: "default"; MessagesFile: "embedded\default.isl"; 
  71.