Is it possible to delete the folder structure of standalone application created since CTF file?

조회 수: 7 (최근 30일)
I am using a standalone application since compilation (R2008b) of Matlab source. This application is run in other computer with the MCR installed. When it is running, the folder structure from associated CTF file is created. This structure contains info about the deployment and code source in encrypted way but is ti possible this info automatically be deleted?
  댓글 수: 1
Kaustubha Govind
Kaustubha Govind 2011년 6월 13일
This question is very similar what you have already asked at http://www.mathworks.com/matlabcentral/answers/9345-ctf-file-in-standalone-application
Please consider deleting this duplicate question and merging the details with your first question.

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

채택된 답변

Chirag Gupta
Chirag Gupta 2011년 6월 13일
Actually, this structure is not automatically deleted. You can specify a temp directory where this would be extracted by specifying an environment variable: MCR_CACHE_ROOT
The location specified by this environment variable would be the location where the CTF would be extracted. You could run a a clean up script that could delete this folder every night.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Application Deployment에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by