Notes - Credential Provider Install Guide
The RapidIdentity Credential Provider requires a trusted certificate, as described above.
Example InstallRapidIdentityCentralProvider.cmd
:CheckOSIF EXIST "%PROGRAMFILES(X86)%" (GOTO 64BIT) ELSE (GOTO 32BIT) :64BIT msiexec /passive /i \\<address of shared software server>\ <shared software directory ARMSURL=https://<portal server ip>/portal GOTO END :32BIT msiexec /passive /i \\<address of shared software server>\ <shared software directory GOTO END :END