You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bootstrapper project where in I want to conditionally install one of my pre requisites software. I am using the following code to read the version of the software present in system during installation.
What I want is to conditionally install version 9.15.5.0 and above only. Am I doing something wrong during the version comparison? Instead of having a variable "OpenTapVer" to hold the string 9.18.5.0, I tried simply using "v9.18.5.0" but it still evaluates to false no matter what.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
0
I have a bootstrapper project where in I want to conditionally install one of my pre requisites software. I am using the following code to read the version of the software present in system during installation.
Then under my msipackage element this is what I have done.
What I want is to conditionally install version 9.15.5.0 and above only. Am I doing something wrong during the version comparison? Instead of having a variable "OpenTapVer" to hold the string 9.18.5.0, I tried simply using "v9.18.5.0" but it still evaluates to false no matter what.
Beta Was this translation helpful? Give feedback.
All reactions