Clear Filters
Clear Filters

CTF file in Standalone application

26 views (last 30 days)
Eusebio
Eusebio on 13 Jun 2011
I have made a standalone application (.exe) from .m files using "deploy" tool (Matlab 2008b version). This application is being run in other PC without Matlab but with the MCR installed. When I have compiled the application I tried with "CTF embed into application" set and not. In both of the alternatives, an folders structure is written in PC where I run the application. Is there any option to this folders structure is not created? Which information is extracted in this folder structure?

Answers (2)

Kaustubha Govind
Kaustubha Govind on 13 Jun 2011
I'm not sure that DEPLOYTOOL allows you to disable the generation of the project folder and the contained src and distrib folders. However, MCC by default does not produce these folders.
Is there a reason you don't want these folders to be generated? And is there a reason you prefer DEPLOYTOOL over MCC if you need to suppress generation of these files?
  1 Comment
Eusebio
Eusebio on 14 Jun 2011
Thanks in advance. I use DEPLOYTOOL over MCC beacuse its interface is easier. I think I haven't explained very well. My problem is not when I compile my application but when my application runs (in other computer with MCR). When my application runs in other computer with MCR the folders trucutre is extracted but I would prefer to not extracted. My question is: is it possible?

Sign in to comment.


Chirag Gupta
Chirag Gupta on 13 Jun 2011
I have answered your question at:

Categories

Find more on Application Deployment in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!