Manually register the DLL and EXE file. Before you manually register the DLL and EXE files you must know the path to the files you need to register.
To manually register the DLL file on 32 bit systems (Server 2000 and 2003):
- Click Start > Run.
- In the Open box type cmd.
- Press Enter.
- At the prompt type:
cd <drive>:\Program Files\Symantec\SMSMSE\<version>\Server
- Press Enter.
- Now you should be in the Server directory, the default location of the SAVFMSEUIObj.dll
- Type regsvr32 SAVFMSEUIObj.dll and press Enter to register the file.
To manually register the DLL on 64 bit systems (2003 x64 and 2008):
- Click Start > Run.
- In the Open box type cmd.
- Press Enter.
- At the prompt type:
cd <drive>:\Program Files (x86)\Symantec\SMSMSE\<version>\Server
- Press Enter.
- Now you should be in the Server directory, the default location of the SAVFMSEUIObj.dll
- Type regsvr32 SAVFMSEUIObj.dll and press Enter to register the file.
To manually register the EXE (7.5.0 and earlier)
- Click Start > Run.
- In the Open box type, "<path> \NameOfFile.exe" /REGSERVER, where <path> is the directory where the file is located on your computer and NameOfFile.exe is the name of the file. For example:
32-bit (Server 2000 and 2003)
"C:\Program Files\Symantec\SMSMSE\<version>\Server\SMSUtilityService.exe" /REGSERVER
64-bit ((2003x64 and 2008 and 2012)
"C:\Program Files (x86)\Symantec\SMSMSE\<version>\Server\SMSUtilityService.exe" /REGSERVER
- Press Enter.
To manually register the EXE (7.5.1 and later)
- Click Start > Run.
- In the Open box type, "<path> \NameOfFile.exe" /REGSERVER, where <path> is the directory where the file is located on your computer and NameOfFile.exe is the name of the file. For example:
64-bit (2008 & 2012)
"C:\Program Files (x86)\Symantec\SMSMSE\<version>\Server\bin\SMSUtilityService.exe" /REGSERVER
- Press Enter.