home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 New Year / INTERNET112.ISO / pc / software / windows / utils / easy_password / epmv2setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-09-25  |  4.1 KB  |  60 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Easy Password Manager
  4. AppVerName=Easy Password Manager V2.0.13c
  5. AppId=Easy Password Manager
  6. DefaultDirName={pf}\Easy Password ManagerV2
  7. DefaultGroupName=Easy Password ManagerV2
  8. UninstallDisplayIcon={app}\EasyPasswordManager.exe
  9. OutputBaseFilename=EPMV2Setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regtypelib sharedfile 
  17. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  18. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  19. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  20. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  21. Source: "{sys}\comcat.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  22. Source: "{sys}\ComCtl32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  23. Source: "{sys}\ComDLG32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  24. Source: "{sys}\tabctl32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  25. Source: "{sys}\RICHTX32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  26. Source: "{sys}\EPMAFCMB.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  27. Source: "{sys}\MSMASK32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  28. Source: "{sys}\VBAJET32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  29. Source: "{sys}\msjint35.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  30. Source: "{sys}\msjter35.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  31. Source: "{dao}\DAO350.DLL"; DestDir: "{dao}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  32. Source: "{sys}\MSJET35.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  33. Source: "{sys}\cIEAFProxy.dll"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  34. Source: "{sys}\EPMCV2.dll"; DestDir: "{sys}"; 
  35. Source: "{app}\EasyPasswordManager.exe"; DestDir: "{app}"; 
  36. Source: "{app}\Help Guides\EPM-Helpguide0203.chm"; DestDir: "{app}\Help Guides"; 
  37. Source: "{app}\README-V2EPM.txt"; DestDir: "{app}"; 
  38. Source: "{app}\firstuse.txt"; DestDir: "{app}"; 
  39. Source: "{app}\Help Guides\Uninstall-Readme.txt"; DestDir: "{app}\Help Guides"; 
  40. [Dirs]
  41. Name: "{app}\DatabasesV2"; 
  42. Name: "{app}\EPMData"; 
  43. Name: "{app}\Help Guides\"; 
  44. Name: "{app}\DBV2Backup\"; 
  45. Name: "{group}\Uninstall Easy Password Manager V2\"; 
  46. [Run]
  47. Filename: "{app}\EasyPasswordManager.exe"; Description: "Launch application after installation?"; Flags: postinstall skipifsilent nowait
  48. Filename: "{app}\README-V2EPM.txt"; Description: "View Readme File?"; Flags: shellexec skipifdoesntexist postinstall unchecked skipifsilent 
  49. [Icons]
  50. Name: "{group}\Easy Password Manager V2"; Filename: "{app}\EasyPasswordManager.exe"; Comment: "Launch Easy Password Manager V2"; 
  51. Name: "{group}\Easy Password Manager V2 Help"; Filename: "{app}\Help Guides\EPM-Helpguide0203.chm"; Comment: "Easy Password Manager V2 Help File"; 
  52. Name: "{group}\Uninstall Easy Password Manager V2\Uninstall Easy Password Manager V2"; Filename: "{app}\unins000.exe"; Comment: "Uninstall Easy Password Manager V2"; 
  53. Name: "{group}\Uninstall Easy Password Manager V2\Uninstall Readme"; Filename: "{app}\Help Guides\Uninstall-Readme.txt"; Comment: "Information on completely uninstalling Easy Password Manager V2 including database files"; 
  54. Name: "{userdesktop}\Easy Password Manager V2"; Filename: "{app}\EasyPasswordManager.exe"; Tasks: desktopicon; 
  55. [Tasks]
  56. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  57. [UninstallDelete]
  58. Type: files; Name: "{app}\EPMData\EPMV2.ini"; 
  59. Type: dirifempty; Name: "{app}\EPMData"; 
  60.