How to: UPDATE an already DEPLOYED software
Afficher commentaires plus anciens
Fact: I already have an engineer software standalone, which I created using Application Compiler from Application Deployment APPS.
Fact: I have a new version of it, with a fixed bug.
Fact: This software is very heavy.
Doubt: How can I send ONLY the fixed part of my software to my customer? How can I update his version easily? Example: Many Antivirus softwares updates automatically through internet.
Many thanks!
2 commentaires
The executable gets unpacked to the following location (in an encrypted form) on my machine:
C:\Users\myUsername\AppData\Local\Temp\myUsername\mcrCache9.1
with the last part depending which version of Matlab it was built in - I have folders for various different mcrCache versions.
I would not recommend even trying to replace individual files in here though. Sending the new executable is far safer. I am not aware of any facility for patching a release from Matlab Compiler, but others may know more.
John D'Errico
le 31 Jan 2017
Please don't add answers every time you wish to make a comment. Use the comments for that.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!