Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

users can't run apps as Admin - what to do?

I am running a Windows Server 2012 r2 domain. I used PDQ Deploy to push out an app to everyone (as domain admin). The install says it failed (returned 0), but it did install.(That's one issue - what's up with that?)

Issue 2: to run the app, users need admin access. Since they're high school students, there's no way they're going to get that. How can I install apps on student computers so that they can run them without administrator access?

Thanks, Tom Townsend A High School Computer Science Teacher in Ohio

0

Comments

5 comments
Date Votes
  • Issue 1: Check the installation log

    Issue 2: Give end users read/write access to the app registry key/Program files/AppData...etc

    0
  • Thanks for the reply. On Issue 1, the installation log says ****.exe returned error code 0

    When I look up that Microsoft return codes, it says 0 means no errors. But PDQ says failed (even though it didn't).

    Can you be more specific with your solution to Issue 2, please? Do you mean edit the registry?

    0
  • Check the success code of the step, make sure 0 is included 1 Or you can safely ignore it since the app is successfully installed. Is the return code from msiexec.exe?

    As for issue 2, I meant you needed to grant domain user read/write access to everything (registry key, application files, application data) that associated with your app. You can pull those information from Process Explorer (sysinternals tool). Once you have all those information, you can build a simple PowerShell script to "Set-Acl" to those things, and include it in your package.

    0
  • Ok, cool. Issue 1 is resolved. Thanks for that. Starting on Issue 2...

    T

    0
  • Tom, something like Cameyo free packager might help in a situation like this, if not to actually allow the app to run with Admin permissions (I've never tried that), at least to see what files and registry settings are used by the application...

    0