I hope this is probably a very simple question but I got some stuck.
Error while trying to install a new release of our product on a newer version. This is an error.
"A later version of" abc "is installed on this machine. Setup can not run."
The version number of the original installation is 5.0.1.116 and the new 5.1.0.138 is. It is also set in the assembly and in installed-sheldled properties. I have not modified the upgrade code in the program code or upstall and I am sure I should not do this.
The new version number appears to me to be high in every aspect. The third digit is mentioned as something to use for a build number but I usually do not do this. It could be an issue in trying to move from Build 1 to Build 0 (may be). With no problem till now I have been using this version of the schema for some time, so I should go to some settings in this one.
More info.
- C # NET 2.0 Project.
- InstallShield 12 for the installation package.
- Obutuction is used, even though I uninterrupted it
- Can not think anything else to mention.
Any idea is highly welcome.
I have the answer at the end. Let me call it ISProductConfigurationPropertyTable-Property = ProductVersion
. Found in DirectEditor under Interestingly, I do not know how this was originally set up and did not see any other highlighted location to do so. I'm probably just burning this time. If anyone knows, feel free to tell me.
This may be an issue which I can forget for the next generation :)
Comments
Post a Comment