Do you need to install standalone applications?

9 views (last 30 days)
I have made a standalone executable using appdesigner, and once packaged the parent folder contains 3 additional folders: 'for redistribution', 'for redistribution files-only', and 'for testing'. I have always used the installer in 'for redistribution', to install the app (I believe this then creates a folder in program files).
I was wondering if this is necessary? I think some of my colleagues that have used my code have just been using the version of the app within 'for redistribution files only' folder, and just draggin that to their desktop. As I understand it, this has worked fine for them. If this is the case, what do you achieve by installing it?
Also, there is another version of the app within the 'for testing' folder. How is this any different from just running the app without installing it as described in the previous paragraph?

Accepted Answer

Eric Delgado
Eric Delgado on 3 Mar 2023
You made two questions:
  1. I was wondering if this is necessary? No, it's not.
  2. I think some of my colleagues that have used my code have just been using the version of the app within 'for redistribution files only' folder, and just draggin that to their desktop. As I understand it, this has worked fine for them. If this is the case, what do you achieve by installing it? You have to be careful with the location of the app's folder - it's recommended to save it in a folder that the user has write/read privileges. Installing the app (using the "for redistribution" version) could allow the app to be used by all computer users. And you will suggest the default installation folder (in the compiler process). And, finally, the OS will have access to the version of your app (and it means nothing, right?)
I am working with Matlab standalone apps for 3.5 years. I used to provide just the installer ("for redistribution"), but now I provide just the folder "'for redistribution files-only". And since then my life is so much better! :)

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!