From a23567da64bbedb988132360dbcaad44560876c8 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 7 May 2019 14:33:52 +0200 Subject: installer: silence LGHT1056 warning > warning LGHT1056 : The Property table contains a row with primary key(s) 'MsiHiddenProperties' which cannot be merged from the merge module '.deps\wintun-amd64.msm'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module. The warning is caused by Wintun MSM and WireGuard MSI both using MsiHiddenProperties property. This property is used by WiX to hide internal data passed to deferred actions from being output to the log. Signed-off-by: Simon Rozman --- installer/build.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'installer/build.bat') diff --git a/installer/build.bat b/installer/build.bat index 1f67dce3..f8df607c 100644 --- a/installer/build.bat +++ b/installer/build.bat @@ -9,6 +9,7 @@ set STARTDIR=%cd% set OLDWIX=%WIX% set WIX_CANDLE_FLAGS=-nologo -dWIREGUARD_VERSION="%WIREGUARD_VERSION%" set WIX_LIGHT_FLAGS=-nologo -spdb +set WIX_LIGHT_FLAGS=%WIX_LIGHT_FLAGS% -sw1056 set WIX_LIGHT_FLAGS=%WIX_LIGHT_FLAGS% -sice:ICE30 set WIX_LIGHT_FLAGS=%WIX_LIGHT_FLAGS% -sice:ICE61 -- cgit v1.2.3-59-g8ed1b