Jump to content

Recommended Posts

Posted

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?

Posted

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 :)

Posted

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.

Posted

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

Posted

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!

Posted

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

  • 11 months later...
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...