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!