Relative Content

Tag Archive for c++xmlwixwindows-installer

How to compare version string in Wix ToolSet Installer build?

In the new installer, I have a version string “1942”, and I want to compare it with the version string of the old installer, which is “9.0.0.1941”. So, the comparison should be between “1942” and “1941”. Since “1942” is greater than “1941”, how can I adjust this in the WiX Toolset installer?