Link to home
Start Free TrialLog in
Avatar of mcdermk
mcdermk

asked on

eclipse-jee-juno-SR2-win32 installation

I need to install eclipse on 60+ computers.  We use SCCM 2012 to deploy software.  I run the following command using a bat file.  If I kick this off manually on the desktop it installs and runs perfectly.  But when I push it out using SCCM it hangs at "waiting for content".  I am thinking the bat file runs and closes before the files are copied.  Manually it takes about 40 minutes for it to copy from the desktop to Program Files.  Is there a wait switch to add to this or a better way to deploy?  I have only come across single install help.

xcopy "eclipse-jee-juno-SR2-win32\*.*" "C:\Program Files\eclipse-jee-juno-SR2-win32\*.*" /I /Y /S

As always thanks for any assistance,
Karen
ASKER CERTIFIED SOLUTION
Avatar of Chris Nienaber
Chris Nienaber
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mcdermk
mcdermk

ASKER

Thanks!  Do you have suggestions for resources for me to learn batch scripting?  I have very limited knowledge.
Thanks