Smart setup saves older versions in the download folder.
Is ist possible to use one of these older versions to install it with smrt setup?
I can't find a parameter for addressing a special version.
Björn
Smart setup saves older versions in the download folder.
Is ist possible to use one of these older versions to install it with smrt setup?
I can't find a parameter for addressing a special version.
Björn
It is in our plans to have a way to install a specific version, like tms install tms.flexcel.vcl:7.1
but currently it isn't implemented. There are many details to consider, like dependencies, etc. but the ability to specify a version (or "pin" a version) is coming.
Still, you can easily do it today manually. Steps:
tms build
That's it, you should now have the version you wanted installed. Of course, if you do a tms update
it will re-download and re-install the latest. But as long as you do tms build
it will keep building the products inside the Products folder. You can even manually modify the sources there, do a tms build, and it will reinstall the product with your modifications.