Roy F. Cabaniss wrote: > > ~/.cxoffice/Copy of MS Office 2007/drive_c/Program Files/NCSS2007> wine > Ncss2007.exe > err:module:import_dll Library Stamin32.DLL (which is needed by > L"Z:\\home\\rcaban\\.cxoffice\\Copy of MS Office 2007\\drive_c\\Program > Files\\NCSS2007\\Ncss2007.exe") not found > err:module:LdrInitializeThunk Main exe initialization for > L"Z:\\home\\rcaban\\.cxoffice\\Copy of MS Office 2007\\drive_c\\Program > Files\\NCSS2007\\Ncss2007.exe" failed, status c0000135 This doesn't look correct at all. Try to install the software only with wine in an separate prefix (e.g. WINEPREFIX=~/prefix wine NCSS2007Setup.exe). Then cd to the installation directory and run the software and wine WITH the prefix where you installed it in (WINEPREFIX=~/prefix wine NCSS2007.exe) - see http://wiki.winehq.org/FAQ#head-f2f5f3bc795247f11962ea613a1f9e15657ad552 . The demo from here - http://www.ncss.com/download_NCSS2.html (Is it the correct demo?) - needs the mfc42 package (so you probably want to install it - e.g. with winetricks (WINEPREFIX=~/prefix winetricks mfc42) in the correct prefix). What's your wine version?