
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?