How can I run .msi installer with administrator rights?

2

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.

Jacek Koralik

Posted 2011-05-18T10:35:52.633

Reputation: 233

Question was closed 2011-05-18T15:18:51.293

Answers

1

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

Isn't UAC wonderful.

Dentrasi

Posted 2011-05-18T10:35:52.633

Reputation: 10 115