how to make Microsoft Live Writer running on Linux

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
blueeefedora
Newbie
Newbie
Posts: 1
Joined: Mon Jun 30, 2008 2:33 am

how to make Microsoft Live Writer running on Linux

Post by blueeefedora »

Live Writer supports all the blog types that I currently use, and I did not find any other blog writers with the same feature availlable on Linux, so I would like to know how could I make it run on Linux?

I noticed that, the runing of Live Writer requires the MS dot Net framework, and I noticed that, there are still some issue in Wine to run dot Net framework 2.0 based applications.

Any advice for this? Or does it mean I need to wait until WINE claiming the support of dot Net 2.0?

Thanks in advance
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Try it and see. You can install .NET 2.0 with winetricks:

Code: Select all

wget http://www.kegel.com/wine/winetricks
sh winetricks dotnet20
Locked