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??
Linux Mint using Wine to install Movie Studio
Re: Linux Mint using Wine to install Movie Studio
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