Posted January 20, 201015 yr Microsoft Silverlight 5.1.30514.0 You can integrate this using RVMi v1.6.1 b2.1 and higher or nlite 1.4.9.1 or higher T13-SVCpack Silent Addon Link: Addon_Microsoft_Silverlight_5.1.30514.0.7z CRC-32: 42e486dd MD5: b37bf7125823f5aceded589be4fe11a5 SHA-1: f208cd5c03a19161dfde96398277452e87b64a56 Date: 20140723 OS: WindowsXP (x86) Size: 6.8 MB Edited August 6, 201410 yr by user_hidden
June 18, 201014 yr It is nuisance that the MS installer add a Start Menu Shortcut of "Microsoft Silverlight"I tried to delete that by creating an addon that add a command after the installer:[AddProgram]Silverlight.exe /q"cmd /c rd ""%AllUsersProfile%\Start Menu\Programs\Microsoft Silverlight"" /s /q"But it failed! The shortcut was still there after XP setup.Anybody has any clue?
June 18, 201014 yr [AddProgram]Silverlight.exe /q"cmd /c rd ""%AllUsersProfile%\Start Menu\Programs\Microsoft Silverlight"" /s /q" This is a multimode installer so you have access to the following switches: -ai = SilentYou used the wrong switch. No need for double-quotes. Just make a cleanup.cmd file and call it.The target directory should be empty before deleting it.DEL /F /S /Q "%AllUsersProfile%\Start Menu\Programs\Microsoft Silverlight\*.*"RD /S /Q "AllUsersProfile%\Start Menu\Programs\Microsoft Silverlight\"
February 16, 201114 yr updated to version 4.0.60129.0Hi User HiddenYou released this very quickly, will try it out, see how it goes.Thanks
December 13, 201410 yr version 5.1.31211.0 is out.This update was released on December 12, 2014 and offers a new build (version 5.1.31211.0) of Microsoft Silverlight for users of recalled version 5.1.31010.0.Fixes an issue that generated errors when you tried to play Microsoft PlayReady Digital Rights Management (DRM) content in Silverlight version 5.1.31010.0. Edited December 13, 201410 yr by filter
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.