Robin Dunn wrote:
Werner F. Bruhin wrote:
> Jean-Michel's request to be able to "multi install" even a minor version
> would be very very useful during testing. I don't mind if the installer
> overwrites as one can easily rename the folder one self, but it would be
> very nice if one could select even a minor version.
It should already support that. If you change the dir names to include
the minor version, or even all 4 version components, and then specify
all 4 components in the select call, then it should choose the right
one. Where it can get fuzzy is when there isn't an exact match and it
tries to make the best guess.
ยทยทยท
---
Yes. You are right. I can rename my dir 2.8 -> 2.8.777 and then select
the 2.8.777 version. This is perfectly working. But as you said, the
fuzzy logic of the wxversion module may induce annoying side effects.
I attempted to work in that way in the 2.6 serie. In the all-day life,
it was finally no as practical as expected.