home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 February / PCWK0297.iso / novell / 32client / image / ________ / admin2.350 / NAM / NLS / ENGLISH / README.NAL < prev   
Text File  |  1996-01-08  |  11KB  |  342 lines

  1. Readme for NetWare Application Launcher 1.00
  2. January 8, 1996
  3. (c) Copyright 1996, Novell, Inc.  All rights reserved.
  4.  
  5. OVERVIEW
  6.  
  7. The NetWare Application Launcher (NAL) allows users to run
  8. applications that were previously configured by a system
  9. administrator, and whose setup information is stored as an application
  10. object in the NetWare directory tree.  NAL displays icons for all
  11. available applications in a window, and lets the user double-click on
  12. an icon to launch an application.  Users don't need to worry about
  13. drive mappings, paths, or rights.  The administrator can manage the
  14. application launcher on a Container, Group, or User object level.
  15.  
  16.  
  17. LIMITATIONS AND CAVEATS
  18.  
  19. These bugs, limitations, and caveats apply only to this release.
  20.  
  21. -   If a drive mapping exists, applications that need the drive letter  
  22.     with a different mapping will not execute.
  23.  
  24. -   File system rights are not granted automatically when the
  25.     application object is assigned to a user, group, or container. 
  26.     These file system rights must be explicitly granted by the 
  27.     administrator.
  28.  
  29. -   Caution should be used when setting the timed refresh setting. 
  30.     Frequent refreshes of large numbers of users can adversely impact
  31.     network traffic.  The default is timed refresh turned off.
  32.  
  33. -   Changes to user configurations don't actually take place until the  
  34.     user closes the Application Launcher and reruns it.
  35.  
  36. -   The DLL that processes login scripts may not be available if 
  37.     a script is used with an application object. You may need to 
  38.     move/copy the DLL to the WINDOWS\SYSTEM directory if not in the 
  39.     PATH. The DLL is LGNW9532.DLL on Windows 95 and LGNW3116.DLL 
  40.     on Windows 3.x.
  41.  
  42. -   You must have the released version of the NetWare Client 32 for 
  43.     Windows 95 installed in order for the Application Launcher to 
  44.     work correctly.  All beta versions must be upgraded.
  45.  
  46.  
  47.  
  48. INSTALLATION
  49.  
  50. The following files make up the Application Launcher:
  51.  
  52.     * APPSNAP.DLL
  53.  
  54.     * APPRES16.DLL
  55.  
  56.     * APPSNAP.HLP
  57.  
  58.     * NAL.EXE
  59.  
  60.     * NALW95.EXE    (Windows 95 only)
  61.  
  62.     * NALW31.EXE    (Window 3.1 only)
  63.  
  64.     * NALRES32.DLL  (Windows 95 only)
  65.  
  66.     * NALRES.DLL    (Window 3.1 only)
  67.  
  68.     * NALBMP32.DLL  (Windows 95 only)
  69.  
  70.     * NALBMP.DLL    (Window 3.1 only)
  71.  
  72.     * NAL.HLP
  73.  
  74. (Administrators use NWADMIN and the APPSNAP.DLL snap-in. Users run
  75. NAL.EXE on all platforms.)
  76.  
  77. The Application Launcher requires the following files to run on
  78. Windows 3.1:
  79.  
  80.     * CALWIN16.DLL
  81.  
  82.     * CLNWIN16.DLL
  83.  
  84.     * CLXWIN16.DLL
  85.  
  86.     * LOCWIN16.DLL
  87.  
  88.     * NCPWIN16.DLL
  89.  
  90.     * NETWIN16.DLL
  91.  
  92.  
  93.  
  94. Manual installation is done in two parts:
  95.  
  96. PART 1--Administrator
  97.  
  98. Installing APPSNAP.DLL
  99.  
  100. 1.  Copy APPSNAP.DLL to any directory on the network or local drive
  101.     that the network administrator has access to.  This file is
  102.     typically copied to a server into the SYS:PUBLIC directory.
  103.  
  104. 2.  Copy APPRES16.DLL and APPSNAP.HLP to a directory that is
  105.     accessible by the administrator, such as the PUBLIC directory on a
  106.     server, or on the local hard-drive.  Note: These files can
  107.     either be in the APPSNAP.DLL directory, or in the NLS\<language>
  108.     directory below APPSNAP.DLL.
  109.  
  110. 3.  Edit NWADMIN.INI (found in the Windows directory). Under 
  111.  
  112.     "[Snapin Object DLLs]" add the following line:
  113.     
  114.     <snapin name>=<path>
  115.  
  116.     where <snapin name> is a unique identifying name, such as SNAPIN1,
  117.     and <path> is the path where the APPSNAP.DLL is located, such as
  118.     \\prufrock\sys\public\appsnap.dll.
  119.  
  120.     For example:
  121.     [Snapin Object DLLs]
  122.     SNAPIN1 = Z:\public\appsnap.dll
  123.  
  124. 4.  To modify the schema, run NWADMIN. If the tree doesn't have the
  125.     necessary extensions already, you will be prompted to modify the
  126.     tree's schema.
  127.  
  128. PART 2--User
  129.  
  130. Installing NAL for Windows 95
  131.  
  132. 1.  Copy NAL.EXE and NALW95.EXE to a directory accessible to
  133.     all users, such as the PUBLIC directory on a server, or on the
  134.     local hard drive.
  135.  
  136. 2.  Copy NALRES32.DLL, NALBMP32.DLL, and NAL.HLP to a directory 
  137.     accessible to all users, such as the PUBLIC directory on a
  138.     server, or on the local hard drive.
  139.  
  140.     Note: NALRES32.DLL, NALBMP32.DLL, and NAL.HLP can be installed 
  141.     in the following directories:
  142.  
  143.     * NAL.EXE
  144.  
  145.     * NLS\<language>
  146.  
  147. 3.  (Optional) Add the NAL.EXE application to the Windows Startup
  148.     folder.
  149.  
  150. Installing NAL for Windows 3.1
  151.  
  152. 1.  Copy NAL.EXE and NALW31.EXE to a directory accessible to 
  153.     all users, such as the PUBLIC directory on a server, or on the
  154.     local hard drive.
  155.  
  156. 2.  Copy NALRES.DLL, NALBMP.DLL, and NAL.HLP to a directory
  157.     accessible to all users, such as the PUBLIC directory on a
  158.     server, or on the local hard drive.  Note that NALRES.DLL
  159.     NALBMP.DLL, and NAL.HLP can be either in the NAL.EXE directory, or
  160.     in the NLS\<language> directory.
  161.  
  162. 3.  Copy the WIN16.DLL files to a directory called NALLIB below
  163.     NAL.EXE.  For example, if NAL.EXE is in PUBLIC, copy ???WIN16.DLL
  164.     to PUBLIC\NALLIB.
  165.  
  166. 4.  (Optional) Add the NAL.EXE application to the Windows Startup
  167.     group.
  168.  
  169.  
  170.  
  171. ADDING NAL TO THE STARTUP FOLDER (Windows 95)
  172.  
  173. 1.  Browse to the StartUp folder.  Starting with My Computer,
  174.     browse to the directory where Windows 95 was installed, usually
  175.     C:\WINDOWS.  Continue browsing to Start Menu\Programs\StartUp.
  176.  
  177. 2.  Create a shortcut to NAL.EXE by selecting the FILE | NEW | SHORTCUT menu
  178.     item.  For the command line, enter the path to NAL.EXE, then press
  179.     NEXT.  Enter any name you want for the shortcut, then press FINISH.
  180.  
  181.  
  182.  
  183. ADDING NAL TO THE STARTUP GROUP (Windows 3.1)
  184.  
  185. 1.  Select the StartUp group in Program Manager.
  186.  
  187. 2.  Create a program item for NAL.EXE.  Select FILE | NEW menu item. 
  188.     Select Program Item.  For the command line enter the path to
  189.     NAL.EXE.  Enter a description.  Press OK.
  190.  
  191.  
  192.  
  193. REPLACING PROGRAM MANAGER WITH NAL
  194. (Running NAL as the shell in Windows 3.1)
  195.  
  196. 1.  Copy the WIN16.DLL files to the WINDOWS\SYSTEM directory.
  197.  
  198. 2.  Copy the following files to a directory on the local drive:
  199.  
  200.     * NALW31.EXE
  201.  
  202.     * NALRES.DLL
  203.  
  204.     * NALBMP.DLL
  205.  
  206.     * NAL.HLP
  207.  
  208. 3.  Edit SYSTEM.INI to set NAL as the SHELL.  Find the line in the
  209.     [boot] section that starts with shell=, for example
  210.  
  211.     shell=progman.exe
  212.  
  213.     Replace the current setting with the location of the NAL files,
  214.     such as 
  215.  
  216.     shell=c:\nal\nalw31.exe
  217.  
  218.     Save the changes and start Windows.
  219.  
  220.  
  221.  
  222. CREATING APPLICATION OBJECTS
  223.  
  224. To create an Application object in NDS, complete the following steps:
  225.  
  226. 1.  Run NWADMIN. (The application launcher snap-in should be installed
  227.     and initialized.)
  228.  
  229. 2.  Select Object | Create.
  230.  
  231. 3.  Select one of the following options from the object list:
  232.  
  233.     * Application (Windows 95), 
  234.  
  235.     * Application (Windows 3.x)
  236.  
  237.     * Application (DOS)
  238.  
  239. 4.  Specify the path of the application, using UNC or drive letter
  240.     syntax, in the application dialog.
  241.  
  242. 5.  Press Create to create the application object.
  243.  
  244. 6.  (Optional) Select the Environment page to specify any drive
  245.     mappings or print captures that are needed for this application.
  246.  
  247.     These mappings and captures don't actually take effect until the user
  248.     launches the application, and when the user closes the application,
  249.     the mappings and captures are removed. The user can view
  250.     environment settings in the Application Launcher (but not change
  251.     them), by selecting File | Properties, then Resources.
  252.  
  253. 7.  (Optional) Specify a contact for the application.
  254.  
  255.     Contact telephone numbers and email names are available to users
  256.     in the Application Launcher.  The phone number and email name are
  257.     retrieved from the user object data in the tree.
  258.  
  259. Once the Application objects are created, you can associate them with
  260. user, group, or container objects by doing the following:
  261.  
  262. 1.  In NWADMIN, view details on the Container, Group, or User object
  263.     with which you want to associate the application object.
  264.  
  265. 2.  Press Applications. (This button is one of two new
  266.     property buttons that appear at the bottom of the NWADMIN buttons
  267.     after you have installed and initialized the application launcher
  268.     snap-in.)
  269.  
  270. 3.  Add an Application object to the following lists:
  271.  
  272.     * Applications to launch when the user selects
  273.  
  274.     * Applications to launch automatically
  275.  
  276.     Applications in the "Applications to launch automatically" list 
  277.     are launched when the NAL.EXE file is executed. To launch
  278.     applications in the "Applications to launch when the user selects"
  279.     list, the user must double-click the icons in the NAL window.
  280.  
  281. 4.  Save the changes to the object.
  282.  
  283.     The application launcher is updated as specified by the refresh
  284.     rate. (The default is no refresh.) To change the refresh rate, in
  285.     NWADMIN select the Launcher Configuration page for that object,
  286.     and modify the Refresh seconds field.
  287.  
  288.  
  289.  
  290. ASSOCIATING APPLICATION OBJECTS WITH USERS
  291.  
  292. When the Application Launcher loads, it determines which applications
  293. to display for the user. It does this by using the following
  294. algorithm:
  295.  
  296.     * Display all applications associated with the user object.
  297.  
  298.     * Display all applications associated with groups that the user
  299.     belongs to.
  300.  
  301.     * Display all applications associated with containers of which the 
  302.     user is part. (The number of containers to search is configured in the
  303.     Launcher Configuration page of user objects and container
  304.     objects.)
  305.  
  306. The following three examples show how associations affect the applications
  307. the user sees in the NAL window:
  308.  
  309. Example #1
  310.  
  311. Associations:  WordPerfect and Quattro Pro are associated with the
  312.                user object.
  313.  
  314. User sees:     WordPerfect and Quattro Pro.
  315.  
  316.  
  317. Example #2
  318.  
  319. Associations:  User belongs to a group named PerfectOffice. The
  320.                PerfectOffice group has 3 applications associated with
  321.                it: WordPerfect, Quattro Pro, and Presentations.
  322.  
  323. User sees:     WordPerfect, Quattro Pro, and Presentations.
  324.  
  325.  
  326. Example #3
  327.  
  328. Associations:  The context of the user is .CPT.NPD.NOVELL. The CPT
  329.                container has an application named Schema Manager
  330.                associated with it, NPD has GroupWise associated with
  331.                it, and NOVELL has PhoneW associated with it. The
  332.                "Container Levels" field in the "Launcher
  333.                Configuration" page for the user is set to 2.
  334.  
  335. User sees:     Schema Manager and GroupWise. User does not see
  336.                PhoneW.
  337.  
  338. ### Version Tracking Information ###
  339.  
  340. VeRsIoN=1.00  Novell NAL Readme (960108)
  341. CoPyRiGhT=(c) Copyright 1996, Novell, Inc.  All rights reserved.
  342.