/build/static/layout/Breadcrumb_cap_w.png

Why am I getting a "Windows Installer" window when deploying MSI files?

I'm an intern at the IT department of my local city government with limited prior experience with KACE, and I’ve been tasked with working on figuring out how to deploy Java over KACE to the users, and I’ve been working on deploying it to a test computer. I’ve almost figured out how deploy the software via a MSI, but I’m running into a problem where when the software tries to install, rather than installing, the software pops up a message on the computer’s screen labeled “Windows Installer”, with a list of all the switches you can set with the msiexec command, and an okay button. Clicking OK simply closes the window, and does not cause the application to install.

 

I’m using this MSIExec command: ‘msiexec.exe /i /a "jre1.7.0_45-c.msi" ‘ with the software set to install on login, before loading the desktop.

 

What am I doing wrong, and what changes do I need to make?

 

I’m currently only working two days a week, so I won’t be able to get any log files for you until Tuesday at the soonest.

 

Thank you very much for your time and patience.

 


0 Comments   [ + ] Show comments

Answers (1)

Posted by: Ifan 10 years ago
Second Degree Green Belt
3

The windows installer help window pops up when you have an error in the installation command line.

Remove the /a (why would you want an administrative install?) and add /qb! at the end for it to be unattended woth progressbar but no cancel.

Also you should customize the msi with a transform to disable stuff like automatic update notifications and other things.


Comments:
  • This almost appears to have worked. However, I've run into another problem with the edited MSI. I've followed the instructions on this site (http://ivan.dretvich.com/2011/06/how-to-package-and-deploy-java-jre-1-6-0_26-via-group-policy/) but the Java Updates prompt still shows up in the system tray. Did I forget to flip a switch or change a registry setting in the MSI? - ACase 10 years ago
    • That you have to figure out for yourself. Probably just some reg setting you forgot or something.
      Also, don't edit vendor MSIs. Just make transforms for them. - Ifan 10 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