| Next: Break |
| Author |
Message |
Mai Romberg External

Since: Oct 25, 2005 Posts: 1
|
Posted: Tue Oct 25, 2005 1:48 am Post subject: unable to install Visio 2003 - error 1603 Archived from groups: microsoft>public>visio>installation (more info?) |
|
|
I got the following error message: "Setup has detected a version of viso 2003
already installed on your compute that is newer tahn the version you are
trying to install. We recommanded that you keep the currently-installed
version. If you want to continue this installation, first uninstall the newer
version, then run this setup program again."
But I can't see Visio 2003 on Software Applet to uninstall. What should I do?
Thank you in advance
Mai Romberg |
|
| Back to top |
|
 |
kevin External

Since: Jun 18, 2004 Posts: 9
|
Posted: Sat Jan 21, 2006 5:31 pm Post subject: RE: unable to install Visio 2003 - error 1603 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Hi! i've got the same error as you would like to know if you managed to
reslove it.
Thanks for any advise
Regards
kevin
"Mai Romberg" wrote:
> I got the following error message: "Setup has detected a version of viso 2003
> already installed on your compute that is newer tahn the version you are
> trying to install. We recommanded that you keep the currently-installed
> version. If you want to continue this installation, first uninstall the newer
> version, then run this setup program again."
>
> But I can't see Visio 2003 on Software Applet to uninstall. What should I do?
>
> Thank you in advance
>
> Mai Romberg |
|
| Back to top |
|
 |
Mai Romberg External

Since: Jan 23, 2006 Posts: 1
|
Posted: Mon Jan 23, 2006 1:10 am Post subject: RE: unable to install Visio 2003 - error 1603 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Hi Kevin,
i've used msi2xml (convert MSI Packages to XML) to throw out "check of
instance of visio 2003", save my XML document and convert my XML to MSI
(xml2Msi) again. After that you can install Visio 2003 with your new MSI
Package.
Best regards
Mai
"kevin" wrote:
> Hi! i've got the same error as you would like to know if you managed to
> reslove it.
> Thanks for any advise
>
> Regards
> kevin
>
> "Mai Romberg" wrote:
>
> > I got the following error message: "Setup has detected a version of viso 2003
> > already installed on your compute that is newer tahn the version you are
> > trying to install. We recommanded that you keep the currently-installed
> > version. If you want to continue this installation, first uninstall the newer
> > version, then run this setup program again."
> >
> > But I can't see Visio 2003 on Software Applet to uninstall. What should I do?
> >
> > Thank you in advance
> >
> > Mai Romberg |
|
| Back to top |
|
 |
kevin External

Since: Jun 18, 2004 Posts: 9
|
Posted: Mon Jan 23, 2006 4:02 pm Post subject: RE: unable to install Visio 2003 - error 1603 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
thanks for the tip i've managed to get it installed
Regards
Kevin
"Mai Romberg" wrote:
> Hi Kevin,
>
> i've used msi2xml (convert MSI Packages to XML) to throw out "check of
> instance of visio 2003", save my XML document and convert my XML to MSI
> (xml2Msi) again. After that you can install Visio 2003 with your new MSI
> Package.
>
> Best regards
>
> Mai
>
>
>
> "kevin" wrote:
>
> > Hi! i've got the same error as you would like to know if you managed to
> > reslove it.
> > Thanks for any advise
> >
> > Regards
> > kevin
> >
> > "Mai Romberg" wrote:
> >
> > > I got the following error message: "Setup has detected a version of viso 2003
> > > already installed on your compute that is newer tahn the version you are
> > > trying to install. We recommanded that you keep the currently-installed
> > > version. If you want to continue this installation, first uninstall the newer
> > > version, then run this setup program again."
> > >
> > > But I can't see Visio 2003 on Software Applet to uninstall. What should I do?
> > >
> > > Thank you in advance
> > >
> > > Mai Romberg |
|
| Back to top |
|
 |
babo

Joined: Feb 10, 2009 Posts: 1
|
Posted: Tue Feb 10, 2009 6:45 pm Post subject: [Login to view extended thread Info.] |
|
|
Which lines should I delete from XML file to get rid of "check of
instance of visio 2003"? I searched XML by keyword "check", "instance" etc and no success. |
|
| Back to top |
|
 |
Babo Dabo External

Since: Feb 11, 2009 Posts: 1
|
Posted: Tue Feb 10, 2009 9:10 pm Post subject: RE: unable to install Visio 2003 - error 1603 [Login to view extended thread Info.] Archived from groups: microsoft>public>visio>installation (more info?) |
|
|
Which lines should I delete from XML file to get rid of "check of instance
of visio 2003"? I searched XML by keywords like "check", "instance" etc and
no success.
url:http://www.ureader.com/msg/113645.aspx |
|
| Back to top |
|
 |
CrazyCharlie

Joined: Apr 12, 2009 Posts: 1
|
Posted: Sun Apr 12, 2009 7:44 am Post subject: Clearer instructions please? [Login to view extended thread Info.] |
|
|
I went through the process and commented out the "Setup has detected...newer version..." and that allowed the install to start, but it keeps failing out after that. Are there any other steps to get this to work?
Thank you. |
|
| Back to top |
|
 |
xt_500

Joined: May 12, 2009 Posts: 1
|
Posted: Tue May 12, 2009 9:08 am Post subject: here is how I did it with the msi2xml and back [Login to view extended thread Info.] |
|
|
in the xml look for <table name="LaunchCondition">
under that it has
OVERRIDEDITIONDGBLOCK=1
change it to
OVERRIDEDITIONDGBLOCK=""
it comes up twice and I changed both.
that fixed the install issue
Basically OVERRIDEDITIONDGBLOCK is not set by default so I set the condition check to "" and it passes that part.
Not sure if there is a more graceful way of maybe passing a 1 to the installer for that OVERRIDEDITIONDGBLOCK rather than hitting the install file with the hammer. |
|
| Back to top |
|
 |
|