/build/static/layout/Breadcrumb_cap_w.png

Where to start?

Have installed an MSI that works fine as Admin but nothing happens as a user (no errors, nothing in the event viewer). Where do you start fault finding?

0 Comments   [ + ] Show comments

Answers (3)

Posted by: HabMan 16 years ago
Senior Yellow Belt
0
As much detail as possible is helpful.

You running the MSI from a network drive? Local drive? Any relavant files in the same folder as the msi?

How are you running the MSI, from a command line such as: --> msiexec /i application.msi

any transforms applied? any other command line switches?

RE: >> but nothing happens as a user but nothing happens as a user

Any Group Policies or other restrictions on the "user" ( I'm assuming you mean "User" in the Microsoft sense, as opposed to Power User).
Posted by: AngelD 16 years ago
Red Belt
0
Sounds like problem with lack of permissions for regular users.
Use Process Monitor (ProcMon) from Sysinternals/Microsoft.
Login as the regular user, start ProcMon as an admin-user (use runas) and then look for Status: ACCESS DENIED. You then need to decide if you want or are able too depending on company policy elevating/change the permission on these failing resources. Sometimes if the application tries to write a ex. HKLM registry key but is denied try to create that registry key and see what more you have to create for the application to function correctly.
Posted by: anonymous_9363 16 years ago
Red Belt
0
The *first* thing to do is run the install with a verbose log:

MSIExec /i [path_to_and_name_of_MSI] /L*V [path_to_and_name_of_log_file] [other command-line arguments]

Once you know where the error is occuring, you may not need to bother with a process monitor like ProcMon, although that will show exactly what needs permissioning (if that's the issue). Equally, if the log shows file access is the problem, you can turn off the registry display in ProcMon and vice-versa.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ