After you have set up your network installation of the Novell Client, you must decide how to distribute the install files. You can modify the login script to launch installation files, distribute the files through ZENworks, or use another method you have available on your network.
For more information on using login scripts, see Distributing the Novell Client Using Login Scripts. For more information on using ZENworks, see the documentation associated with the installed version of ZENworks.
You need to modify login scripts for users whose workstations are upgraded. To upgrade workstations for users in a container, modify that container's login script. To upgrade workstations for users in a profile, modify that profile's login script. To upgrade specific users' workstations, modify those users' login scripts.
In Novell iManager, make sure you are in the Roles and Tasks view by clicking on the top button bar.
Select
Specify a username and context, then click
.Click
.Type the login script commands and information in the
box.For a sample of the login script commands that you need to add to the scripts, see Sample Client Installation Login Script.
IMPORTANT:Make sure that you edit the sample login script to match the server names, directory paths, and specifications of your own network.
For additional information on all login script commands, see the Novell Login Scripts Guide.
To save the login script, click
.The following sample shows the commands that you add to the login script in order to install the client software from the network. The sample includes text for installing across an internal network.
NOTE:In this sample, the text that is necessary to the script is represented in uppercase letters. The information that you should customize for your network is in lowercase letters.
REM ***** Windows Vista ***** IF OS = “WINNT” AND OS_VERSION = “V6.00” WRITE “Updating Novell Client for Windows.” #\\server1\sys\public\client\acu.exe IF “%ERROR_LEVEL” = “1” THEN EXIT END END