From: jtdono on
Hi,

I am using Matlab 2007b on Mac OS X to create an application that I
want to deploy on Windows.

I have compiled the matlab components using java builder but I need
MCRInstaller.exe to install on the target machine.

Does anyone know where I can get this?

Many thanks

John
From: Diego Barragán Guerrero on
look at:

<matlabroot>\toolbox\compiler\deploy\win32\MCRInstaller.exe

Diego
From: jtdono on
Thanks Deigo,

However I am running Matlab for UNIX/MAC, and the MRCInstaller.exe
doesn't seem to be supplied with this version.

Cheers

John

On Dec 6, 5:26 pm, "Diego Barrag&#xE1;n Guerrero"
<diegokillem...(a)yahoo.com> wrote:
> look at:
>
> <matlabroot>\toolbox\compiler\deploy\win32\MCRInstaller.exe
>
> Diego

From: Bruno Luong on
jtdono <jtdono(a)googlemail.com> wrote in message
<2197b82d-22df-498e-b859-77b74d2c5c35(a)e25g2000prg.googlegroups.com>...
> Thanks Deigo,
>
> However I am running Matlab for UNIX/MAC, and the
MRCInstaller.exe
> doesn't seem to be supplied with this version.
>

You can't take any short cut here : to compile your program
for Windows, you need MATLAB for Windows, and MCR for Windows.

Bruno