Hello,
Hans Leidekker wrote:
I have an InstMsiA.exe that uses two undocumented msiexec command line parameters: /m and /D and uses an undocumented modifier (!) with the /q parameter. Our msiexec fails when it encounters these and responds with a usage message.
For /m I found the following, don't know whether it helps.
Tobias
According to http://safariexamples.informit.com/0321133455/ExecutiveSoftware/Diskeeper/Di...
msiexec /m MIF /qn /I DKMSI INSTALLDIR="C:\MyDir"
Where MIF represents the Management Information File -- 8 characters maximum.