; NTSTACFG.INI
;This file defines the actions taken by NTSTACFG.EXE.
;
;
;Description of tokens:
;
;The descriptions below show the format of various tokens NTSTACFG
;recognizes. To add a new token, use the format shown, except add
;a unique number to for each '#' in the token name.
;
;
;SVC#=exename, service name, display name, dependency, action
; Stops, or Installs and/or Starts a service
; By default, the Display Name is the Service Name specified. So the
; display name can be left as a blank seperated by commas.
; If the start of this service is dependent on the start of any other
; service/service-group, give that service/group name in the dependency.
;
;ICON#=cmd line, description, group, common flag
; Adds and icon to a program group
;
INI#=inifilename,section name,key,value,[special]
;This will set "key"="value" in this "section" of the ini "filename" . "special" is optional, and it
;can be set to CONCAT , LIST, DELETEKEY, DELETESECTION only. CONCAT will concatenate the specified string in the present value string.
;LIST - This is like the 'device=c:\ldclient\vuser.386' type entries, where the same key can be repeated.
;DELETEKEY - This deletes only the specified Key.
;DELETESECTION - This deletes the enitre section along with the keys.
;If no option is specified, then it will not concatenate or list. It will simply overwrite the present value.
;
;FILE#=filename, [SYS]
; Copies a file (SYS means copy to SYSTEM32 directory)
;option DEBUGDELETE deletes files only during uninstall, it doesn't copy files during install
;For all filenames in the tokens above (such as 'exename' in the
;service token), NTSTACFG will add the path to where the files
;are copied, unless the filename already has a full path. For
;example, if NTSTACFG sees the token:
;
;FILE1=WUSER32.EXE, WUSER32.EXE
;
;NTSTACFG will add to the filename 'c:\novell\zenrc' (or whatever the default
;path is) before actually creating the icon.
;
;NTSTACFG identifies the following macros in this ini file:- %ROOT%, %DEST%, %SYSTEM%, %SVCSYSTEM%,
;and replaces them with the destination root, CLIENTDIR, windows diretory, and windows system directory, respectively.
;
;Order of Section Execution:
;[Pre Copy]
;[Common Files]
;[Post Copy]
;
;This is the default share name/directory. NTSTACFG will first look
;for the share name, and then the directory name on the first
;local drive.
[Directories]
CLIENTDIR=NOVELL\ZENRC
SPACE=2000000
[Component Order]
C1=Remote Control
;**** Begin of Remote Control component ****
[Remote Control Help]
L0=Installs the Novell WUser Agent service. This service allows a remote console to remote control the target computer.
L1=This component also install KBSTUFF, a keyboard driver, and IDIS_NT.DLL, a Windows NT 3.51 display driver. The display driver is not installed on Windows NT 4.0 or greater.
[Remote Control Pre Copy]
SVC1=wuser32.exe, Intel WUser Agent, , , stop
SVC2=wuser32.exe, Intel WUser Agent, , , remove
SVC3=wuser32.exe, Novell WUser Agent, , , stop
SVC4=WUOLService.exe, WUOLService, , , stop
SVC5=wuser32.exe, wuser32, , , stop
SVC6=wuser32.exe, wuser32, , , remove
[Remote Control Files]
FILE42=kbstuff.sys, kbstuff.sys, DRIVERS
FILE43=multprot.dll, multprot.dll
FILE44=queuebuf.dll, queuebuf.dll
FILE47=wuser32.exe, wuser32.exe
FILE48=loc32vc.dll, loc32vc.dll, SYS
FILE50=winnt\ctl3d32.dll, ctl3d32.dll, SYS
FILE51=wusermsg.dll, wusermsg.dll, LANG
FILE52=cmlwp32.dll, cmlwp32.dll
FILE53=lwpacc32.dll, lwpacc32.dll
FILE54=zenpol32.dll, zenpol32.dll, SYS
FILE55=yukti.dll, yukti.dll, SYS
FILE56=drishti.dll, drishti.dll, SYS
FILE57=diagnt.dll, diagnt.dll
FILE58=zentray.exe, zentray.exe, SYS
FILE59=lwput32.dll, lwput32.dll
FILE60=sftplg32.dll, sftplg32.dll, LANG
FILE61=srvftp32.acc, srvftp32.acc
FILE62=srvftp32.exe, srvftp32.exe
FILE63=utillg32.dll, utillg32.dll
FILE64=wtalk32.exe, wtalk32.exe
FILE65=talklg32.dll, talklg32.dll, LANG
FILE66=rcagent.hlp, rcagent.hlp, LANG
FILE67=rcagent.cnt, rcagent.cnt, LANG
FILE68=lwppro.ini, ..\lwppro.ini, SYS
FILE69=wsr32.dll, wsr32.dll, LANG
FILE70=blankscreen.sys, blankscreen.sys, DRIVERS
FILE71=kblocknt.sys, kblock.sys, DRIVERS,WINNT
FILE72=kblock2k.sys, kblock.sys, DRIVERS,WIN2K
FILE73=mouslocknt.sys, mouslock.sys, DRIVERS,WINNT
FILE74=mouslock2k.sys, mouslock.sys, DRIVERS,WIN2K
FILE75=compression.dll, compression.dll
FILE76=WUOLService.exe, WUOLService.exe
FILE77=zenmouse.dll, zenmouse.dll
FILE78=nls\english\wusermsg.dll, %DEST%\nls\english\wusermsg.dll
FILE79=nls\english\sftplg32.dll, %DEST%\nls\english\sftplg32.dll
FILE80=nls\english\talklg32.dll, %DEST%\nls\english\talklg32.dll
FILE81=nls\english\rcagent.hlp, %DEST%\nls\english\rcagent.hlp
FILE82=nls\english\rcagent.cnt, %DEST%\nls\english\rcagent.cnt
FILE83=nls\english\wsr32.dll, %DEST%\nls\english\wsr32.dll
FILE84=loc32vc.dll, loc32vc.dll, DELETE
FILE85=zenpol32.dll, zenpol32.dll, DELETE
FILE86=debug.txt, debug.txt, DEBUGDELETE
FILE87=errlog.txt, errlog.txt, DEBUGDELETE
FILE88=Log9x.err, Log9x.err, DEBUGDELETE
FILE89=wuser32.txt,wuser32.txt,DEBUGDELETE
[Remote Control Post Copy]
;The following options can be used with reg entries
;The format of a registry entry is
;REG# = Key, SubKey, Value, Action, Type, OSType
;Actions can be any one of the following
;DELETEVALUE - This deletes only the value specified
;DELETEKEY - This deletes the entire Key along with all the values
;APPENDKEY - This appends data to the value of the given key
;OSType can be WIN2K or WINNT
; KBSTUFF driver for Wuser32
REG0=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\KBSTUFF\Type, 1, , DWORD,
REG1=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\KBSTUFF\Start, 2, , DWORD,
REG2=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\KBSTUFF\Group, Extended Base, , ,
REG3=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\KBSTUFF\ErrorControl, 1, ,DWORD,
; host blanking driver for Wuser32
REG4=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\BlankScreen\DisplayName, HBDevice, , ,
REG5=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\BlankScreen\Type, 1, , DWORD,
REG6=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\BlankScreen\Start, 2, , DWORD,
REG7=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\BlankScreen\Group, Extended Base, , ,
REG8=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\BlankScreen\ErrorControl, 1, ,DWORD,
; keyboard lock driver for Wuser32
REG9=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\Kblock\Type, 1, , DWORD,
REG10=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\Kblock\Start, 2, , DWORD,
REG11=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\Kblock\Group, Keyboard Class, , ,WINNT
REG12=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\Kblock\ErrorControl, 1, ,DWORD,
REG13=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Control\Class\{4D36E96B-E325-11CE-BFC1-08002BE10318}\UpperFilters, kblock, APPENDKEY, REG_MULTI_SZ, WIN2K
; mouse lock driver for Wuser32
REG14=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\Mouslock\Type, 1, , DWORD,
REG15=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\Mouslock\Start, 2, , DWORD,
REG16=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\Mouslock\Group, Pointer Class, , ,WINNT
REG17=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\Mouslock\ErrorControl, 1, ,DWORD,
REG18=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Control\Class\{4D36E96F-E325-11CE-BFC1-08002BE10318}\UpperFilters, MousLock, APPENDKEY, REG_MULTI_SZ, WIN2K
REG19=HKEY_LOCAL_MACHINE, SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ZENRC Tray Icon, zentray.exe, , ,
(OLDUI)VIDEO0=idis_nt, EVERYOTHER
BADVIDEO1=s3virge
BADVIDEO2=stbvirge
BADVIDEO3=glint
VIDEO1=drishti, EVERYOTHER
INI1=lwppro.ini, LWPAccess, SRVFTP32AccessFile, %DEST%\srvftp32.acc,
SVC2=wuser32.exe, Novell WUser Agent, Remote management, WM, install + start + interactive
SVC3=WUOLService.exe, WUOLService, WUOLservice, WM, install + start + interactive
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.