cannot load setup.exe/Office 2007 under bin32-wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
graysky
Level 2
Level 2
Posts: 27
Joined: Thu Nov 06, 2008 3:55 am

cannot load setup.exe/Office 2007 under bin32-wine

Post by graysky »

I'm running Arch Linux x86_64 using the bin32-wine package and am trying to run setup.exe to install Office 2007 on my Arch box but can't get the installer to run. It crashes out with the following debug info which isn't very helpful to me. Suggestions are appreciated!

Code: Select all

$ wine setup.exe
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
fixme:system:SetProcessDPIAware stub!
fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
fixme:richedit:REExtendedRegisterClass semi stub
fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
err:ole:CoGetClassObject class {f5078f32-c551-11d3-89b9-0000f81fe221} not registered
err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221} could be created for context 0x1
fixme:htmlhelp:HtmlHelpW HH case HH_UNINITIALIZE not handled.
fixme:netapi32:NetGetJoinInformation Stub (null) 0x32f024 0x32f018
[micah@plato office]$ err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
fixme:heap:HeapSetInformation 0x110000 1 (nil) 0
fixme:imm:ImmDisableIME (-1): stub
fixme:advapi:RegisterEventSourceW ((null),L"Microsoft Office 12"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00001388,(nil),0x000b,0x0000010c,0x300bcf54,0x7aca2c): stub
err:eventlog:ReportEventW L"office12setup"
err:eventlog:ReportEventW L"{10120000-0f00-0000-0000--0000000ff1ce}"
err:eventlog:ReportEventW L"12.0.4518.1014"
err:eventlog:ReportEventW L"x"
err:eventlog:ReportEventW L"0x80040154"
err:eventlog:ReportEventW L"publisher.en-us_setup.xml"
err:eventlog:ReportEventW L"x"
err:eventlog:ReportEventW L"x"
err:eventlog:ReportEventW L"NIL"
err:eventlog:ReportEventW L"NIL"
err:eventlog:ReportEventW L"NIL"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
err:ole:CoUninitialize Mismatched CoUninitialize
err:ole:CoUninitialize Mismatched CoUninitialize
fixme:netapi32:NetGetJoinInformation Stub (null) 0x33fc0c 0x33fc00
graysky
Level 2
Level 2
Posts: 27
Joined: Thu Nov 06, 2008 3:55 am

Post by graysky »

Got it! Needed to install winetricks

http://aur.archlinux.org/packages.php?ID=17313

Then:

Code: Select all

winetricks msxml3 dotnet20 gdiplus riched20 riched30 vcrun2005sp1 allfonts
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

What version of Wine are you using? You shouldn't need any winetricks to install Office 2007 in current Wine.
graysky
Level 2
Level 2
Posts: 27
Joined: Thu Nov 06, 2008 3:55 am

Post by graysky »

It's the latest stable release. 1.2.
James McKenzie

cannot load setup.exe/Office 2007 under bin32-wine

Post by James McKenzie »

graysky wrote:
It's the latest stable release. 1.2.

Correct. The .NET that comes with Office 2007 will install without any
problems that affect installing Office 2007.

None of the other packages are required either. Jet 4.0 is only needed
for stand-alone access to Access type databases.

James McKenzie
Locked