Microsoft Silverlight
Extract the contents of the downloaded 'Silverlight.exe' using winzip/rar into a new directory e.g. c:\silver & subsequently extract the contents of 'silverlight.7z' (into the same folder). Fro… Read More
Extract the msp and run it with the msiexec.exe /i silverlight.msi /PATCH Silverlight.msp ALLUSERS=2 /qn. I have also edited the silverlight.msi to add the following keys [HKEY_LOCAL_MACHINE\S… Read More
From the installation page (see Related Links), save Silverlight.exe. Silent installation from the .exe: silverlight.exe /q (doing a silent install from the .exe will also upgrade previous v… Read More
/doNotRequireDRMPrompt = turns off the 1st use prompt allowing DRM Playback without requiring any end-user intervention. This setting is automatically included when the quiet install switch is … Read More
To grey out the end user Auto-Update options: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Silverlight] "UpdateConsentMode"=dword:00000000 This displays the Options (Silverlight Properties, tab Upd… Read More
For the package we use in our environment, we did not extract the MSI or the MSP. We run Silverlight.2.0.exe /q /ignorewarnings /noupdate The command line argument /ignorewarnings will make su… Read More
The slipstream works: Extract the exe into a different folder, copy the msp into another folder, then run msiexec /p t:\patch\silverlight.msp /a t:\full\Silverlight.2.0\silverlight.msi /qb Th… Read More
To stop automatic updates, I simply added the registry key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Silverlight] "UpdateMode"=dword:00000002 Read More
The redistributable is in the form of a self-extracting cabinet file (.exe). You can run "silverlight.exe /q" to install it. Or, if you unzip the .exe, you get silverlight.msi and silverlight.… Read More
- « Previous
- 1
- 2
- Next »