Prev article
Newer
Next article
Older
Use msiexec with /a to perform an Administrative Install.
msiexec /a <file.msi> TARGETDIR=<full-path-to-target-folder>
E.g.:
msiexec /a gsync.msi TARGETDIR=c:\temp\googledrive
The output directory will be created if it doesn't exist.
Ads by Google
© Richard McGrath