Linux Mint using Wine to install Movie Studio

Questions about Wine on Linux
Locked
Linux4me
Newbie
Newbie
Posts: 1
Joined: Mon Aug 09, 2021 9:37 am

Linux Mint using Wine to install Movie Studio

Post by Linux4me »

Hello. First time posting here. I have recently installed Linux Mint to replace windows. I am trying my best to adjust but some issues are very persistent! I have installed Wine (successfully I hope), and I have Movie Studio I want to install. Initially Wine opened the exe file and all was looking good then I got hit with "You must use Turn Windows features on or off" in the control panel to install or configure Microsoft .NET Framework 3.5 SP1!
How do I navigate around this problem??
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Linux Mint using Wine to install Movie Studio

Post by jkfloris »

The easiest way is to use winetricks to install .Net 3.5 sp1

Code: Select all

sudo apt install winetricks
sudo winetricks --self-update
winetricks -q dotnet35sp1
Locked