Deploying the SecurID Authenticate for Windows 10 App Using DISM

Generally, users install SecurID Authenticate for Windows 10 from the Microsoft Store. If your users cannot use the Microsoft Store, you can use Deployment Image Servicing and Management (DISM) to deploy the app from a command-line tool. After the app is deployed, users can then complete registration with the SecurID Authenticate app.

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 RSA_SecurID_Authenticate_3.6.0_Microsoft_Windows_Kit.zip from SecurID Cloud Authentication Service Downloads.

Procedure

  1. Extract RSA_SecurID_Authenticate_3.6.0_Microsoft_Windows_Kit.zip to a folder on the computer.

  2. Right-click the command prompt icon from the Start menu and 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 pathname 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 appear.

    • x86:

      DISM /Online /Add-ProvisionedAppxPackage /PackagePath:5e42f60a82ab418bae6f69a297b98ad8.appxbundle /DependencyPackagePath:Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x86__8wekyb3d8bbwe.appx /DependencyPackagePath:Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x86__8wekyb3d8bbwe.appx /DependencyPackagePath:Microsoft.VCLibs.140.00_14.0.29231.0_x86__8wekyb3d8bbwe.appx /LicensePath=5e42f60a82ab418bae6f69a297b98ad8_License1.xml

    • x64:

      DISM /Online /Add-ProvisionedAppxPackage /PackagePath:5e42f60a82ab418bae6f69a297b98ad8.appxbundle /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.29231.0_x64__8wekyb3d8bbwe.appx /LicensePath=5e42f60a82ab418bae6f69a297b98ad8_License1.xml

Deploy the App on Multiple Computers

Before you begin

Download RSA_SecurID_Authenticate_3.6.0_Microsoft_Windows_Kit.zip from SecurID Cloud Authentication Service Downloads.

Procedure

  1. Extract RSA_SecurID_Authenticate_3.6.0_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.

    • x86:

      DISM /Online /Add-ProvisionedAppxPackage /PackagePath:5e42f60a82ab418bae6f69a297b98ad8.appxbundle /DependencyPackagePath:Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x86__8wekyb3d8bbwe.appx /DependencyPackagePath:Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x86__8wekyb3d8bbwe.appx /DependencyPackagePath:Microsoft.VCLibs.140.00_14.0.29231.0_x86__8wekyb3d8bbwe.appx /LicensePath=5e42f60a82ab418bae6f69a297b98ad8_License1.xml

    • x64:

      DISM /Online /Add-ProvisionedAppxPackage /PackagePath:5e42f60a82ab418bae6f69a297b98ad8.appxbundle /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.29231.0_x64__8wekyb3d8bbwe.appx /LicensePath=5e42f60a82ab418bae6f69a297b98ad8_License1.xml