Copy from Admin only to user accounts

Bryan Kelly 516 Reputation points
2024-03-13T00:21:12.2866667+00:00

Windows 11. I installed the Qt suite of software for dialogs and GUIs.  The install procedure required the use of the Admin account, but, it installed it in the Admin environment only.  It is not available for my regular user account. 

What steps may be taken to enable Qt for all users on my home computer?

Is there a guideline to be found for tags? I have no idea of what to tag this with so picked something I could find.

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

Accepted answer
  1. Yanhong Liu 14,200 Reputation points Microsoft External Staff
    2024-03-14T07:19:54.46+00:00

    Hello

    Based on your description, you can try to resolve it by following these steps:

    Install path public: Make sure that Qt is installed in a common path that all users can access, such as C:\Program Files\Qt, so that all user accounts can access Qt's libraries and tools.

    Configuring System Environment Variables: Set system environment variables as an administrator and add the bin directory of Qt to the system PATH, so that no matter which user logs in, the Qt compiler and related tools can be invoked.

    Grant access to files: Make sure that the Qt installation directory has sufficient permissions for all users, at least read and execute permissions. You can add the Everyone group or other specific user groups by right-clicking on the Qt installation directory -> "Properties" -> "Security" tab, and give the appropriate permissions to ensure that non-administrator accounts can use the Qt components normally.

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Yanhong Liu

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


1 additional answer

Sort by: Most helpful
  1. Bryan Kelly 516 Reputation points
    2024-03-27T04:06:43.42+00:00

    I used Admin to uninstall, then returned to my regular user account and did an install. This time it said nothing about Admin and privileges. One possibility is that something was installed in the first attempt but not uninstalled so the second attempt did not need to mess with that. However, that seems a bit far-fetched.

    Regardless, I have it installed and working now. I presume I did something wrong the first time.

    Thank you for your time.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.