Flash Player 11 , mscms.dll problem

Questions about Wine on Linux
Locked
jcornil
Newbie
Newbie
Posts: 2
Joined: Fri Nov 23, 2012 8:00 am

Flash Player 11 , mscms.dll problem

Post by jcornil »

** I'm not good at English. :(


I'm trying to install flash player.

OS : Debian wheezy
Wine : 1.4.1

I downloaded flash_player file from adobe's download site.
And excuted the command...

$ wine install_flash_player_ax.exe

everything went fine, but right after progress bar reached 100%,
I see the error message on terminal window.

err:module:import_dll Library mscms.dll (which is needed by L"C:\\windows\\system32\\Macromed\\Flash\\Flash32_11_5_502_110.ocx") not found

I tried to find mscms.dll file, but I couldn't...
so I downloaded the mscms.dll file from internet and excuted the below command...

$ wine regsvr32 mscms.dll

and another error...

err:module:import_dll Library API-MS-Win-Core-LocalRegistry-L1-1-0.dll (which is needed by L"C:\\windows\\system32\\mscms.dll") not found

What should I do now?
jcornil
Newbie
Newbie
Posts: 2
Joined: Fri Nov 23, 2012 8:00 am

Re: Flash Player 11 , mscms.dll problem

Post by jcornil »

[SOLVED]
I upgraded my wine to version 1.5.5 and now it's working properly.
Locked