kkonovalov Posted January 8, 2015 Report post Posted January 8, 2015 I am trying to deploy Oracle SQL developer 64bit which comes with the jre files. How would I go about deploy the files out and placing a shortcut to the desktop? Any other ways would also work... Quote Share this post Link to post Share on other sites More sharing options...
thatjeffsmith Posted January 8, 2015 Report post Posted January 8, 2015 You don't have anything to register with the machine, you'll just want to copy the files to the machine, and it's ready to run. You can build your own shortcut file to the sqldeveloper.exe in the main folder and copy that to the user's desktop - guessing you'll need a variable to reference the OS user name unless you can use a relative file path. Quote Share this post Link to post Share on other sites More sharing options...
kkonovalov Posted January 8, 2015 Report post Posted January 8, 2015 Yes, but how do i deploy just the files to the machine rather then the package with a command? Quote Share this post Link to post Share on other sites More sharing options...
por fueg0 Posted January 21, 2015 Report post Posted January 21, 2015 We have a deployment for SQLDeveloper. I call a batch script that runs robocopy and copies all files over to c:\SqlDeveloper If you want to see the script, let me know. Quote Share this post Link to post Share on other sites More sharing options...
kkonovalov Posted January 26, 2015 Report post Posted January 26, 2015 Ya, that would be very helpful. Thanks. Quote Share this post Link to post Share on other sites More sharing options...
por fueg0 Posted January 26, 2015 Report post Posted January 26, 2015 PM sent. fair warning: I feel pretty certain that there are better, more efficient ways to get this task accomplished. This script works, and it works 100% of the time. por fueg0 Quote Share this post Link to post Share on other sites More sharing options...