home *** CD-ROM | disk | FTP | other *** search
/ ftp.morenci.k12.mi.us / ftp.morenci.k12.mi.us.tar / ftp.morenci.k12.mi.us / Clients / English / WINNT / i386 / INST_LOG.TXT < prev    next >
Text File  |  2004-06-25  |  2KB  |  30 lines

  1.               Novell Client Multiple Client Install Login Script
  2.                              06/25/04
  3.                                    
  4. Important:  Read this sample script in Notepad or WordPad to accommodate the log line lengths.
  5.  
  6. Purpose
  7.  
  8. If you plan to install the Novell Client software on multiple workstations, you can install from the network by copying files to the server and modifying the login script. Even if your network has workstations on multiple platforms, you can install and upgrade the client software on all platforms when users log in. The process requires five tasks:
  9.  
  10.    1.   Create a folder on the NetWare server.
  11.    2.   Copy Novell Client files and other required files to this folder (workstations can then read the files during login).
  12.    3.   Grant rights to the new folder.
  13.    4.   Create or update the appropriate configuration file (install.cfg, setup.ini, nwsetup.ini, or unattended.txt file) for each platform-specific client.
  14.    5.   Create or modify the appropriate login script.  A sample script is included in this file.
  15.  
  16.  
  17.  
  18. Login Script
  19.  
  20. Note: In this sample, the information that is necessary to the script is represented in all capital letters. The information you should customize for your network is in lowercase letters
  21.  
  22. REM ***** Windows 2000/XP *****
  23. IF OS = "WINNT"
  24.    WRITE "Updating Novell Client for Windows 2000/XP."
  25.    #\\server1\sys\public\client\winnt\i386\acu.exe
  26.    IF "%ERROR_LEVEL" = "1" THEN
  27.         EXIT
  28.    END
  29. END
  30.