Quickly and easily design, develop, and maintain websites and web applications from start to finish with Adobe™ Dreamweaver™ CS3 software. Built for both designers and developers, Dreamweaver CS3 offers the choice of working in an intuitive visual layout interface or a streamlined coding environment. Intelligent integration with Adobe Photoshop™ CS3, Adobe Illustrator™ CS3, Adobe Fireworks™ CS3, Adobe Flash™ CS3 Professional, and Adobe Contribute™ CS3 software ensures efficient workflow across your favorite tools.
Application Details:
Version: | CS3 (9.x) |
License: | Retail |
URL: | http://www.adobe.com/products/... |
Votes: | 14 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 1.9.2 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Setup.exe executes.
What does not
Installer fails with: "The program Setup.exe encountered a serious error and needs to close..."
Workarounds
What was not tested
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 15.10 "Wily" amd64 (+ variants like Kubuntu) | Jan 27 2016 | 1.9.2 | No, but has workaround | No | No | Garbage | Sven | |
Current | Ubuntu 14.04 "Trusty" amd64 (+ variants like Kubuntu) | Jul 14 2015 | 1.6.2 | No | Not installable | No | Garbage | an anonymous user | |
Show | Ubuntu 9.10 "Karmic" i386 (+ variants like Kubuntu) | Feb 01 2010 | 1.1.37 | No | Not installable | No | Garbage | Felipe Moraes | |
Show | Ubuntu 9.04 "Jaunty" amd64 (+ variants like Kubuntu) | Jun 21 2009 | 1.1.23 | N/A | Yes | No | Gold | an anonymous user | |
Show | Ubuntu 8.10 "Intrepid" amd64 (+ variants like Kubuntu) | Dec 08 2008 | 1.1.10 | Yes | Yes | No | Gold | an anonymous user |
Thank rmorgan at http://forums.openaddict.com/viewtopic.php?t=849 for this How To.
Note:
I'm using Ubuntu 7.04 Edgy Eft for this, so change these commands to
match up whatever your distro uses to accomplish the same thing.
Warning:
Don't steal software. This guide is for users who have a legitimate
copy of Dreamweaver installed on their Windows partition. If you don't
have Dreamweaver, you can get a copy from Adobe's website here: http://www.adobe.com (we don't get any $$ kickbacks from that).
Ok, on to the steps to get this working!
First, install wine if you haven't already. Like I stated before, I'm
using Ubuntu to do this, so apt-get is my choice of software
installers. Your distro may be different. Consult your system docs for
the correct syntax for your software package management tool.
Note: Make sure you have the latest version of Wine for your distro. The current release can be downloaded here: http://www.winehq.org/site/download
Code: |
sudo apt-get install wine |
Code: |
winecfg |
Code: |
cp -R /dev/sda2/Program\ Files/Adobe/* /home/(username)/.wine/drive_c/Program Files/Abobe |
Code: |
Start --> Run --> "regedit" (Enter) |
Code: |
sudo apt-get install recode |
Code: |
recode ucs-2..ascii dreamweaver.reg |
Code: |
wine regedit dreamweaver.reg |
Code: |
cd .wine/drive_c/Program\ Files/Adobe/Adobe\ Dreamweaver\ CS3/
wine Dreamweaver.exe |
2015-08-06 Admin note: the following was extracted from a user comment made in 2008 and may not be relevant to current Wine.
Things I had to do in addition to the howto:
1. as previously posted the registry entry is indeed Adobe, not Macromedia.
2. my recode failed: Untranslatable input in step `ISO-10646-UCS-2..ANSI_X3.4-1968'
Solved it by using command recode u2..u8 dreamweaver.reg
This turns it to UTF-8 (instead of ASCII) which the regedit is able to import.
3. Got a catastrophic license failure, which was solved by changing wine to run it as win98.
Comments for this application have been disabled because there are no maintainers.