Other Configuration Manager-related features and issues
Since the install wrapper was an Application, I set it run as a 32-bit process and it installed.
Skip
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to install the RSA Authenticator app (v6.2.6) in an OSD task sequence but it will not install.
I have tried an application, package with no program, and copying the files msix and dependencies locally and then running a Powershell command to install.
All methods complete successfully but the app is not present and does not show up in the list of Installed Apps despite C:\Program Files\WindowsApps being populated with 3 folders.
When using dism, we copy the files to C:\temp\RSAC and the command is:
dism.exe /Online /Add-ProvisionedAppxPackage /PackagePath:C:\Temp\RSAC\4dcf280be1f6444ea7d81e4ae1d49c69.msixbundle /DependencyPackagePath:C:\Temp\RSAC\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe.appx /DependencyPackagePath:C:\Temp\RSAC\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe.appx /DependencyPackagePath:C:\Temp\RSAC\Microsoft.VCLibs.140.00_14.0.33519.0_x64__8wekyb3d8bbwe.appx /LicensePath:C:\Temp\RSAC\4dcf280be1f6444ea7d81e4ae1d49c69_License1.xml
With Powershell:
Add-AppxProvisionedPackage -online -PackagePath "C:\temp\RSAC\4dcf280be1f6444ea7d81e4ae1d49c69.msixbundle" -DependencyPackagePath "C:\Temp\RSAC\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe.appx","C:\Temp\RSAC\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe.appx","C:\Temp\RSAC\Microsoft.VCLibs.140.00_14.0.33519.0_x64__8wekyb3d8bbwe.appx" -LicensePath "C:\Temp\RSAC\4dcf280be1f6444ea7d81e4ae1d49c69_License1.xml"
If I run the installer with a wrapper manually outside of OSD it works fine; running the commands above from a prompt manually works fine. It only has a problem during OSD. Running it manually as the local system account is fine.
Anyone have any idea where to go next? Perhaps try running the step as a different account with local admin rights?
Skip
Other Configuration Manager-related features and issues
Since the install wrapper was an Application, I set it run as a 32-bit process and it installed.
Skip
It appears that you are encountering issues with installing the RSA Authenticator app during the Operating System Deployment (OSD) task sequence. Here are a few considerations and troubleshooting steps that might help:
If the issue persists, you may want to explore using a different method for deploying the application or consult with Microsoft support for further assistance specific to your environment.
References: