| I don't know of any standard procedure for multi-user installation.
Further, if they don't have privileges to run control panel applets, they
probably can't write into the areas of the Registry required for services
and probably can't install the images into the various system directories
with that very same privilege.
We'd need to know information like:
1. What rights do their "Power Users" have?
2. Do they use NTFS for the system disk?
Paul Patrick
|
|
I'll try to give a more complete description of the problem:
What our customer wants to do is to automate the installation of
OBB on a large number of NT3.51 client machines. Under normal
circumstances, this involves two GUI steps: (1) starting the OBB
installation program from the Network applet, and (2) interacting
with the installation program.
The basic requirement is that the user should not have to answer
any questions during installation, i.e. no GUI interaction at all.
The installation process should take care of that. This problem has
been solved with respect to the OBB installation routine itself;
the OBB installation routine can be modified so that no questions
are asked, i.e. no interaction is necessary.
Problem number two is that the users do not have sufficient
priviliges to install OBB. This problem has also been solved; the
installation is performed in a tailormade NT service featuring all
the necessary priviliges. This service is started whenever a user
wants to install an application requiring OBB.
The third problem, the one that has yet to be solved, is that in
order to start the actual OBB installation itself, it is necessary
to enter the Control Panel GUI and start the installation from the
Network applet. In NT4, it is possible to start the Control Panel
Network installation program programmatically, with the OBB install
file as an argument. Hence no GUI interaction at all, which is what
is desired. Unfortunately, this is simply not possible in NT3.51,
according to Microsoft.
So, when installing OBB on a large number of clients running NT3.51,
it appears that each user has to do some manual work. Is there any
way that this can be avoided, so that the installation process can
be accomplished with no user interaction at all?
- Tomas A -
|