|  
         Starting the installation 
  
        To start the installation process, 
locate the SETUP program (Setup.exe) on the installation disk,
right-click it, and then left-click "Run as Administrator"   
         
        Registering program components 
        NOTE: On some systems, it may be necessary to manually add some of the program components to the Windows registry. When installing $MAN on Windows 10 and 11, you may also have to copy these .OCX files to your \windows\system32 directory. To do these steps, right-click on "Command Prompt", then left click "Run as Administrator."
  
For Windows 10 and 11, first copy the required .OCX files from the ..\SUPPORT directory under your $Man Setup directory to the \windows\system32 directory on your computer. Then enter the following commands:
  
cd \windows\system32 
regsvr32 COMCT232.OCX 
regsvr32 COMDLG32.OCX 
regsvr32 GAUGE32.OCX 
regsvr32 GRAPH32.OCX 
regsvr32 MCI32.OCX 
regsvr32 RICHTX32.OCX 
regsvr32 THREED32.OCX 
 
(for $MAN installations) 
regsvr32 C:\$MAN\GRID32.OCX
  
(for Worldview installations) 
regsvr32 C:\WV\GRID32.OCX 
regsvr32 MSCOMCT2.OCX 
regsvr32 MSHFLXGD.OCX 
 
Exit
  
If you see any error messages, the file you are trying to register is probably missing, or you may have to precede the REGSVR32 command with a path to locate it on your computer. 
Make sure you have copied the required .OCX file from the ..\SUPPORT directory under your $Man Setup directory, and then try the REGSVR32 command again.
 
         
       |