Adobe flash player windows server 2016

,

If you looking for a way to install Adobe Flash Player on Server 2016 or in Server 2019, then continue reading this tutorial. As you may know Adobe flash Player can be installed in Server 2016 after adding the Remote Desktop Session Host (RDSH) role. But, If you don’t want to buy a RDSH license in order to install the Flash Player on Server 2016 or 2019, follow the instructions below.

This tutorial contains step-by-step instructions on how to install Flash Player on a Windows Server 2016 or 2019.

How to Install Adobe Flash Player on Server 2016/2019.

To enable flash player on Server 2016:

1. Open Command prompt as Administrator and give this command:

dism /online /add-package /packagepath:»C:\Windows\servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum»

Install Adobe Flash Player on Server 2016

2. Restart the computer.
3. After restart, open Internet Explorer and navigate to this page:

  • https://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-10-ie.html

4. Press the Test Flash Player button. If you see clouds moving in the animation below, you have successfully installed Flash Player.

Test Adobe Flash Player

How to Install Adobe Flash Player on Server 2019.

To enable flash player on Server 2019:

1. Open Command prompt as Administrator and give this command:

dism /online /add-package /packagepath:»C:\Windows\servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.17763.1.mum»

Install Adobe Flash Player on Server 2019

2. Restart the server and then navigate to this page to test the Flash Player.

That’s it! Let me know if this guide has helped you by leaving your comment about your experience. Please like and share this guide to help others.

If this article was useful for you, please consider supporting us by making a donation. Even $1 can a make a huge difference for us in our effort to continue to help others while keeping this site free:

  • Author
  • Recent Posts

Konstantinos is the founder and administrator of Wintips.org. Since 1995 he works and provides IT support as a computer and network expert to individuals and large companies. He is specialized in solving problems related to Windows or other Microsoft products (Windows Server, Office, Microsoft 365, etc.).


Konstantinos Tsoukalas

Konstantinos is the founder and administrator of Wintips.org. Since 1995 he works and provides IT support as a computer and network expert to individuals and large companies. He is specialized in solving problems related to Windows or other Microsoft products (Windows Server, Office, Microsoft 365, etc.).

When you’re dealing with some legacy software, such as the vSphere web client version 5.x and you’re accessing it from a Windows Server OS, You may need to install Flash Player on Windows Server 2016 for Internet Explorer. If you run a search through Google, Bing, or Qwant, you may find various entries suggesting:

  • to enable Remote Desktop Host role
  • to enable the Desktop experience role
  • Windows 10 only solution

Fortunately, there’s no need for that. You just to have to install the proper package. Unfortunately it is not displayed as a stand-alone feature in the Server Manager wizard. You’ll have to revert to a bit a Powershell (for laziness) and dism to install package online. Here is the code:

$flash = gci (Join-Path $Env:WinDir 'Servicing\Packages')  -Filter 'Adobe-Flash-For-Windows-Package*.mum'
dism /online /add-package /packagepath:$($flash.FullName)

In the code you may note the use of the Fullname property. Don’t forget that the objects returned by Get-ChildItem are FileInfo and that the default string of those objects are the filename not the full path name. Therefore, if you were to execute this command:

<pre class="lang:default decode:true " title="Failing install package">dism /online /add-package /packagepath:$flash

you’d likely to get:

Deployment Image Servicing and Management tool
Version: 10.0.14393.0

Image Version: 10.0.14393.0

An error occurred trying to open - Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum Error: 0x80070003
An error occurred trying to open - C:\Windows\system32\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum Error: 0x80070003

Error: 3

An error occurred trying to open - C:\Windows\system32\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum Error: 0x80070003

The correct execution path is:

Version: 10.0.14393.0

Image Version: 10.0.14393.0

Processing 1 of 1 - Adding package Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0
[==========================100.0%==========================]
The operation completed successfully.

Once you’ve done that, you just need to close your Internet Explorer Window and re-open the site with the embedded flash contents.

Please note that once enabled, you may still have issues with Flash and the vSphere client, but that’s linked to Flash, not to the handling of Flash Player by Windows and Internet Explorer anymore.

Locked

New Here

,

/t5/flash-player-discussions/unable-to-install-adobe-on-a-windows-2016-server/td-p/8922176
Feb 23, 2017

Feb 23, 2017

Copy link to clipboard

Copied

Hello,

I am having massive issues with installing Adobe Flash 24.0 my Windows 2016 Server and I am getting conflicting information. I also can’t see Flash in the Managed App in the Toolbar and Extensions. Even with following the steps documented on the website I am unable to get flash to install and a number of programs require it.

When running the exe install of Flash is states that it has been installed yet on the website it says it has not additional as mentioned it doesn’t appear in the Managed Apps.

Adobe Flash Screenshot.png

Adobe Flash Website.png

Managed Apps.png

Any help would be appricated as since this as switched from the exe to the intergrated way its been a pain!

  • Follow
  • Report

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

1 Correct answer

Adobe Employee

,

Feb 23, 2017
Feb 23, 2017

_maria_



Adobe Employee

,

Feb 23, 2017
Feb 23, 2017

3
Replies
3

Adobe Employee

,

/t5/flash-player-discussions/unable-to-install-adobe-on-a-windows-2016-server/m-p/8922177#M189079
Feb 23, 2017

Feb 23, 2017

Copy link to clipboard

Copied

  • Follow
  • Report

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

New Here

,

/t5/flash-player-discussions/unable-to-install-adobe-on-a-windows-2016-server/m-p/8922178#M189080
Feb 24, 2017

Feb 24, 2017

Copy link to clipboard

Copied

In Response To _maria_

Hello,

Thank you very much for the help — the answer was in enabling remote desktop services. Though this seems like something that you should raise with Microsoft to improve. Also improving the step by step on your own website as this isn’t mentioned at all.

Whilst I get that you pass the files to Microsoft for them to embed, at the end of the day this is still your product so would expect help to be driven from both sides.

Thank you again,

  • Follow
  • Report

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Adobe Employee

,

/t5/flash-player-discussions/unable-to-install-adobe-on-a-windows-2016-server/m-p/8922179#M189081
Feb 24, 2017

Feb 24, 2017

Copy link to clipboard

Copied

LATEST

In Response To daveharsentd17814944

Hi,

Thanks for the feedback.  While we do provide Microsoft with the ActiveX Control files for Windows 8 and above, and they are included in the Server platforms, Flash Player isn’t officially supported on the Server platforms.  Meaning, we don’t develop for the Server platforms, nor test on them. Discussion was had about adding comments on how to enable Flash Player on the Server platform to our documentation, but was ultimately decided not to do so since Flash Player is not supported on the Server platforms.  To view the supported platforms, see Tech specs | Adobe Flash Player

Maria

  • Follow
  • Report

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

KB ID 0001484

Problem

Back in server 2012 this was an easy fix;

Windows Server 2012 – Enable Flash

However try and do that on Server 2019 or 2016 and this happens;

Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.

PS C:\Users\administrator.PNL> Install-WindowsFeature Desktop-Experience

Install-WindowsFeature : ArgumentNotValid: The role, role service, or feature name is not valid: ‘Desktop-Experience’.
The name was not found.
At line:1 char:1
+ Install-WindowsFeature Desktop-Experience
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (Desktop-Experience:String) [Install-WindowsFeature], Exception
+ FullyQualifiedErrorId : NameDoesNotExist,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureCommand

Success Restart Needed Exit Code Feature Result
——- ————– ——— ————–
False No InvalidArgs {}

PS C:\Users\administrator.PNL>

Solution

Note: You need Server Datacenter version to do this.

If you o to the flash website and it (wrongly,) thinks you are using Windows 10 (we it’s the same code, I’ll let them off,) and it also says “it’s already installed just enable it”, but it’s not there?

Flash Missing Server 2016

You need to install it with the following command;

Server 2019

dism /online /add-package /packagepath:”C:\Windows\servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.17763.1.mum”

Install Flash on Server 2019

Server 2016

dism /online /add-package /packagepath:”C:\Windows\servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum”

Install Flash on server 2016

You will then need to reboot!

Post reboot, you will see Windows Server will now download updates for Flash, and it’s enabled.

Related Articles, References, Credits, or External Links

NA

пятница, 7 апреля 2017 г.

Добавление Adobe Flash Player’а в MS Windows Server 2016

Все достаточно просто (как оказывается):
cmd с Админскими привелегиями и:

dism /online /add-package /packagepath:”C:\Windows\servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum”


Автор:

Mik Ivanov




на

04:30






Ярлыки:
Microsoft,
Windows

Комментариев нет:

Отправить комментарий

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Не сохраняется история выполнить windows 10
  • Windows 10 search in folder
  • Как создать файл в консоли windows
  • Control folder windows 7
  • Microsoft edge можно ли установить на windows 7