Hello.
After installing an MSIX package using
PS> Add-AppProvisionedPackage -online -packagepath "MyApp.MSIX" -skiplicense
... application wokrs ok on a Win11 10.0.22631 computer but fails on a Win11 10.0.26100 computer.
The error appears when executing Import-Module ..... (powershell sentence inside the app.) at FileRedirectionFixup64.dll with AccessViolationException at MapUrlToZone function.
MSIX was built using Advance Installer Version 22.6 (829E43A9)
Attached file Crash_evtx_.7z contains records to import into Event Viewer with error details.
Is there any Advance Installer update that corrects this error?
Thanks in advance.
Vicente.