Matlab compiler adding version info

조회 수: 22 (최근 30일)
Hannes Trogmann
Hannes Trogmann 2019년 2월 12일
답변: Faez Alkadi 2021년 12월 5일
Hello
I currently work with the Matlab Compiler App (Matlab 2017b) and would like to add the version number to be able to check which version is used by the customer. I have already tried to set the values in the corresponding field
2019-02-12 10_26_32-MATLAB Compiler - USControlTool.prj.jpg
However it is not written into the exe version info (sorry it is german) Dateiversion or at least Produktversion should contain the value.
2019-02-12 10_29_51-Eigenschaften von USControlTool.exe.jpg
I found already the suggestion to use AssemlyInfo.cs which does not help in my case .
Has anyone a suggestion or need some additional informations?
Bg
Hannes
  댓글 수: 2
Adam
Adam 2019년 2월 12일
I put my version number in the installer filename e.g. MyAppName_v1_4.
It's not ideal though since you don't know after you have installed it which version it is, so I have taken to adding an 'About...' dialog to my GUIs now in which I put version information, which is certainly more work. I've never actually looked at Windows version information though.
Hannes Trogmann
Hannes Trogmann 2019년 2월 12일
Thanks for the suggestion.
I was already thinking of this. One issue remains the user has to open the exe and it can not be updated automatically from a central IT infrastructure point.
It could happen that an update is only required for acertain version number and not necessarily on all versions in the field.
It seems that this issue is a bigger once as I was thinking of. Hopefully Mathworks will provide some update of this.

댓글을 달려면 로그인하십시오.

채택된 답변

Mohan Feng
Mohan Feng 2019년 2월 15일
Unfortunately, there is not a way to add the version number in MATLAB Compiler APP. The development team has been informed about the enhancement request.
As a workaround, you can create the standalone application with the version number appended to the name of the application. For example, the application name can be myApplication_v1_0_5. This would allow multiple installations of various versions in the same system as well as have the version name in the application's shortcut.
I am sorry about the inconvenience that may cause.
  댓글 수: 1
Hannes Trogmann
Hannes Trogmann 2019년 2월 20일
Thanks for the answer. Even if it is not the desired one i will accept it for now.
Hope they will change it for the future.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Faez Alkadi
Faez Alkadi 2021년 12월 5일
Hannes,
On Matlab 2021b and you could change the version number from the App "SHARING DETAILS" you could also show the version number on the top left corner of your App by changing the UI Figure name through "IDENTIFIERS" section.
.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by