How To Install#Please note, depending on how you installed CrossOver, /opt should be replaced with ~
#Create an empty bottle/opt/cxoffice/bin/cxbottle --bottle moc-winxp --delete --uninstall
/opt/cxoffice/bin/cxbottle --bottle moc-winxp --create --template winxp --install
#Hack to get recognizable C: drive for VC++ 2008 runtimecd ~/.cxoffice/moc-winxp
mv drive_c harddisk0
ln -s harddisk0 drive_c
rm dosdevices/c:
ln -sf ../harddisk0 dosdevices/c:
Here are the instructions translated so they are appropriate for the Mac:cd ~/Library/"Application Support"/CrossOver/Bottles/moc-winxp mv drive_c harddisk0 ln -s harddisk0 drive_c cd dosdevices
rm c:ln -sf ../harddisk0 c:cd /tmp
#Install VC++ 2008 runtimewget http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe -O vcredist_x86.exe
/opt/cxoffice/bin/cxinstallwizard --bottle moc-winxp --autorun ./vcredist_x86.exe --noui
#Install MOC 2007wget http://download.microsoft.com/download/0/c/b/0cb1e616-4aff-4a1f-8cf8-886f3c0b4a44/CommunicatorEval.msi -O CommunicatorEval.msi
/opt/cxoffice/bin/cxinstallwizard --bottle moc-winxp --autorun ./CommunicatorEval.msi --noui
Install LogRun#Run in verbose mode/opt/cxoffice/bin/wine --bottle moc-winxp --verbose --start "C:/windows/profiles/crossover/Start Menu/Programs/Microsoft Office Communicator 2007.lnk"
Error Output...
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:exec:SHELL_execute flags ignored: 0x00004100
fixme:shell:DllCanUnloadNow stub
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"UCCP"
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\Microsoft Office Communicator\\communicator.exe") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program Files\\Microsoft Office Communicator\\communicator.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microsoft Office Communicator\\communicator.exe" failed, status c0000135
Extra Notes#MSVCR80.dll is installed$ find ~/.cxoffice/moc-winxp -iname MSVCR80.dll
~/.cxoffice/moc-winxp/drive_c/windows/winsxs/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700/
msvcr80.dllScreenshot