GRitchie Posted October 3, 2014 Posted October 3, 2014 Hello, Anyone know of a passive command for silverlight? Last piece of the puzzle really, just need that to work in PASSIVE mode ideally and then I'm a happy chappy! Cheers!
Arthur Posted October 3, 2014 Posted October 3, 2014 Once you have the MSI: msiexec /i Silverlight.msi ALLUSERS=1 CONSENTMODE=0 SILENTUPGRADE=1 REBOOT=ReallySuppress /QN A Group Policy template for Silverlight can be found here should you need it... www.microsoft.com/getsilverlight/resources/documentation/grouppolicysettings.aspx 1
GRitchie Posted October 3, 2014 Author Posted October 3, 2014 Once you have the MSI: msiexec /i Silverlight.msi ALLUSERS=1 CONSENTMODE=0 SILENTUPGRADE=1 REBOOT=ReallySuppress /QN A Group Policy template for Silverlight can be found here should you need it... www.microsoft.com/getsilverlight/resources/documentation/grouppolicysettings.aspx Hmm, we have the .EXE in MDT...
Arthur Posted October 3, 2014 Posted October 3, 2014 Hmm, we have the .EXE in MDT... I normally extract the MSI rather than use the EXE. i.e. Silverlight_x64.exe /extract Extract 'Silverlight.msp' from 'Silverlight.7z' using 7-Zip. msiexec /p Silverlight.msp /a Silverlight.msi /qb Delete Install.exe, install.res.dll, Silverlight.7z and Silverlight.msp 2
themightymrp Posted October 3, 2014 Posted October 3, 2014 We just deploy Silverlight as part of WSUS updates, wouldn't that be easier?
Mustang Posted October 3, 2014 Posted October 3, 2014 We just deploy Silverlight as part of WSUS updates, wouldn't that be easier? This is the way we do it, keeps it up to date and don't have to worry about adding new versions to MDT
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