开发者

Can I configure an MSI to install silently to a non-default directory?

开发者 https://www.devze.com 2022-12-21 04:50 出处:网络
I hav开发者_Python百科e a vendor supplied MSI file, and we want to automate the install to a couple thousand pcs/servers. Unfortunately, we would like to install it to our default apps directory, whic

I hav开发者_Python百科e a vendor supplied MSI file, and we want to automate the install to a couple thousand pcs/servers. Unfortunately, we would like to install it to our default apps directory, which is not c:\program files. Is there a way to do this easily? I'm experimenting with Orca, but I'd rather get a solid method on how to do this quickly and easily.

Thanks in advance for any help.


You can specify the target directory on the command line:

msiexec /i /qn setup.msi INSTALLDIR=c:\customfolder\program\
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号