Java Deployment with automatic updates (without user confirmation)
        Posted  
        
            by 
                Svanste
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Svanste
        
        
        
        Published on 2014-05-27T08:40:48Z
        Indexed on 
            2014/05/27
            9:29 UTC
        
        
        Read the original article
        Hit count: 334
        
Here in our company our users use 1 Java application which is updated every monday and always needs the latest java update. We install Java on Clients through SCCM 2012 R2.
I already know how to this, the only thing i can't figure out is how to automatically update Java on computers.
This has to be silent, so we don't want users to get a pop up asking if they want to install the latest the Java update. We want Java to autoupdate when users logon on monday morning, with no possibility to cancel it. (At least no obvious way to cancel it, so no cancel button or anything basic)
Been searching on google for a while now but most scenario's involve NOT wanting autoupdate.
© Server Fault or respective owner