Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
March 27, 2001
A. Usually, when you use Windows Installer to install a program, you must still enter the product ID; however, you can send this information with the MSIEXEC command:
msiexec /a [msi file] PIDKEY="[CD key]"
Optionally, you can supply USERNAME=[user name], COMPANYNAME=[company name], USERINITIALS=[user initials].
You May Also Like