Several reports has been given as positive. Hence, I cannot get this to work. After installing, I try to run Dreamweaver.exe using "wine Dreamweaver.exe" and I get this: wine Dreamweaver.exe fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling mixer fixme:win:EnumDisplayDevicesW ((null),0,0x32f794,0x00000000), stub! err:ole:CoUninitialize Mismatched CoUninitialize oik at oik-elitebook:~/.wine/drive_c/Program Files/Adobe/Adobe Dreamweaver CS4$ Any clues on this please?
Here's the HOW TO: 1) Install Wine 1.1.10: http://wine.budgetdedicated.com/archive/index.html 2) Install cabextract: sudo apt-get install cabextract 3) Install Wine Gecko Package. 4) Install Winetricks: wget http://www.kegel.com/wine/winetricks chmod +x winetricks 5) Install native gdiplus: $ sh winetricks gdiplus 6) And Native msxml3: $ sh winetricks msxml3 7) The IE6 libs are needed for splash screen: ./winetricks corefonts ie6 ################################################## ##################### Go to a native windows system32 directory and copy: odbc32.dll then Paste on wine/system32/ do: winecfg In New Override for Library option choose: odbc32 Click Add. Make sure you have something like this: odbc32(native, builtin) Click Apply then OK to exit. ################################################## ###################### Repeat last step for: odbcint.dll Now we are ready to try: Go to Dreamweaver Setup Directory, and running not with double click BUT, from the command line. wine Dreamweaver.exe gl. Notes: If doing the trial, you might get lost finding the radio button to select it. It is... invisible! Just click to the left of the "I want to install and use..." line where you'd think it would be. A box will appear. All this info is just compiled infos from here and there, that i've put together and make it to work, I have no credits from this. Regards, MEM