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
...based on OS versions
Attempt on addressing wixtoolset/issues#8785 by extending the WiX
documentation to also cover an OS version check that I believe is quite
common.
It's common to want to block installers from running on old versions of Windows. The following sample blocks installation on versions of Windows earlier than Windows 10 version 21H1. You can choose different minimum versions by replacing `19044` with a different version number.
0 commit comments