Max90 wrote:
I created a deploy to install a new version of a software and it works.
How do I update all previous version software?
I saw that I can add a condition to a file or a registry but how do I check the version of the software installed?
If you can help me then I'll put an automatic scheduler.
Thank you
I solved it by putting a condition to go look for a registry key here:
HKEY_LOCAL_MACHINE \ SOFTWARE \ WOW6432Node \ Microsoft \ Windows \ CurrentVersion \ Uninstall \ CRSManager_is1
DisplayName = software version.
In the condition I write that if the version is not that of the deploy then to do the installation, otherwise "Stop (failure)".
Is this the correct procedure?
I would like to understand how to best set this thing, because doing so gives me a red line in the deployment of the pc when it does not have the software installed or if it already has the right version.
Isn't there a way to launch the deployment (and make it appear in the pc tab) only if it is to be done?