Jump to content

Recommended Posts

Posted (edited)

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 by user_hidden
  • 4 months later...
  • 2 weeks later...
Posted

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?

Posted

[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 = Silent

You 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\"

  • 2 months later...
  • 4 weeks later...
  • 4 months later...
  • 2 months later...
  • 1 month later...
  • 3 months later...
  • 1 month later...
  • 4 months later...
  • 2 months later...
  • 7 months later...
  • 3 months later...
  • 2 weeks later...
  • 2 months later...
  • 5 months later...
  • 4 months later...
  • 2 weeks later...
  • 4 months later...
Posted (edited)

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 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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...