home *** CD-ROM | disk | FTP | other *** search
/ The Mother of All Windows Books / CD-MOM.iso / cd_mom / utility / fileman / wizmgr / network.txt < prev    next >
Text File  |  1993-07-05  |  3KB  |  78 lines

  1.     WizManager Installation on a Network Server
  2.  
  3.  
  4. WizManager can be installed on a network server so that all
  5. connected users can load and run WizManager on their stations.
  6. Each computer running WizManager should have a WizManager
  7. License. Contact Mijenix for volume discount information.
  8.  
  9. 1. WINFILE.INI SETUP
  10.  
  11. WizManager WIZMGR.INI file is created during the installation
  12. process in WizManager's directory. WIZMGR.INI contains the
  13. information and modifications to perform on the WINFILE.INI file
  14. in order to have File Manager load and run WizManager (see
  15. README2.TXT). WIZMGR.INI is only an information file and is not
  16. used by WizManager.
  17.  
  18. File Manager loads a specified extension when the latter path and
  19. filename is provided in WINFILE.INI. This information is stored
  20. under the [AddOns] section. Each station which is to run
  21. WizManager must have its WINFILE.INI modified by adding a
  22. specific entry to the [AddOns] section.
  23.  
  24. In addition to the [AddOns] section modification, it is necessary
  25. to add the [WizManager] section with the path to the WizManager
  26. directory as a sole entry. WizManager needs the specified path to
  27. launch its memory unit WIZUNIT.EXE at startup.
  28.  
  29. All the information which should be merged with WINFILE.INI is
  30. contained in the WIZMGR.INI file.
  31.  
  32. If users wish to run WizManager scripts, the following entry has 
  33. to be added to the users' WIN.INI file under the [Extensions] 
  34. section:
  35.  
  36.   WIZ=[...]\WIZUNIT.EXE ^.WIZ
  37.  
  38. where [...] represents the path to the WizManager directory (an 
  39. entry example could be WIZ=F:\WIZMGR\WIZUNIT.EXE ^.WIZ)
  40.  
  41.  
  42. 2. WIZBAR.DLL
  43.  
  44. It is important that the file WIZBAR.DLL be in the users' file
  45. search path.
  46.  
  47. By default, WIZBAR.DLL is installed in the Windows directory, but
  48. it can be installed in any directory declared in the user's file
  49. search path.
  50.  
  51. If WIZBAR.DLL is not found during File Manager's startup process,
  52. WizManager will not be loaded and therefore will not be available
  53. to the user.
  54.  
  55.  
  56. 3. MERGEINI.EXE UTILITY PROGRAM
  57.  
  58. A useful utility program named MergeIni.exe is provided with the
  59. registered version of WizManager. MergeIni is a DOS program
  60. which can be used to 'smartly' merge the information contained in
  61. WIZMGR.INI with WINFILE.INI.
  62.  
  63. The MergeIni command syntax is as follows:
  64.  
  65.         MERGEINI <SourceFile> <DestinationFile>
  66.  
  67. If any section declared in the <SourceFile> does not exit in the
  68. <DestinationFile>, it is automatically created and the related
  69. entries are copied from the <SourceFile> to the <DestinationFile>.
  70. If a section already exits in the <DestinationFile>, MergeIni
  71. simply updates the related entries.
  72.  
  73. MergeIni can be declared in a login script so that each user who
  74. should have access to WizManager (stored on a file server) would
  75. have its WINFILE.INI modified, so that WizManager could be found
  76. and loaded when File Manager is launched.
  77.  
  78.