Installing an Executable file
이전 댓글 표시
Hello, I created a .exe file and packaged it with MCR to install on a PC that doesn't have Matlab. I used the Matlab Complier's deploytool to build and package the application.I go this error during installation: "This installation package is not supported by this processor type. Contact your product vendor." The processor type of the traget PC is: "Intel® Core(M)2 Duo CPU T7300 @ 2.00GHz 777 MHz, 2.99 GB RAM Physiscal Address Extension" Please let me know if I am doing anything wrong in the settings part of the deploy tool. Thanks a lot! Sree
답변 (2개)
Walter Roberson
2011년 6월 1일
0 개 추천
Which MATLAB are you using? Core2 Duo has been supported since 2007a. See http://www.mathworks.com/support/solutions/en/data/1-31J0W3/index.html?solution=1-31J0W3
댓글 수: 5
Sree
2011년 6월 1일
Walter Roberson
2011년 6월 1일
It looks like it _should_ be supported:
http://www.mathworks.com/support/sysreq/current_release/
The Core2 Duo *does* support SSE2, http://en.wikipedia.org/wiki/SSE2
What kind of machine are you doing the compiling on? Is it possible that you built on a Windows 64 machine and the target is Windows 32? If so, please see http://www.mathworks.com/matlabcentral/newsreader/view_thread/301181
Kaustubha Govind
2011년 6월 2일
I agree with Walter that you might be attempting to install a 64-bit compiled executable on a 32-bit machine. See http://www.mathworks.com/support/solutions/en/data/1-BUCWVU/index.html
Jason Ross
2011년 6월 2일
I agree with Walter and Kaustubha. This is a message from Windows, not MATLAB.
Sree
2011년 6월 2일
Jason Ross
2011년 6월 2일
0 개 추천
Those instructions are for the Mac. I assume you are on Windows since you are referring to .exe files? There is no Finder, .app file or Applications folder on Windows.
On 64-bit Windows, 32-bit applications live in C:\Program Files (x86) and 64-bit applications live in C:\Program Files by default. You can look for them through Windows Explorer.
댓글 수: 4
Sree
2011년 6월 2일
Jason Ross
2011년 6월 2일
Yes. Sounds like you are running a 64-bit application.
Sree
2011년 6월 2일
Jason Ross
2011년 6월 2일
If you are referring to Kaustubha's suggestion, that's about it.
You could reinstall the host with a 64-bit OS. The chip is a 64-bit chip, so it would work that way, too:
http://ark.intel.com/Product.aspx?id=29760
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!