This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Error "The installed version of the application could not be determined"
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 31, 2011
02:55 AM
Error "The installed version of the application could not be determined"
HI All,
We are upgrading our applications form IS5.X and IS6.X to IS2011.
When we try to install the upgraded version on top of IS6.X and IS5.X build version. we are getting Error "The installed version of the application could not be determined.Install will be terminate". After we found the function OnSetUpdateMode() need to change the x.xx.xx in the below line need to change.
//if ( !StrLengthChars( IFX_INSTALLED_VERSION ) && MAINTENANCE ) then
// IFX_INSTALLED_VERSION = "X.XX.XXX";
// IFX_INSTALLED_DISPLAY_VERSION = IFX_INSTALLED_VERSION;
//endif;
My doubt is what we need to set in place of "X.XX.XXX"
Our application versions are like"9.0.0.X" (build in IS6.0) (some of our application versions in both "8.0.0.X" and "9.0.0.X" )
The new(IS2011) build we are going to release is "9.1.1.X"
can some body advice what we need to replace in place of X.XX.XXX exactly.
so that we will be able to upgrade previously installed modules with the new setup (built in IS2011) ?
Regards,
Phani
We are upgrading our applications form IS5.X and IS6.X to IS2011.
When we try to install the upgraded version on top of IS6.X and IS5.X build version. we are getting Error "The installed version of the application could not be determined.Install will be terminate". After we found the function OnSetUpdateMode() need to change the x.xx.xx in the below line need to change.
//if ( !StrLengthChars( IFX_INSTALLED_VERSION ) && MAINTENANCE ) then
// IFX_INSTALLED_VERSION = "X.XX.XXX";
// IFX_INSTALLED_DISPLAY_VERSION = IFX_INSTALLED_VERSION;
//endif;
My doubt is what we need to set in place of "X.XX.XXX"
Our application versions are like"9.0.0.X" (build in IS6.0) (some of our application versions in both "8.0.0.X" and "9.0.0.X" )
The new(IS2011) build we are going to release is "9.1.1.X"
can some body advice what we need to replace in place of X.XX.XXX exactly.
so that we will be able to upgrade previously installed modules with the new setup (built in IS2011) ?
Regards,
Phani
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 02, 2011
04:29 AM
Any body is there to help me out 😞