msi: Also set "MsiRunningElevated" installer property.
commitdac655abce0397b3c1accec64039b8cd75beb561
authorDmitry Timoshkov <dmitry@baikal.ru>
Tue, 22 Dec 2020 13:36:11 +0000 (22 16:36 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Jan 2021 19:46:13 +0000 (21 20:46 +0100)
tree218e0bae95550aa67ffe230dbb737a3983f7403b
parente137063394deba721f3a8a8ebd78961f39679ad2
msi: Also set "MsiRunningElevated" installer property.

This property is supposed to be set starting from Windows Installer
4.0 targeting Windows Vista. This patch fixes the installer that
checks this property in addition to VersionNT and ALLUSERS.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msi/package.c