Installation using msi.exec to open help options every time

I am trying to install msi file using cmd. The command looks like this: C: \ Windows \ system32> msiexec.exe -q -i "Installer.msi"

But every time I run this, a window for help options opens for msi instead of launching the installer. What could be the problem?

+4
source share
2 answers

I think it msiexec.exe /i installer.msi /qnshould work.

See here a similar thread on serverfault : https://serverfault.com/questions/30068/silent-install-of-msi/67001#67001

msiexec.exe, Altiris: http://www2.wise.com/filelib/WICLB.exe (). :

enter image description here

+1

MSI. , , - , = proprtyname. , - .

, MSI , . , . , .

+1

Source: https://habr.com/ru/post/1529936/


All Articles