drewz99 Posted July 20, 2015 Report post Posted July 20, 2015 I am trying to push out Java v.1.8.0.51. I can successfully push this via an Application and Package, however, neither deployments are referencing the deployment.properties file? Can anybody shed some light on this subject? I've always been in an enviornment where they were using GPO's for settings like these, but this customer wants to use this deployment.properties file. Any help would be greatly appreciated. I do have a .cmd file for installation, and have run through the installation with a .bat file as well. Both work, but no settings from the deployment.properties file? Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted July 20, 2015 Report post Posted July 20, 2015 Simply copy it to <Windows Directory>\Sun\Java\Deployment\? For more information see: https://docs.oracle.com/javase/8/docs/technotes/guides/deploy/properties.html Quote Share this post Link to post Share on other sites More sharing options...
drewz99 Posted July 20, 2015 Report post Posted July 20, 2015 How would I go about that? Would that be built into the Application deployment? What would the most commonly accepted method for distributing that file to the follwoing directory be? C:\Users\<usernmae>\AppData\LocalLow\Sun\Java\Deployment. Thank you very much for your support. Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted July 21, 2015 Report post Posted July 21, 2015 To copy a file to a user directory, you need to initiate the action as the user. The easiest way to do something like that is by using an old shool package and program and configure it to run in user context. Quote Share this post Link to post Share on other sites More sharing options...