Renfield-64 Posted April 25, 2013 Posted April 25, 2013 Does anyone know how to roll out software to networked computers using Group Policies if the software doesn't contain an MSI file? Is it possible to create an MSI or do I have to buy software to do this?
Norphy Posted April 25, 2013 Posted April 25, 2013 You have a choice. If you're dead set on deploying through group policy, you can either repackage the installer as an MSI using a product such as AdminStudio by Flexera or (if you can still find it) WinInstallLE. However, this can be complicated and isn't for the faint hearted! Otherwise, you can see if the installer for your package has any command line switches to make it install silently and deploy it using a startup script.
themightymrp Posted April 25, 2013 Posted April 25, 2013 For help with finding silent install methods for popular software, check out this site (formerly AppDeploy.com) Home | ITNinja
sparkeh Posted April 25, 2013 Posted April 25, 2013 Take a look at: WPKG | Open Source Software Deployment and Distribution I used to use it before getting SCCM, its awesome. 1
jamesfed Posted April 25, 2013 Posted April 25, 2013 What is the item of software you are looking at? Sometimes you will find that the MIS is 'hidden' within a EXE or the software dev has a MSI tucked away but they only hand out the EXE unless you ask for the MSI...
Renfield-64 Posted April 25, 2013 Author Posted April 25, 2013 Hi, yes since my last post I have managed to extract the MSI out of the EXE file. Thanks for your help everyone.
free780 Posted April 25, 2013 Posted April 25, 2013 Run the exe on a script provided the system account has access to the install files and it can run silently, which is usually issue. Or use pdq deploy.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now