Install msi with msiexec in a Specific Directory

后端 未结 13 2391
独厮守ぢ
独厮守ぢ 2020-12-01 04:15

I want to install a msi with msiexec in a specific directory. I\'m using:

msiexec /i \"msi path\" INSTALLDIR=\"C:\\myfolder\" /qb

It is no

13条回答
  •  温柔的废话
    2020-12-01 04:55

    In my case all of them did not work and finally it was

    msiexec /i "msinamebla.msi" INSTALLFOLDER="C:\test\" /qb
    

    I checked the log.txt as described by ezzadeen and found "INSTALLFOLDER" in there.

提交回复
热议问题