The setup file installs a tool that leverages the Microsoft UI Automation (UIA) framework. This is the successor to Microsoft Active Accessibility (MSAA).
: UIA organizes the desktop into a tree structure. The "Root Element" is the desktop itself, and every open window and sub-component is a branch or leaf in that tree. Common Components Installed UIAutomationStudioSetup.exe
: Most UI automation tools must run "As Administrator" to interact with applications that also have elevated privileges. The setup file installs a tool that leverages