From 520c5a9b318f39d6e8c5fbcdbaea4631e324a422 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 14 Mar 2017 09:23:53 +0100 Subject: [PATCH] ZRCola tutorial is now displayed only if ZRCola feature was installed --- ZRCola/MSIBuild/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ZRCola/MSIBuild/Makefile b/ZRCola/MSIBuild/Makefile index 8ead385..bbb0799 100644 --- a/ZRCola/MSIBuild/Makefile +++ b/ZRCola/MSIBuild/Makefile @@ -200,9 +200,9 @@ All :: "$(LANG).$(PLAT).$(CFG).InstallUISequence-1.idt" Action Condition Sequence s$(MSIBUILD_LENGTH_ID) S255 I2 InstallUISequence Action -dlgTutorial1 NOT Installed 1400 -dlgTutorial2 NOT Installed 1401 -dlgTutorial3 NOT Installed 1402 +dlgTutorial1 NOT Installed AND &featZRCola>=3 1400 +dlgTutorial2 NOT Installed AND &featZRCola>=3 1401 +dlgTutorial3 NOT Installed AND &featZRCola>=3 1402 <