I searched the LQ forum, found instructions for what I want to do - Followed instructions at
http://www.frankscorner.org/dreamweavermx.html
Got the dlls.... did the instructions
then i attempted to follow:
> Type wine dreamweaver\ mx\ installer.exe to install Dreamweaver MX.
> If you're having problems install, try it this way:
wine -dll ole32,oleaut32,rpcrt4=n dreamweaver\ mx\ installer.exe
And got the following error
[jon@Uberleet-Terminal dreamweav]$ wine -dll ole32,oleaut32,rpcrt4=n Dreamweaver\ 4\ Installer.exe
Could not stat /mnt/floppy (No such file or directory), ignoring drive A:
err:module:import_dll Module (file) ole32.dll (which is needed by C:\WINDOWS\SYSTEM\shell32.dll) not found
err:module:load_library can't load shell32.dll
wine: Unhandled exception (thread 002f), starting debugger...
Could not stat /mnt/floppy (No such file or directory), ignoring drive A:
WineDbg starting on pid 2e
No debug information in ELF 'wine' ((nil))
Breakpoint 1 at 0x4000c9c0
No debug information in ELF '/usr/lib/wine/libntdll.dll.so' (0x40034000)
No debug information in ELF '/usr/lib/wine/libwine.so.1' (0x40120000)
No debug information in ELF '/usr/lib/wine/libwine_unicode.so.1' (0x40138000)
No debug information in ELF '/lib/tls/libpthread.so.0' (0x4022a000)
No debug information in ELF '/lib/tls/libm.so.6' (0x40237000)
*** Invalid address 0x40016fc8
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/lib/libnss_files.so.2' (0x4045e000)
No debug information in ELF '/usr/lib/wine/wine/kernel32.dll.so' (0x40793000)
No debug information in ELF '/usr/lib/wine/wine/user32.dll.so' (0x40865000)
No debug information in ELF '/usr/lib/wine/wine/gdi32.dll.so' (0x409b8000)
No debug information in ELF '/usr/lib/wine/wine/advapi32.dll.so' (0x40a3e000)
No debug information in ELF '/usr/lib/wine/wine/shell32.dll.so' (0x40a6e000)
No debug information in 32bit DLL 'F:\dreamweav\Dreamweaver 4 Installer.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40060000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x407c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40a50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x409d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40890000)
Unhandled exception: page fault on read access to 0x0004cf54 in 32-bit code (0x0004cf54).
In 32-bit mode.
0x0004cf54: *** Invalid address 0x0004cf54
-- no code --
Wine-dbg>
wine_dbg_cmd: Ctrl-C
Ctrl-C: stopping debuggee
err:seh:EXC_DefaultHandling Unhandled exception code c000013a flags 0 addr 0xffffe002
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x4cf6d
[jon@Uberleet-Terminal dreamweav]$
ANy help appriciated if you got yours to work -- key me in!