App-V error code: 0x83401D2A-0x80070490
Check that you haven’t removed anything from the sequence necessary for the application to work correctly.
Workaround: To work around this problem, you can do the following:
Edit the UserConfig.xml for the package and set Fonts Enabled = “false”.
Then republish the package with the modified userconfig.xml. This can be done with the following PowerShell command:
Get-AppvClientPackage “Test Package 1.0” | Publish-AppvClientPackage -DynamicUserConfigurationPath ‘.\Test Package 1.0_UserConfig.xml’
Recent Comments