From b09c5286b84e712a524e3fd5ded904ba9e0f8e84 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 31 Aug 2013 00:25:58 +0200 Subject: scp2: convert BINARYTABLE MSI CustomAction dlls to AutoInstall Second attempt, this time using a new type LIBO_LIB_FILE_BINARYTABLE in scp2/macros.inc; for the resulting MSI file Orca lists the same files in "Binary" table now. Change-Id: I550ede75f16a46da9dd7377594aa28b7c06f0348 --- scp2/inc/macros.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scp2/inc') diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index cb4924b34b75..10805403c586 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -151,6 +151,13 @@ PACKED_LIB_FILE_BODY; \ End +#define LIBO_LIB_FILE_BINARYTABLE(id,name) \ + File id \ + Name = name; \ + PACKED_LIB_FILE_BODY; \ + Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY); \ + End + #define STD_LIB_FILE(id,name) \ File id \ Name = LIBNAME(name); \ -- cgit