/build/static/layout/Breadcrumb_cap_w.png

How to silently install an msi that requires user input?

msi

user input required

silently install


0 Comments   [ + ] Show comments

Answers (2)

Posted by: Ben M 11 years ago
9th Degree Black Belt
2

Well... without some background information its a little hard to answer, but there are two ways you could do this. A silent install with MSI is done like this. Edit the command string to match your file.

msiexec /i install_file.msi /qn

If this doesn't work, and you need to enter some other data, I recommend creating a .mst file using a MSI editor (InstEd, Orca, Google around for others). If you need more advice on how to do that look around this site and use Google. There are lots of instructional guides out there.


Comments:
  • Also I have found that sometimes kace can be picky.

    Here is how I usually format my installs.

    "msiexe.exe /i install_file.msi TRANSFORM=transform.mst /quiet"

    Also, check "Don't Prepend msiexec.exe" For some reason the auto prepend doesn't always work right. - ohiosoundguy 11 years ago
  • If your using Kace then definitely follow ohiosoundguy's advice. I almost never use the auto prepend anymore. It seems to cause more problems then it fixes. - Ben M 11 years ago
    • @Ben M - It took a long time for me to realize that and was getting extremely frustrated that none of my installs were working. Now I always do it this way to be safe. - ohiosoundguy 11 years ago
  • Newbie at this... Looks like I need an mst to modify the msi. Need help to determine what values to change with mst. - shauna.wolf 11 years ago
    • You do not need a transform file if you are just trying to make the vanilla installation silent. Here are all of the switches that an MSI will support: http://support.microsoft.com/kb/227091

      For a simple silent install the command would look like this:

      msiexec /i "my_file.msi" /qn

      /i will install the MSI and /qn will make it Quiet, No interface. - mpace 11 years ago
Posted by: chucksteel 11 years ago
Red Belt
0

It might help if you let us know that you're installing. Someone here might have experience with the software in question. 


Comments:
  • Logger Pro 3. It includes an msi but the msi requires user input. - shauna.wolf 11 years ago
  • Funny, I've done this one before. http://www.vernier.com/til/1681/ Basically, if you contact Vernier Tech Support they'll give you a folder that contains a batch script which will deploy the MSI silently. It is a big file (260MB) but it works well. - Ben M 11 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ