Before continuing...
Description
AME Beta.exe is x64, but on my Windows 11 25H2 x64 system it extracts TrustedUninstaller.CLI.exe as ARM64 into %LocalAppData%\Temp\AME.
Because of that, Windows reports that TrustedUninstaller.CLI.exe is valid but for a different computer type, and the Playbook to ISO process fails.
I also get errors such as:
System.IO.FileNotFoundException for TrustedUninstaller.Shared
Node of level 'TrustedInstaller' has not been registered
Fatal Playbook error: The operation has timed out
This does not appear to be caused by Defender, UAC, or the Windows TrustedInstaller service itself.
Steps to reproduce
- Use Windows 11 25H2 x64 / AMD64
- Launch AME Beta.exe
- Start the Playbook to ISO flow
- AME extracts files into %LocalAppData%\Temp\AME
- The process fails with TrustedUninstaller related errors
- Running %LocalAppData%\Temp\AME\TrustedUninstaller.CLI.exe manually shows that it is built for a different machine type
Expected behavior
AME Beta.exe should extract the x64 version of TrustedUninstaller.CLI.exe on AMD64 systems, not the ARM64 version.
Actual behavior
On a Windows 11 Pro 25H2 x64 system, AME Beta.exe starts, but during the Playbook to ISO process it extracts TrustedUninstaller.CLI.exe as ARM64 into %LocalAppData%\Temp\AME instead of x64.
Because of that:
- Running TrustedUninstaller.CLI.exe manually shows a Windows architecture mismatch error
- AME fails during execution
- The process reports errors related to TrustedUninstaller.Shared, TrustedInstaller node registration, and timeout
Observed errors:
System.IO.FileNotFoundException: Could not load file or assembly 'TrustedUninstaller.Shared, Version=0.8.4.0'
Node of level 'TrustedInstaller' has not been registered
Fatal Playbook error: The operation has timed out
Important verification already done:
- OSArchitecture = 64-bit
- PROCESSOR_ARCHITECTURE = AMD64
- AME Beta.exe machine type = x64
- Extracted %LocalAppData%\Temp\AME\TrustedUninstaller.CLI.exe machine type = ARM64
This does not appear to be caused by Defender exclusions, Smart App Control, UAC, or a missing TrustedInstaller service.
Atlas Version
Atlas v0.5.0 for Windows 11 24H2
Desktop information
- Processor: Intel Core i9-13900K
- RAM: 64 GB DDR5
- Storage: 2 TB M.2 PCIe SSD
- GPU: NVIDIA GeForce RTX 3090
Additional system info:
- OS: Windows 11 Pro 25H2
- Build: 26200.8039
- Architecture: x64 / AMD64
- AME Beta.exe machine type: x64
- Extracted TrustedUninstaller.CLI.exe machine type: ARM64
- TrustedInstaller service: present and starts correctly
Additional content
Additional notes:
- Defender exclusions were added for both C:\AME and %LocalAppData%\Temp, but the issue remained
- Smart App Control is disabled
- The TrustedInstaller service exists and starts correctly
- The issue is reproducible consistently
- Manually running %LocalAppData%\Temp\AME\TrustedUninstaller.CLI.exe shows an architecture mismatch error
- This suggests AME Beta x64 is extracting the wrong internal CLI binary, ARM64 instead of x64, on this AMD64 system
Before continuing...
Description
AME Beta.exe is x64, but on my Windows 11 25H2 x64 system it extracts TrustedUninstaller.CLI.exe as ARM64 into %LocalAppData%\Temp\AME.
Because of that, Windows reports that TrustedUninstaller.CLI.exe is valid but for a different computer type, and the Playbook to ISO process fails.
I also get errors such as:
System.IO.FileNotFoundException for TrustedUninstaller.Shared
Node of level 'TrustedInstaller' has not been registered
Fatal Playbook error: The operation has timed out
This does not appear to be caused by Defender, UAC, or the Windows TrustedInstaller service itself.
Steps to reproduce
Expected behavior
AME Beta.exe should extract the x64 version of TrustedUninstaller.CLI.exe on AMD64 systems, not the ARM64 version.
Actual behavior
On a Windows 11 Pro 25H2 x64 system, AME Beta.exe starts, but during the Playbook to ISO process it extracts TrustedUninstaller.CLI.exe as ARM64 into %LocalAppData%\Temp\AME instead of x64.
Because of that:
Observed errors:
System.IO.FileNotFoundException: Could not load file or assembly 'TrustedUninstaller.Shared, Version=0.8.4.0'
Node of level 'TrustedInstaller' has not been registered
Fatal Playbook error: The operation has timed out
Important verification already done:
This does not appear to be caused by Defender exclusions, Smart App Control, UAC, or a missing TrustedInstaller service.
Atlas Version
Atlas v0.5.0 for Windows 11 24H2
Desktop information
Additional system info:
Additional content
Additional notes: