Does a Matlab compiled program require Admin privileges to create folders under Documents folder?
Mostrar comentarios más antiguos
I am trying to debug a remote installation of an exe that I created using the Matlab compiler. The exe works fine on my machine and the remote system does not have Matlab, so it is difficult to figure out why the exe is not working. I will note that the exe creates a folder under the Windows Documents folder, which it then populates with data files. Is there any chance that Windows requires permissions that the exe lacks in order to modify the Documents folder? Any other general debugging tips on a remote exe installation?
1 comentario
KAE
el 8 de Mzo. de 2018
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 22 de Dic. de 2017
0 votos
Where EXACTLY is the "Windows Documents" folder? If it's under C:\Windows or C:\Program Files, then you cannot save things there. If it's under C:\Users\KAE\Documents, then you should be able to save files there.
1 comentario
KAE
el 22 de Dic. de 2017
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!