I was putting this information together for an architecture document. Thought I’d share it because this shows why I love SMS Installer!
- Usage: Installation “wrapper” to automate tasks such as initiating installation with parameters, reading/writing registry values, writing log files, if/then/else evaluations, dialog boxes, etc.
- Pros: Robust application with an easy to use GUI that is simple for others to learn. Scripting knowledge and/or experience is not required. The compiled executable cannot be changed except through the SMS Installer application.
- Cons: Various limitations on processes that can run.
VBScript / PowerShell
- Usage: Perform complex automation tasks
- Pros: Gives the ability to automate complex changes that cannot be accomplished using SMS Installer.
- Cons: Requires scripting knowledge and/or experience. Is highly sensitive to changes in the script, which can have a negative impact if code is not properly written.


#1 by Jay Connor on May 19, 2010 - 5:35 pm
I never knew about this program, looks good for creating some installers.
Thanks.
#2 by Nicolas Moseley on May 19, 2010 - 8:09 pm
Jay, if you want to check it out, you can download it from http://technet.microsoft.com/en-us/systemcenter/dd408384.aspx
#3 by Karl on August 17, 2010 - 10:02 am
I know this application since sms2003 but never looked at it. Seems that I will need it now. I have a wrapper for now but it’s really limited so I think using this sms installer will give me more satisfaction.
I have a sh*tty program that needs to install 7 msi’s.
This doesn’t work great for now so I was wondering if you had a ready made script that installs several msi’s that does this.
Thanks