home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / FingerPrint / FingerPrint_Setup.exe / install_script.iss
Text File  |  2004-01-30  |  2KB  |  53 lines

  1. ;InnoSetupVersion=4.1.0
  2.  
  3. [Setup]
  4. AppName=FingerPrint
  5. AppVerName=FingerPrint 2.1.3
  6. AppId=FingerPrint
  7. AppPublisher=MJLSoftware
  8. AppPublisherURL=http://www.mjleaver.com
  9. AppSupportURL=http://www.mjleaver.com
  10. AppUpdatesURL=http://www.mjleaver.com
  11. DefaultDirName={pf}\MJLSoftware\FingerPrint
  12. DefaultGroupName=MJLSoftware\FingerPrint
  13. UninstallDisplayIcon={app}\FingerPrint.exe
  14. UninstallDisplayName=FingerPrint
  15. OutputBaseFilename=FingerPrint_Setup
  16. Compression=zip
  17. PrivilegesRequired=none
  18. InfoBeforeFile=embedded\InfoBefore.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\FingerPrint.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\ReadMe.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\FingerPrintCL.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\FingerPrint.chm"; DestDir: "{app}"; Flags: ignoreversion 
  27.  
  28. [Registry]
  29. Root: HKCU; Subkey: "Software\MJLSoftware\FingerPrint"; Flags: uninsdeletekey 
  30.  
  31. [Run]
  32. Filename: "{app}\FingerPrint.exe"; Description: "Launch FingerPrint"; Flags: postinstall skipifsilent nowait
  33.  
  34. [Icons]
  35. Name: "{group}\FingerPrint"; Filename: "{app}\FingerPrint.exe"; 
  36. Name: "{group}\Uninstall FingerPrint"; Filename: "{uninstallexe}"; 
  37. Name: "{userdesktop}\FingerPrint"; Filename: "{app}\FingerPrint.exe"; Tasks: desktopicon; 
  38. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\FingerPrint"; Filename: "{app}\FingerPrint.exe"; Tasks: quicklaunchicon; 
  39. Name: "{group}\Help"; Filename: "{app}\FingerPrint.chm"; 
  40.  
  41. [Tasks]
  42. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  43. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  44.  
  45. [UninstallDelete]
  46. Type: files; Name: "{app}\*_Log_Page*.html"; 
  47. Type: files; Name: "{app}\*_excl_dir.txt"; 
  48.  
  49. [Languages]
  50. ; These files are stubs
  51. ; To achieve better results after recompilation, use the real language files
  52. Name: "default"; MessagesFile: "embedded\default.isl"; 
  53.