Matlab compiler adding version info
이전 댓글 표시
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

However it is not written into the exe version info (sorry it is german) Dateiversion or at least Produktversion should contain the value.

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
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
2019년 2월 12일
채택된 답변
추가 답변 (1개)
Faez Alkadi
2021년 12월 5일
0 개 추천
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.

.

카테고리
도움말 센터 및 File 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!