In SCCM 2012 it's preferable to deploy software in the guise of Applications rather than as a Package. This means you need to use .msi installer files. Unfortunately not everything comes with a .msi installer file. In the case of Silverlight, it comes as a .exe. In order to turn this .exe into a .msi, follow the below steps:
Get hold of a copy of the Silverlight installer (either 32 or 64bit) from the MS site. Save it to c:\temp
One of the new files will be called Silverlight.7z. This is a zip file which you need to extract into the c:\temp folder using 7zip or something similar.
Make a quick note of the size of the Silverlight.msi file (should be tiny).
Change back to the command prompt window and enter msiexec /p silverlight.msp /a silverlight.msi which will merge the .msi file with the patch file.
You only need the PFiles folder and Silverlight.msi file to create an application in SCCM.
Excellent advice. This worked like a charm for getting an .msi to deploy Silverlight with Symantec Ghost!
ReplyDeleteExcellent advice. This worked like a charm for getting an .msi to deploy Silverlight with Symantec Ghost!
ReplyDelete