Previous Page: Setting Up Windows-based ACU for DOS Login  Next Page: Installing from the Network

Setting Up Windows-based ACU for Windows Login

If your users login to the network in Windows*, and you want to use the Windows-based install utility (setup.exe), complete the following steps.

  1. In the sys: public directory, create a client directory.

  2. In the client directory, create a doswin 32 directory.

  3. Copy the contents of the doswin32 directory from the Z.E.N.works CD-ROM to the sys:public\client\doswin32 directory.

    By default, the the doswin32 directory is located in the products directory.

  4. Review the setup.ini file to make sure the parameters are correct.

    For information on modifying parameters in setup.ini, see Modifying the Setup.ini File

  5. Using a NetWare administration utility (such as NetWare Administrator), create a user group for the users you want to upgrade to Novell Client.

  6. Open the system, container, or profile login script in the administration utility.

  7. Add the following in the login script:

    MAP drive:=\\servername\volume\...\doswin32\nls\english

    @drive:setup.exe /acu

    Make sure to include an at sign (@) before each command line in the login script.

    For example:

    MAP T:=\\thor\sys\public\client\doswin32\nls\english

    @T:setup.exe /acu

  8. Save the login script and exit the NetWare administration utility.


Example Windows Login Script for Windows ACU

IF member of Accounting THEN BEGIN

 

 

 

WRITE Checking Client Version Information.

 

 

 

MAP T:=\\thor\sys\public\client\doswin32\nls\english

 

 

@T:setup.exe /acu

END

 

 



  Previous Page: Setting Up Windows-based ACU for DOS Login  Next Page: Installing from the Network