Fix SCCM Fatal MSI Error bgbisapi msi could not be installed , CustomAction CcmRegisterPerfCounters returned actual error code 1603
During the SCCM Management Point installation, you may encounter the error that the SMS Notification Server is not installed. In this scenario, client's status will appear with a question mark.
You may also try adding below lines to regsvcs.exe and InstallUtil.exe with their .config files by adding the following:
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
However, this did not resolve the issue.
In the Component Status within the SCCM console, the SMS Notification Server status will appear as Critical and display a message similar to the one below.
In the BgbSetup.log, you will see entries similar to the following.
Fatal MSI Error - bgbisapi.msi could not be installed
In the BgbisapiMSI.log, you can see the following details.
Product: BGB http proxy -- Installation operation failed
Windows Installer installed the product. Product Name: BGB http proxy. Product Version: 5.00.9128.1000. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1603.
You will also see the error message similar to the one below
CustomAction CcmRegisterPerfCounters returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)