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 not working with the "INSTALLDIR", because the msi is installing in the default path and not in my specific path.
See Question&Answers more detail:os