Reputation: 1
While trying to install one of my msi file through quiet installation, (Through msiexec /qn /i command)I get the following error.
You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation.
But through normal /i it works. Why is this discrepancy?
Upvotes: 0
Views: 280
Reputation: 55601
MSI can't throw up a UAC confirmation when running silently. The launching process has to already be elevated.
Upvotes: 1