Automatic Client
Upgrade (ACU) Sample Login Script Code
REM ***** This upgrades the Windows 95/98 Client *****
IF OS = “WIN98” THEN
WRITE “Updating Novell Client for Windows 95/98”
#\\server1\sys\public\98client\ibm_enu\acu.exe
IF “%ERROR_LEVEL” = “1” THEN
EXIT
END
END
REM ***** This upgrades the Windows NT/2000/XP Client *****
IF OS = “WINNT” THEN
WRITE “Updating Novell Client for Windows XP”
#\\server1\sys\public\XPclient\winnt\i386\acu.exe
IF “%ERROR_LEVEL” = “1” THEN
EXIT
END
END
- NOTE
1: For Windows NT/2000/XP, you must add the local user account to the
Administrators Local group before the ACU runs.
- NOTE
2: For Windows 95/98, copy the CAB files
to the directory or subdirectory containing the client software that
matches the operating system that requires the CAB files.
|