command line - Silent Administrative Install - Specifying an installation directory -
I am currently trying to add some test functionality to our creation, and I should be able to do this To establish an administrative, silently though, I need to be able to specify the location which also establishes it, because the company is the default on the wide network which is of no use.
I was wondering if there was any way of specifying the installation directory through parameters for this type of operation, and if so how?
Many thanks, Chris
msiexec / a foo.msi TARGETDIR = C: \ Extract \ / qn / l * v admin_install.log
/ a = administrator foo.msi / qn is completely silent (/ qb! Mostly silent) / L * V creates a verbose log- If this fails
Comments
Post a Comment