Is there anyway to install the msi at specific location through the command line.
Is there anyway to install the msi at specific location through the command line.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, typically, you can specify a
TARGETDIR=(path to install to)when you run themsiexecinstaller:I’ve been corrected (thanks to 0xA3 for this!) – my initial mention of
INSTALLDIRis wrong – you need to useTARGETDIRinstead. That one does indeed seem to work for just about any MSI I tried it on. Windows Installer stuff isn’t exactly intuitive or easy……