Microsoft Silverlight
Hello,As i was using the wizard and the msi I have an issue to limit the deployment to machines which version lower than 5.1.50907.0 as I have only "Equals To" or "Not Equals To" available...I… Read More
Microsoft Silverlight 5.1.30514.0 Resources: Download Silverlight microsoft.com/getsilverlightSilverlight Deployment Guide: http://download.microsoft.com/download/C/D/5/CD5AAAE3-21F7-47A8-B7D… Read More
Just wanted to add a little bit to the "updates off" discussion. Theres two keys that control the update features of Silverlight: one is in [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\S… Read More
I just ran the exe with silent switch and then added these keys.. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Silverlight]"UpdateConsentMode"=dword:00000000"UpdateMode"=dword:00000000 Also had a b… Read More
To disable Silverlight Updates on 64 bit machines, just add/edit this registery input Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Silverlight… Read More
If you download Silverlight from a x64 computer you will get "Silverlight_x64.exe" I had to go to a 32bit computer to be able to download the 32bit version of Silverlight (Silverlight.exe). N… Read More
Disable AutoUpadte : The package installs "Microsoft Silverlight" shortcut at Start Menu\All Programs\Microsoft Silverlight\.On launching the shortcut following window is pops up The above A… Read More
I successfully silently install Silverlight 5 with "Silverlight.exe /q" Read More
Since in the K1000 there was 1 software entry for Silverlight, I decided against creating a separate entry for SIlverlight for x64 systems so I zipped up both installers and wrote a small batch… Read More
Go to http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx, and download silverlight.exe. Silent installation from the .exe: silverlight.exe /q (doing a silent install fro… Read More
Silverlight.exe /q worked for me. /qu for uninstallation. (The extracted msi file has the same product code as the previous versions and version number 1.0.0.0. It's sad that MS can't follow t… Read More
The .exe you can download from microsoft.com/silverlight offers an easy switch for quiet installation: "silverlight.exe" /q Silverlight 5.0 still creates a folder in the Start Menu for All Use… Read More
/q unattended installation /qu unattended deinstallation Read More
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