Retrieve Compiled App Project Info at Runtime

2 Ansichten (letzte 30 Tage)
dpb
dpb am 30 Okt. 2023
Kommentiert: dpb am 30 Okt. 2023
<This Question> asked about retrieving version from compiled app; TMW Staff answered on Windows only by getting the details of the executable file manually.
Has anything improved since?
I would like to add an "Info" menu that would be able to read the project info in the compiler sections such as version and description to be able to display that to the user -- seems pointless to have the stuff in the project and not be able to retrieve it at runtime but I can't find anything in the doc that indicates can/how to do so.

Antworten (1)

Mario Malic
Mario Malic am 30 Okt. 2023
I haven't seen a property that says anything about app version, however, it's possible to get it if you extract the .mlapp file and find the info in the coreProperties.xml file (which is silly thing to do if you want to get app version).
Maybe you could add the version to the name property of the app, as you can extract it easier compared to above solution.
  1 Kommentar
dpb
dpb am 30 Okt. 2023
Indeed, all I've been able to find so far are similarly ludicrous workarounds...this is just a tiny little tool for the ladies in the Foundation office that mungs on some complicated Excel files for them; it doesn't deserve taking up a bunch of time writing formal help files, etc., but would be convenient to be able to display some hints of some of the less common features. I had put those into the project description section way back when I started on the presumption those would be available to the user; otherwise, what's the purpose of them even being there?
Stuff like this that just doesn't seem finished or, apparently, ever will be is truly frustrating...

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by