I have created an MSI file for Java and am trying to get it to install via the logon script. I can run the command line install msiexec /i \\<server>\netlogon\java2.msi /quiet
but cannot get it to work in the logon script have tried with run and with shell how should I be doing this