Matlab Compiler for Windows - Version, description etc. into exe file
2 ビュー (過去 30 日間)
古いコメントを表示
I am using Matlab Compiler to generate a standalone of my GUIDE application.
Is in somehow possible to add information like Description, Product name or Version to the exe file that show up in the file's property window in Windows 7?
Thanks in advance.
0 件のコメント
回答 (1 件)
Kaustubha Govind
2012 年 8 月 14 日
You might find this solution useful: How can I specify version information for a DLL compiled with Microsoft Visual C/C++ Compiler?
I'm guessing that you would need a similar resource-file based mechanism to add such information to an executable as well.
2 件のコメント
Kaustubha Govind
2012 年 8 月 15 日
編集済み: Kaustubha Govind
2012 年 8 月 15 日
I couldn't find anything to that effect in the documentation. The best case is to try using the deploytool command-line utility, but I don't know if that will accept resource files. I would recommend checking with MathWorks Tech Support to be sure. Worst case, you could let deploytool run once in verbose mode, and copy the mcc command that it executes. You could then put it into a script with the added resource file. (That way, you won't have to chase down all the dependencies again manually).
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!