19 lines
587 B
Markdown
19 lines
587 B
Markdown
|
|
# silverlight-installer
|
||
|
|
|
||
|
|
> Install or uninstall Microsoft Silverlight.
|
||
|
|
> You may need to replace the command with the actual installer name, such as `Silverlight.1.0.exe`.
|
||
|
|
> Note: This program has been deprecated.
|
||
|
|
> More information: <https://download.microsoft.com/download/c/d/5/cd5aaae3-21f7-47a8-b7d5-39e36baf9ac8/silverlight_deployment_guide.docx>.
|
||
|
|
|
||
|
|
- Run the Microsoft Silverlight installer in GUI:
|
||
|
|
|
||
|
|
`silverlight-installer`
|
||
|
|
|
||
|
|
- Run the installer in [q]uiet mode (do not show GUI):
|
||
|
|
|
||
|
|
`silverlight-installer /q`
|
||
|
|
|
||
|
|
- [u]ninstall the program in [q]uiet mode:
|
||
|
|
|
||
|
|
`silverlight-installer /qu`
|