Unable to install bootable iso file on Linux Mint

Questions about Wine on Linux
Locked
wolly
Newbie
Newbie
Posts: 1
Joined: Sat Sep 23, 2023 3:52 pm

Unable to install bootable iso file on Linux Mint

Post by wolly »

Hi I want to install a 15 GB iso file to a 64 GB USB in Linux Mint and I keep getting this error on Wine when I try to install it.
https://imgur.com/a/ZNnowb7
The usb driver contains 2 exe files and I want to install the setup exe file but it doesn't work.

It shows me this errror :https://imgur.com/a/SY1YGsX
User avatar
ineuw
Level 2
Level 2
Posts: 30
Joined: Mon Aug 12, 2013 11:08 am

Re: Unable to install bootable iso file on Linux Mint

Post by ineuw »

If you want help, you have to provide detailed info of the apps and the OS that you are using for this.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Unable to install bootable iso file on Linux Mint

Post by jkfloris »

The first screenshot shows that the MFC42u.dll file cannot be found. This file is part of the Visual C++ 6 Runtime.
You can install it with winetricks:

Code: Select all

winetricks mfc42
Locked