diff --git a/MSI/Base/Main/Makefile b/MSI/Base/Main/Makefile index 50e1266..60a9607 100644 --- a/MSI/Base/Main/Makefile +++ b/MSI/Base/Main/Makefile @@ -20,6 +20,8 @@ !INCLUDE "..\..\..\include\MSIBuildCfg.mak" +MSIBUILD_IS_LOCALIZEABLE=1 + ###################################################################### # CustomAction @@ -87,6 +89,33 @@ caSet$(MSIBUILD_PRODUCT_NAME_UC)DIR2 INSTALLDIR AND UILevel < 4 1002 < NUL +Condition Description +s255 l255 +LaunchCondition Condition +VersionNT >= "600" [ProductName] requires Windows Vista or later version of Windows. +< NUL + +"It.$(PLAT).$(CFG).LaunchCondition-2.idt" : "En.$(PLAT).$(CFG).LaunchCondition-2.idtx" "..\locale\it_IT.po" + rcxgettext.exe idtp $@ $** + +"Sl.$(PLAT).$(CFG).LaunchCondition-2.idt" : "En.$(PLAT).$(CFG).LaunchCondition-2.idtx" "..\locale\sl_SI.po" + rcxgettext.exe idtp $@ $** + + ###################################################################### # Media diff --git a/MSI/MSIBuild b/MSI/MSIBuild index 72bbc4b..b9c9d6e 160000 --- a/MSI/MSIBuild +++ b/MSI/MSIBuild @@ -1 +1 @@ -Subproject commit 72bbc4bfe6c6945bd005e3306fcb5f2a4d538d97 +Subproject commit b9c9d6e674e171f885a43c4f90d2baf00dc3adc6