Running the client installation program

The client installation program installs the required client tools for the IBM® Counter Fraud Management solution.

Procedure

To run the client installation program:

  1. On Windows 10, open "Turn Windows features on or off" and enable SMB1 protocol.
  2. Open Powershell and enter the following command. Select Y to confirm.
    Set-SmbServerConfiguration -EnableSMB1Protocol $true (rationale and syntax)
  3. From a command prompt, enter the following commands:
    cd c:\cfm20\bin\
    cfm.install.win.bat options

    Where:

    • c:\cfm20 is the directory where you extracted the installer scripts.
    • options are as follows:
      -p
      Sets the topology password.
      -s
      Skips the Windows credentials prompt.

      For example:

      cfm.install.win.bat -p icfm20new
      Sets the topology password to icfm20new and prompts you to enter Windows credentials.
      cfm.install.win.bat -s
      Uses the default topology password and skips the Windows credentials prompt.
  4. On Windows 10, a security warning is displayed. Review the warning text, and then continue running the scripts.
    Security Warning Run only scripts that you trust. While scripts from the internet can be useful, 
    this script can potentially harm your computer. If you trust this script, use the Unblock-file cmdlet to 
    allow the script to run without this warning message. Do you want to run C:\cfm20\bin\main.ps1?

    Type R to continue running the script. Two warning messages are displayed. Continue to run the scripts.

  5. On Windows 12, enter the following command to disable SMB1:
    Set-SmbServerConfiguration -EnableSMB1Protocol $false
  6. On Windows 10, disable SMB1 protocol in "Turn Windows features on or off."

What to do next

After the installation program completes successfully, you can undo the changes that you made to the user account control settings, security settings, and firewall settings.

If the installation fails because a value was not set properly in the client resource properties file, edit CFM.client.properties with the correct value, delete the C:\cfm20\topology\CFM.client.base.xml file, and then rerun the cfm.install.win.bat file.

If you must redo the client installation, you might see a [WARN][line 34] message. You can ignore this message. No action is required.