Deploying SecurID Authenticator 6.1.2 for Windows Using DISM

Generally, users can install SecurID Authenticator 6.1.2 for Windows from the Microsoft Store. If users cannot use the Microsoft Store, then the administrator can use the Deployment Image Servicing and Management (DISM) to deploy the app from a command-line tool. After the app is deployed, users can then add credentials to the SecurID Authenticator.

DISM is installed with Windows and contains commands that can deploy the app to a computer or multiple computers:

Deploy the App on a Computer

Before you begin

Download SecurID_Authenticator_6.1.2_Microsoft_Windows_Kit.zip from RSA Community.

Procedure

  1. Extract SecurID_Authenticator_6.1.2_Microsoft_Windows_Kit.zip to a folder on the computer.

  2. From the Start menu, right-click the Command Prompt icon and then click Run as administrator to open the command prompt.

  3. Navigate to the directory that contains the extracted files. Otherwise, you must provide the full path name to the directory on the command line.

  4. Enter one of the following commands on a single line. If you copy and paste the commands below, remove any line breaks that may appear.

    • x64:

      DISM /Online /Add-ProvisionedAppxPackage /PackagePath:bb472f23359f452bb92b91d55a3c77a1.msixbundle /DependencyPackagePath:Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe.appx /DependencyPackagePath:Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe.appx /DependencyPackagePath:Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe.appx /LicensePath=bb472f23359f452bb92b91d55a3c77a1_License1.xml

Deploy the App on Multiple Computers

Before you begin

Download SecurID_Authenticator_6.1.2_Microsoft_Windows_Kit.zip from RSA Community.

Procedure

  1. Extract SecurID_Authenticator_6.1.2_Microsoft_Windows_Kit.zip to a folder that is accessible to all computers where the app will be deployed, for example, a network share.

  2. Using your preferred method to execute Windows commands on remote computers, enter one of the following commands on a single line as an administrator. If you copy and paste the commands, remove any line breaks that appear.

    • x64:

      DISM /Online /Add-ProvisionedAppxPackage /PackagePath:bb472f23359f452bb92b91d55a3c77a1.msixbundle /DependencyPackagePath:Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe.appx /DependencyPackagePath:Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe.appx /DependencyPackagePath:Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe.appx /LicensePath=bb472f23359f452bb92b91d55a3c77a1_License1.xml

Uninstall SecurID Authenticator from the machine

  1. Run Powershell as an Administrator.

  2. Run the Get-AppxProvisionedPackage –online command to get the list of apps installed.

  3. From the apps list, search for RSASecurityLLC.RSASecurIDAuthenticate in the Display Name.

  4. Copy the PackageName of RSASecurityLLC.RSASecurIDAuthenticate and use it in step 5.

  5. To remove SecurID Authenticator for all users, run the following command:

    Remove-AppxProvisionedPackage -PackageName <PackageName> -Online –AllUsers

    Note: In the remove command above, replace <PackageName> with package name from step 4.

Other Downloads:

Download the GPO template guide and Device definition file from RSA Community.