From 41aa04abad4813abe375b673771e1e8814f028ee Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 14 Jul 2016 13:44:05 +0200 Subject: [PATCH] A system reboot is scheduled when "00 ZRCola" font substitute is registered --- MSI/ZRCola/Main/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/MSI/ZRCola/Main/Makefile b/MSI/ZRCola/Main/Makefile index 75a076d..3a673e7 100644 --- a/MSI/ZRCola/Main/Makefile +++ b/MSI/ZRCola/Main/Makefile @@ -358,6 +358,7 @@ s$(MSIBUILD_LENGTH_ID) S255 I2 InstallExecuteSequence Action caSetZRCOLADIR1 OLDZRCOLADIR AND UILevel < 4 1001 caSetZRCOLADIR2 INSTALLDIR AND UILevel < 4 1002 +ScheduleReboot ?comp00_ZRCola<>3 AND $$comp00_ZRCola=3 1580 <