home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / sharewar / fileedit / pfe0702i / UPGRADE.TXT < prev   
Text File  |  1998-01-10  |  5KB  |  112 lines

  1.     ===================================================================== 
  2.         UPGRADING TO PFE32 0.07.002 FROM PFE32 0.06.002 OR EARLIER
  3.     =====================================================================
  4.  
  5. IF YOU'VE BEEN USING VERSION 0.06.002 OR EARLIER OF THE 32-BIT EDITION OF PFE,
  6.     YOU SHOULD READ THIS FILE CAREFULLY BEFORE YOU BEGIN TO USE 0.07.002
  7.  
  8. THIS FILE DOES NOT AFFECT YOU:
  9.     - IF YOU'VE NOT USED PFE BEFORE
  10.     - IF YOU ARE USING THE 16-BIT EDITION
  11.     - IF YOU'VE BEEN USING PFE32 0.07.001
  12.  
  13.  
  14. ------------------------------------------------------------------------------
  15.  
  16. =================================================
  17. USE OF THE WINDOWS REGISTRY IN THE 32-BIT EDITION
  18. =================================================
  19.  
  20. The 32-Bit Edition now stores all configuration information in the registry,
  21. private to each logged-on user of the workstation. Some facilities available
  22. previously for using multiple ini files have been removed, but roughly
  23. equivalent feature have been added.
  24.  
  25. Configuration data is now held in the registry under the key
  26.  
  27.               HKEY_CURRENT_USER\Software\AP\PFE
  28.  
  29. You can have multiple configuration sets, equivalent to multiple ini files, for
  30. each user. Each set has a name of up to 32 characters, containing alphanumerics,
  31. spaces, underscore, hyphens or dots; case is retained but is not significant.
  32.  
  33. One configuration set is marked as the "default startup set", and PFE will use
  34. this by default unless you include the new command line option "/r" to specify
  35. a set. The default startup set will be called "DefaultConfiguration" unless you
  36. say otherwise, so that
  37.  
  38.                pfe32
  39.  
  40. starts PFE with "DefaultConfiguration" and
  41.  
  42.                pfe32 /r "Edit Sources"
  43.  
  44. starts it with "Edit Sources". Note the use of quotes around a configuration
  45. name that contains spaces.
  46.  
  47. A new utility INI2REG converts old ini files into registry configuration sets
  48. for you; you'll need to run this before you start to convert your old ini file.
  49. The use of this utility is described below.
  50.  
  51. The Options Preferences command now has a "Configuration Sets" panel to manage
  52. configurations. You can create empty sets, delete sets, and copy the contents
  53. of existing sets to new ones.
  54.  
  55. The "/r" option also affects the DDE interface that PFE offers to other
  56. applications and to other instances of itself. Normally, the DDE service name
  57. that is created will be "PFE32"; but using "/r" causes this to change to be
  58. "PFE32" followed by the name of the registry configuration set.
  59.  
  60. The effect of this is to enable you to run single instances of PFE and keep the
  61. use of configuration sets consistent between them. For example, you might have
  62. shortcuts that start PFE with configuration sets "Set A" and "Set B"; by
  63. default you will run only one instance using each set.
  64.  
  65. You can, of course, use the "/m" option to force multiple instances to run as
  66. before
  67.  
  68. The Options Preferences "Configuration Sets" panel also allows you to export
  69. data from a configuration set into a file, and to import from these files into
  70. existing configuration sets. This allows portability of configurations between
  71. users and between 32-Bit systems; the files are compatible across all hardware
  72. platforms. There is no provision to move configration data between 16-Bit and
  73. 32-Bit systems.
  74.  
  75.  
  76.  
  77. ============================================
  78. CONVERTING PFE32.INI TO THE WINDOWS REGISTRY
  79. ============================================
  80.  
  81. Conversion of your standard PFE32.INI file (or any other PFE initialisation
  82. file that you have for the 32-Bit Edition) into the registry is a very simple
  83. operation.
  84.  
  85. 1. From Windows Explorer, start the utility program INI2REG.EXE that performs
  86.    the conversion for you. You must not have an instance of PFE version
  87.    0.07.002 running at this point or the utility will not start.
  88.  
  89. 2. You'll see an introductory panel with some descriptive text; click
  90.    on "Continue" once you've read this.
  91.  
  92. 3. Now you'll see the main conversion dialog that does the work. At the top
  93.    you'll see the name of the initialisation file to be converted; by default
  94.    this is the standard file that you've been using with your earlier release
  95.    of PFE. You can click on "Browse for file" to locate a different one if
  96.    you wish.
  97.  
  98. 4. Next, select the name of the registry configuration set that the
  99.    initialisation file is to be converted into. By default, the edit control
  100.    will show the name of the standard set "DefaultConfiguration", and you're
  101.    recommended to convert your main (or only) initialisation file into this
  102.    set.
  103.  
  104. 5. Finally, click on "Convert File" to copy the data into the Windows Registry
  105.  
  106. You'll now be able to start version 0.07.002 of PFE, and your previous
  107. configuration will be there for you.
  108.  
  109. Once you've performed the conversion, you need not retain your old
  110. initialisation files on your disk.
  111.  
  112.