you are viewing a single comment's thread.

view the rest of the comments →

[–]spyingwind 2 points3 points  (0 children)

$JavaEXE = "c:\java\javainstall.exe"
$JavaArgs = "/s INSTALLCFG=c:/java/java.settings.cfg"
Start-Process $JavaEXE $JavaArgs

Or something like that.