To work around this issue, follow these steps:
- Copy the Windows Services for UNIX 3.5 or Windows Services
for UNIX 3.0 installation files to a folder on your hard disk.
- In the installation folder where you copied the Windows
Services for UNIX installation files, open the Manage\Provreg.mof file by using
a text editor such as Notepad.
- Insert the line Hostingmodel = "localservicehost"; under the following area in this file:
instance of __Win32Provider as $P
{
Name = "RegProv" ;
ClsId = "{fe9af5c0-d3b6-11ce-a5b6-00aa00680c3f}" ;
ImpersonationLevel = 1;
PerUserInitialization = TRUE;
Note After you insert this line, the instance of
__Win32Provider as $P area of this file appears as follows:instance of __Win32Provider as $P
{
Name = "RegProv" ;
ClsId = "{fe9af5c0-d3b6-11ce-a5b6-00aa00680c3f}" ;
ImpersonationLevel = 1;
PerUserInitialization = TRUE;
Hostingmodel = "localservicehost";
};
- Save the changes to the Provreg.mof file, and then install
Windows Services for UNIX by using the installation files on the hard
disk.
Note After you follow these steps, you cannot use these modified
installation files to install Windows Services for UNIX on a Microsoft Windows
2000-based computer.