Burn media in MAC

Dani_S 3,806 Reputation points
2024-05-14T03:24:40.07+00:00

Hi Bruce,

Maui approach is to run windows in a vm, and use visual studio for windows.

Is there burn media in apple ?

How do i work with it ? C# ?

Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,695 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 45,026 Reputation points Microsoft Vendor
    2024-05-15T05:44:15.2733333+00:00

    Hello,

    I noticed you asked a question earlier as well about how to burn in Windows and Mac.

    When running in a virtual machine, the way it is burned is related to the terminal environment in which it will eventually run.

    You need to use the Windows burn method if you are running the burn on Windows in the virtual machine. If the application is running on a Mac, then as the answer in the quoted thread says, there is no permission to burn data since programs on the Mac platform run in a sandbox.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Bruce (SqlWork.com) 67,916 Reputation points
    2024-05-31T18:56:29.6233333+00:00

    generally to burn media, you create the desired file structure in a folder, and fork the drutil to burn the folder.

    https://ss64.com/mac/drutil.html

    if you want to raw code, then use IOKit sdk. not sure is this is supported from a Catalyst app.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.