Installing an Executable file
Afficher commentaires plus anciens
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
Réponses (2)
Walter Roberson
le 1 Juin 2011
0 votes
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 commentaires
Sree
le 1 Juin 2011
Walter Roberson
le 1 Juin 2011
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
le 2 Juin 2011
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
le 2 Juin 2011
I agree with Walter and Kaustubha. This is a message from Windows, not MATLAB.
Sree
le 2 Juin 2011
Jason Ross
le 2 Juin 2011
0 votes
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 commentaires
Sree
le 2 Juin 2011
Jason Ross
le 2 Juin 2011
Yes. Sounds like you are running a 64-bit application.
Sree
le 2 Juin 2011
Jason Ross
le 2 Juin 2011
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
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!