home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / full / activeperl / APi522e.exe / _setup.lib / install.txt < prev    next >
Encoding:
Text File  |  1999-11-01  |  3.5 KB  |  83 lines

  1. + Potential Installation Issues
  2.  
  3.   + Installer may crash under certain circumstances
  4.  
  5.     InstallShield may sometimes fail in _ins0432._mp after copying files. 
  6.  
  7.     After much investigation into this issue, we have been unable to track down
  8.     a specific cause for this in our installation procedure. Users experiencing
  9.     this problem should see the following InstallShield KB document:
  10.  
  11.     Document ID: Q100198
  12.     http://support.installshield.com/kb/
  13.  
  14.     Summary:
  15.  
  16.     A Setup program that has been tested and works correctly on most
  17.     development systems is terminating during initialization with one of the
  18.     following errors on some systems: 
  19.  
  20.     - Setup Initialization Error 102,104, 105, 112, or 301 
  21.     - Installation stops responding without displaying a message. 
  22.     - A General Protection Fault (GPF) error. 
  23.     - Windows "Program has performed an illegal operation" dialog box.
  24.  
  25.     Workaround:
  26.  
  27.     Reboot, and do not run any 16-bit executables before running the installer.
  28.     This has been reported to fix the issue on some installations.
  29.  
  30.   + Installer may report a "Cannot Create Perl Interpreter" error
  31.  
  32.     This problem may be caused by installing into a previous ActivePerl
  33.     installation that has version information in the directory structure.  For
  34.     instance, if the version of ActivePerl you are attempting to install
  35.     is based on 5.005_03, you are installing over an ActivePerl based on
  36.     5.005_02, and the directory structure contains the version information
  37.     5.00502, then the installation will fail with an error similar to "Cannot
  38.     create Perl interpreter in PerlEz".
  39.     
  40.     Workaround:
  41.     
  42.     If the Perl directory structure contains version information, ie.  5.00502,
  43.     uninstall the old ActivePerl and remove any remaining files and
  44.     directories. Then install the latest build of ActivePerl.  Alternatively,
  45.     install into a completely separate directory tree.
  46.  
  47.     Solution:
  48.  
  49.     The current ActivePerl distribution does not install into a version
  50.     specific directory by default. It is up to the user to specify version
  51.     information in the directory structure if desired and be aware of the
  52.     issues involved.
  53.  
  54.  
  55. + ActivePerl Installation Options
  56.  
  57.   + Add the Perl bin directory to your path
  58.  
  59.     Selecting this option will cause the Perl bin directory to be added to the
  60.     end of the PATH, and all other Perl directories to be removed from the
  61.     PATH.
  62.  
  63.   + Associate '.pl' with Perl.exe in Explorer
  64.  
  65.     Selecting this option will create the Perl File Type which will enable you
  66.     to run a Perl script by double clicking on it in Windows Explorer.
  67.     Additionally on Windows NT you can run the script by just typing the name
  68.     of the script file and pressing enter at the command shell prompt.
  69.  
  70.   + Associate '.pl' with Perl.exe for your Web server(s)
  71.  
  72.     Selecting this option will create a script map association between Perl.exe
  73.     and files that end with '.pl' in IIS and WebSite Web servers.  This will
  74.     cause files ending with the '.pl' extension to be run by Perl.exe and the
  75.     output from the script will be sent back to the Web browser.
  76.  
  77.   + Associate '.plx' with Perl for ISAPI in IIS
  78.  
  79.     Selecting this option will create a script map association between
  80.     PerlIS.dll and files that end with '.plx' in IIS. This will cause files
  81.     ending with the '.plx' extension to be run by the PerlIS DLL and the output
  82.     from the script will be sent back to the Web browser.
  83.