pettit87 Posted February 25, 2013 Posted February 25, 2013 How are you all deploying software with SCCM 2012? Do you package software using a MSI builder or can .exe be used? Do you deploy software via different collections for different departments?
Gatt Posted February 25, 2013 Posted February 25, 2013 I use a combination of EXE's and MSIs - though I try to use MSI's where possible since that's how SCCM 2012 prefers it I really should try and do a series of HOWTOs on it when I get the time
pettit87 Posted February 25, 2013 Author Posted February 25, 2013 And how do you deploy the .exe via SCCM. I only see an option for MSI. How to's would be very helpful, but I'm sure your busy...as we all are.
Gatt Posted February 25, 2013 Posted February 25, 2013 There are 2 options Applications - the "New" way - follow the wizad for MSIs but where it asks for the MSI file - enter your exe file and any command switches or Packages - The "old" way from SCCM 2007 - really meant for if you are migrating from 2007 I'll take a few screenshots of the wizards as soona s poss A good place to look is Portal - www.windows-noob.com
free780 Posted February 26, 2013 Posted February 26, 2013 I think applications download the source files to each client. Packages can install from the source files.
TheScarfedOne Posted February 26, 2013 Posted February 26, 2013 At install time, as part of the deployment, you can specify to download the source files to local before install, download when needed, or run from remote source
deano Posted February 26, 2013 Posted February 26, 2013 Try to stick with MSI files if you can as the EXEs can be a pain. Just setup a new thread and ask if anyone has created the MSI for the program you need. Chances are, one of us has probably got one somewhere!
pettit87 Posted February 26, 2013 Author Posted February 26, 2013 I'm sure there are plenty of threads already but can any one advise on a cheap or free MSI creator?
Jamo Posted February 26, 2013 Posted February 26, 2013 I use a combination of both, EXEs work pretty well if you are confident with looking through the Windows uninstall registry. They often leave similar signatures to MSI's so you can easily detect if they are correctly installed. I have used INNOsetup to create EXEs for deployment or for MSIs I have used Advanced Installer which will do simple packages really quickly and easily. Hope that helps
deano Posted February 26, 2013 Posted February 26, 2013 Scalable Wininstall LE is OK but something like Advanced Installer will give you more options
Norphy Posted February 24, 2014 Posted February 24, 2014 First rule of repacking is "don't unless you really, REALLY have to". SCCM will quite happily deploy software from executables, batch files, MSIs and whatever else a computer can execute.
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