MadMacs77 Posted February 11, 2014 Report post Posted February 11, 2014 Long story short: I have this Powershell module I'd like to set up as an Application so I can uninstall older versions of Java before deploying the current version of Java. How do I do this? I'm making the assumption the methodology would work for other scripts. Thanks (This is for SCCM 2012 R2) Quote Share this post Link to post Share on other sites More sharing options...
lord_hydrax Posted February 12, 2014 Report post Posted February 12, 2014 You can configure applications to run a scripted installer rather than an MSI. So if you create say a powershell script to copy/install the module, you can use that as the application. Quote Share this post Link to post Share on other sites More sharing options...
MadMacs77 Posted February 12, 2014 Report post Posted February 12, 2014 Yes, I understand that, but what are the steps? I can't find anybody having documented how to do this. Quote Share this post Link to post Share on other sites More sharing options...