entity Posted May 19, 2011 Share Posted May 19, 2011 I was wondering if there was a way to push a compiled java app (for desktops) over Active Directory 2008 using GPOs to mass install software, is there a way to package the app into a .msi file ? or is there no need to do such a thing ? Thanks in advance, Entity Quote Link to comment Share on other sites More sharing options...
digip Posted May 20, 2011 Share Posted May 20, 2011 For an Active Directory roll out, I believe you need to make it an msi package to script the install, or use a third party installer used for pushing desktop updates, but don't quote me on that. Quote Link to comment Share on other sites More sharing options...
Infiltrator Posted May 20, 2011 Share Posted May 20, 2011 (edited) As Digip stated, you need to make it an msi package to script the install. Once that's done use group police to push out the package at next log on. These articles should assist you, in the deployment http://support.microsoft.com/kb/816102 http://www.advancedinstaller.com/user-guide/tutorial-gpo.html http://support.microsoft.com/kb/887405 http://www.ehow.com/how_5783978_install-file-through-group-policy.html Edited May 20, 2011 by Infiltrator Quote Link to comment Share on other sites More sharing options...
entity Posted May 20, 2011 Author Share Posted May 20, 2011 Thanks for the info guys :) ,the part on how to distribute the *.msi package I know how to tackle, but thanks still for the articles Infiltrator they are very good reference material. Might anyone know how to package a java app into a .msi package though for distribution ? Thanks again, Entity Quote Link to comment Share on other sites More sharing options...
Infiltrator Posted May 20, 2011 Share Posted May 20, 2011 @Entity, Found something that might assist you with your problem. http://www.builderau.com.au/program/java/soa/Ask-the-Java-expert-Create-a-Java-exe-file/0,339024620,320283101,00.htm http://forums.whirlpool.net.au/archive/1027479 Quote Link to comment Share on other sites More sharing options...
entity Posted May 20, 2011 Author Share Posted May 20, 2011 Thanks again for the help Infiltrator those articles were quite interesting :) but i have found a sort of work-around for the time being, since this app does need to install as such I will push the files to a specific location on the given computers and then push a shortcut to the desktop :) Entity Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.