Possible Duplicate:
How can I run .msi installer with administrator rights?

As in topic. I want to run .msi installer but I cannot install a program because it requires administrator rights. As for .exe files I know how to do that.

link|improve this question
feedback

migrated from stackoverflow.com May 18 '11 at 13:22

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Dave M, Journeyman Geek, studiohack May 18 '11 at 15:18

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Open a command prompt as adminstrator. Navigate to the file and do msiexec file.msi.

Isn't UAC wonderful.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.