Page 1 of 1

Installing v.11 beta as an upgrade to v.10 ?

Posted: Fri Oct 25, 2019 2:51 pm
by Alexo
In the past, every time a new major version would come out, it would not install as an upgrade to the existing one, like the minor version upgrades do.
Instead it would create its own uninstall entry and other mess, which would take me hours to clean.

I would like to install 11.0.0.0 beta over 10.0.1.17 as if it was just another 10.x release:
- In the same directory
- Using the existing configuration
- Without two uninstall entries that interfere with each other
- And so on...

How do I do that?

Thank you,
Alex.

Re: Installing v.11 beta as an upgrade to v.10 ?

Posted: Fri Oct 25, 2019 3:05 pm
by psguru
Version 11 comes with some installation improvements but AppIDs are still different for each major version. Having them same creates more problem than it solves, at least when applied to our products. You can still override your 10 setup but there will still be two separate Uninstall entries (defined by AppID). To reuse your previous directory, choose Custom installation.

Re: Installing v.11 beta as an upgrade to v.10 ?

Posted: Fri Oct 25, 2019 7:26 pm
by Alexo
This is exactly the problem that I am trying to avoid.
EDP is the only application that I use that does that.

Will exporting settings from the old version and importing htem into the new cover all the configuration/sessions/history items?

Re: Installing v.11 beta as an upgrade to v.10 ?

Posted: Sat Oct 26, 2019 8:11 am
by psguru
This is exactly the problem that I am trying to avoid.
EDP is the only application that I use that does that.
Many programs do this. Inno Setup installer itself does it (the installation tool EDP uses).
Will exporting settings from the old version and importing them into the new cover all the configuration/sessions/history items?
You don't even need to do this: all Registry settings are shared between versions.

Re: Installing v.11 beta as an upgrade to v.10 ?

Posted: Sat Oct 26, 2019 9:02 am
by Alexo
Uninstalled, rebooted, reinstalled, things appear to be working.
Thank you!