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

TNTService:      to add, delete, control and configure WindowsNT services
TNTEventLog:     to work with event log as simple as with TStringList.
TNTUserMan:      to add, delete, get information about users and groups
TNTShare:        to manage share devices, monitor connected users, used resources 
TNTFileSecurity: to assign access rights for files on NTFS
TNTRegSecurity:  this components deals with registry's security

Delphi 4

To install components into Delphi IDE open project NTSet.bpg.
Select NT.bpl in the project manager, compile and install it.
All the otjher project in the project group demonstrate the 
main fatures of components and should be opened after the
NT.bpl  is compiled and installed.
 

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 TNTEventLog component 
userman.dcu   to install TNTUserMan component
ntshare.dcu     to install TNTShare component
filsecur.dcu  to install TNTFileSecurity component
regsecur.dcu  to install TNTRegSecurity component
regedtrs.dcu  to register design time property editors


C++Builder 1.0
--------------
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 TNTEventLog component 
userman.OBJ   to install TNTUserMan component
ntshare.OBJ     to install TNTShare component
filsecur.OBJ  to install TNTFileSecurity component
regsecur.OBJ  to install TNTRegSecurity component
regedtrs.OBJ  to register design time property editors

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

e-mail:   contact@risq.belcaf.minsk.by
visit us: http://www.belcaf.com
          http://members.xoom.com/sergei19/ntset.htm
