install CS5
run regedit
navigate to HKEY_LOCAL_MACHINE\Software
export out the 'Adobe' key, to your Desktop, as adobe_cs5.reg
# back in a real OS:
$ rm -rf ~/.wine
$ winetricks gdiplus ie6 msxml3 vcrun2005sp1 vcrun2008
# Now, copy files from Windows to Wine:
# If you're on a 64-bit version of Windows, use "Program Files (x86)" instead of "Program Files" (untested though)
# $USER refers to your username
"C:\Program Files\Adobe\" to "$HOME/.wine/drive_c/Program Files/Adobe"
"C:\Program Files\Common Files\Adobe" to $HOME/.wine/drive_c/Program Files/Common Files/Adobe"
"C:\Documents and Settings\$USER\Application Data\Adobe" to "$HOME/.wine/drive_c/users/$USER/Applications Data/Adobe"
"C:\windows\system32\odbc32.dll" to "$HOME/.wine/drive_c/windows/system32/odbc32.dll"
"C:\windows\system32\odbcint.dll" to "$HOME/.wine/drive_c/windows/system32/odbcint.dll"
# Finally, import the Adobe registry entries. Using the file you made earlier, adobe_cs5.reg:
$ wine regedit adobe_cs5.reg
# Lastly, override odbc32 and odbcint as native:
$ winecfg
choose the library tab, type odbc32 in the override box, and choose add. Repeat for odbcint
# Finally, run photoshop:
$ cd "$HOME/.wine/drive_c/Program Files/Adobe/Adobe Photoshop CS5"
$ wine Photoshop.exe
Bookmarks