Path: news.mathworks.com!not-for-mail
From: "Corbin Holland" <cholland.nospam@opticalsciences.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Problem deploying compiled apps
Date: Tue, 19 Feb 2008 18:43:06 +0000 (UTC)
Organization: Optical Sciences Corporation
Lines: 66
Message-ID: <fpf7vq$2eg$1@fred.mathworks.com>
References: <fp4e1m$ddh$1@fred.mathworks.com> <e31559f7-9f0d-4211-b161-a3c32e65a4d6@k2g2000hse.googlegroups.com> <fp9t0e$dha$1@fred.mathworks.com>
Reply-To: "Corbin Holland" <cholland.nospam@opticalsciences.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1203446586 2512 172.30.248.35 (19 Feb 2008 18:43:06 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 19 Feb 2008 18:43:06 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1276836
Xref: news.mathworks.com comp.soft-sys.matlab:452466


"Vihang Patil" <vihang_patil@yahoo.com> wrote in message
<fp9t0e$dha$1@fred.mathworks.com>...
> ImageAnalyst <imageanalyst@mailinator.com> wrote in message
>
<e31559f7-9f0d-4211-b161-a3c32e65a4d6@k2g2000hse.googlegroups.com>...
> > On Feb 15, 11:19=A0am, "Corbin Holland"
> > <cholland.nos...@opticalsciences.com> wrote:
> > > We have developed two matlab applications, one using
version
> > > 2006b and one using 2007a, both compiled under Windows XP.
> > >
> > > Is it possible to deploy both of the compiled applications
> > > on the same machine?
> > >
> > > We had trouble a while back getting more then one MCR
> > > installer to install on the same machine a while back.
=A0It
> > > kept throwing some error I can't remember exactly what it
> > > was. =A0I am just wondering if there is anything I can
do to
> > > make this work or MUST we both be working with the same
> > > matlab version?
> > 
> >
>
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> > =3D=3D=3D=3D=3D=3D=3D
> > Good question that I don't know the answer to.  But i was
> wondering,
> > why not just compile your older macro in the new compiler
> and avoid
> > the problem altogether?  Will it not work for some reason?
> > Regards,
> > ImageAnalyst
> 
> 
> For ImageAnalyst
> I guess he is stressing on the word "we" a lot of times and
> in the end he also said "we both". So I believe there are
> actually two programmers working on two different matlab
> versions but probably are deploying their applications on
> the same computer. 
> O.P : Correct me if I am wrong. 
> But to answer your question, I tried deploying applications
> using R14Sp2 and R2006b on one computer and it worked. But I
> had difficulty having to uninstall the MCRINSTALLER of
> R14SP2 after I had installed the one for R2006b. Not a
> serious problem, but just a note.
> HTH
> Vihang

Thanks for repsonding guys and you are absolutely correct,
there two programmers both developing on different versions
of matlab.  Porting the 2006b application up to 2007a is not
an option right now (for various reasons I can't get in to),
and yes we are trying to run both compiled apps on the same
machine. 
 Ok that being said let me see if I understand your response
Vihang.  Sounds like you installed one app and ran it, then
uninstalled the mcr for that app, installed the other mcr
and then ran its corresponding app.  If so, this is exactly
what I experienced.  So what I am trying to determine is if
there is a way to avoid the whole uninstall/install
mcrinstaller thing, and run both apps simultaenously.  I am
guessing not but I am still hopeful, thanks again for the
responses guys :)