Adding license agreement to compiled MATLAB program

조회 수: 18 (최근 30일)
Effesian
Effesian 2021년 5월 7일
답변: Aditya Patil 2021년 5월 20일
Hello,
I am writing a MATLAB-based GUI application that I am supposed to share with some external users. As suggested in
I added a datetime check to make sure the users can only use the software for a limited amount of time. The other part of "protecting" my rights on the software would be to ask the end user to sign some form of license agreement during the installation process-- as commonly done with any type of software that one installs on his/her computer. Is there a standard way in MATLAB (compiler) too add such a license agreement that the user needs to accept? If not what solutions can you suggest or did you use in the past?
My current solution is to have a question dialog box popping up each time the program is started. Thereby the user has to reconfirm each time the user agreement.

채택된 답변

Aditya Patil
Aditya Patil 2021년 5월 20일
Aside from including a text license agreement with the application process by including the file in the "Files installed for your end user" section of the Compiler, the Application Compiler does not have any special functionality regarding license agreements.
In terms of recommendations, MathWorks does not have any recommendations of how to go about this, as long as the application and the license agreement itself complies with the "Deployment Rights" section of the Program Offering Guide, which can be found here:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by