NT specific components for Delphi 2.0/3.x and C++Builder
Now has 5 components: 

TNTService:   to add, delete, control and configure WindowsNT services
TEventLog:    to work with event log as simple as with TStringList.
TUserMan:     to add, delete, get information about users and groups
TShare:       to manage share devices, monitor connected users, used recources 
TFileSecurity to assign access rights for files on NTFS

Delphi 3
---------
Before opening demo projects please install compile and install 
package NT.DPL using File/Open NT.DPK + compile + install
Remember to set path to the directory of NT.DPL using 
menu command Project/Options.

Delphi 2
---------
In order to install the new components into IDE do as follow:
Execute menu command Component/install
Add to the library following files:
tservice.dcu  to install TNTService component 
eventlog.dcu  to install TEventLog component 
userman.dcu   to install TUserMan component
share.dcu     to install TShare component
filsecur.dcu  to install TFileSecurity component
regedtrs.dcu  to register design time property editors


C++Builder
----------
In order to install the new components into IDE do as follow:
Execute menu command Component/install
Add to the library following files:
tservice.OBJ  to install TNTService component 
eventlog.OBJ  to install TEventLog component 
userman.OBJ   to install TUserMan component
share.OBJ     to install TShare component
filsecur.OBJ  to install TFileSecurity component
regedtrs.OBJ  to register design time property editors

Note
-----------
Version for C++ Builder does not have examples yet. Full help is supplied.

e-mail:   contact@risq.belcaf.minsk.by
visit us: http://risq.belcaf.minsk.by