From b0fdd09f39abb59802112138cf24906a85a0fa00 Mon Sep 17 00:00:00 2001 From: David Sparer Date: Tue, 29 Nov 2016 11:11:31 -0700 Subject: [PATCH] added prereq checks to non-gui executions --- InstallerProjects/Installer/mRemoteNGV1.wxs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/InstallerProjects/Installer/mRemoteNGV1.wxs b/InstallerProjects/Installer/mRemoteNGV1.wxs index 1efef0e35..8bacd0b1e 100644 --- a/InstallerProjects/Installer/mRemoteNGV1.wxs +++ b/InstallerProjects/Installer/mRemoteNGV1.wxs @@ -37,6 +37,14 @@ (NOT Installed) AND (LEGACYVERSIONINSTALLED = 1) + + + (NOT Installed) AND (VersionNT = 601 OR VersionNT64 = 601) + (NOT Installed) AND (VersionNT = 601 OR VersionNT64 = 601) + + + (NOT Installed) AND (LEGACYVERSIONINSTALLED = 1) +