I'm using advanced installer 20.5
I have a custom action with the following condition:
(VersionNT64 = 1000 AND MsiNTProductType <> 1 AND WindowsBuild >= 20348)
Problem is it isn't executing on a 2025 server.
is VersionNT64 not set correctly for 2025 in AI 20.5? Or not set to 1000?
____
Upon further testing, its reporting back as 1100
I will modify my comparison from = 1000 to >= 1000
FOLLOW US