Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Java jre1.6.0_32

Originally from ticket 10841.

I want to install jre1.6.0_32 via PDQ Deploy. How can I push it and what parameters I need to input? I have extracted the Data1.cab and jre1.6.0_32.msi into a folder and tried to push the msi file but does not work? Anything I need to input?

Java32.png

0

Comments

1 comment
Date Votes
  • Hi,

    When you are deploying an MSI you do not need to supply the /s parameter (which is the silent switch for the Java installation EXE, not the MSI). Remove the /s so that your parameters are only IEXPLORER=1. To make an MSI deployment silent we automatically add the /q parameter (quiet).

    JavaInstallerGoodParameters.png

    0