Why do I get an error when running BUILDMCR in MATLAB 7.4 (R2007a) ?

2 views (last 30 days)
When I try to run the BUILDMCR command:
filename = buildmcr(dirname,filename);
I get the following error message:
Error opening 'C:\Program Files\MATLAB\R2007a\toolbox\compiler\deploy\win32\MCRInstaller.zip'
CtfCreateZip failed:
Failed to create zip file 'C:\Program Files\MATLAB\R2007a\toolbox\compiler\deploy\win32\MCRInstaller.zip' from 10168 input files.
ans =
C:\Program Files\MATLAB\R2007a\toolbox\compiler\deploy\win32\MCRInstaller.zip

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This error message is issued due to limited permissions for the user in the working directory. Please change the working directory to a location where the current user has full write permissions before running this command.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products


Release

R2007a

Community Treasure Hunt

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

Start Hunting!