Microsoft .Net Framework Setup Failed

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
910Radar
Newbie
Newbie
Posts: 2
Joined: Thu Jul 08, 2010 4:41 am

Microsoft .Net Framework Setup Failed

Post by 910Radar »

Hi All

Floundering a bit on installing MS Office, after a long path round the internet I am finally stumped at

Executing wine /home/bstones/.winetrickscache/dotnet11/dotnetfx.exe
fixme:sfc:SFC_3 0
err:ole:create_server class {000c101c-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {000c101c-0000-0000-c000-000000000046} could be created for context 0x4
fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0002,0x0000,0x000003f7,(nil),0x0006,0x00000000,0x92c6f8,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0002,0x0000,0x000003f7,(nil),0x0006,0x00000000,0x135d48,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub

with a command line error of

Note: command 'wine /home/bstones/.winetrickscache/dotnet11/dotnetfx.exe' returned status 65. Aborting.

Sorry if this is a known problem, I'm not sure how to trawl around for this problem yet

Rgds

910
910Radar
Newbie
Newbie
Posts: 2
Joined: Thu Jul 08, 2010 4:41 am

Post by 910Radar »

Sorry, I guess I should have said -

Running

Linux lnlt0022 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 07:54:58 UTC 2010 i686 GNU/Linux

bstones@lnlt0022:~$ wine --version
wine-1.1.42

MS Office Enterprise 2007

Rgds

910
User avatar
dimesio
Moderator
Moderator
Posts: 13372
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

910Radar wrote: bstones@lnlt0022:~$ wine --version
wine-1.1.42

MS Office Enterprise 2007
First, upgrade Wine. 1.1.42 is old.

Second, it sounds like you're following one of the many outdated howtos that call for a slew of tweaks to install Office 2007. They are wrong. It is not necessary to install dotnet or anything else to install Office 2007 Enterprise, and doing so can prevent Office from working. The only howtos supported here are the ones on this site.

If you've been trying to install dotnet, you've now messed up your wineprefix. Delete or rename ~/.wine, and then just run the Office installer (a new ~/.wine will automatically be created). Follow the howto in the AppDB for post-install tweaks.
http://appdb.winehq.org/objectManager.p ... n&iId=4992

Finally, if in the future you do need to install dotnet for something else, use winetricks. http://wiki.winehq.org/winetricks
Locked