http://bugs.winehq.org/show_bug.cgi?id=11094
--- Comment #2 from Dan Kegel dank@kegel.com 2008-01-08 15:05:17 --- Thanks for the tip! Registering rsaenh does indeed get past this, and on to the msi problem mentioned at the end of bug 10956. Now the question is why I had to manually register rsaenh.
Here's the script I use:
download http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_playe... download http://download.macromedia.com/pub/labs/air/air_b3_win_121207.exe download http://download.macromedia.com/pub/labs/mediaplayer/adobemediaplayer_p2_1220... wineserver -k rm -rf .wine wine install_flash_player.exe wine air_b3_win_121207.exe wine ~/.wine/drive_c/Program\ Files/Common\ Files/Adobe\ AIR/Versions/1.0.6/Adobe\ AIR\ Application\ Installer.exe adobemediaplayer_p2_122007.air
As you can see, it uses a clean .wine.
Inserting "wine regsvr32 rsaenh" before the last line gets past this problem and onto the MSI one.