Hi,
our uninstaller uses custom actions (C#). These seem to fail when uninstalling through the new apps uninstall page of Windows 10.
The error is: SFXCA: Failed to create new CA process via RUNDLL32. Error code: 575
The same uninstall is working from the normal control panel (I've attached both log files).
This seems to be related: http://blog.iswix.com/2015/08/dtf-bug-w ... s-and.html
Please also the the related wix bug: https://github.com/wixtoolset/issues/issues/4857/
The solution there seems to be "Somehow CreateProcess doesn't work but ShellExecuteEx does." (https://github.com/wixtoolset/wix3/pull/312)
Could you please check if this applies for AdvancedInstaller?
Thanks
Tobias