Tagged Questions

1
vote
1answer
40 views

Install msi with msiexec in a specific dir

Guys: I Want to Install one msi with msiexec in a specific dir .. i'm using : msiexec /i "msi path" INSTALLDIR="C:\myfolder" /qb but is not working the "INSTALLDIR" , becouse the msi is installing ...