summaryrefslogtreecommitdiffstats
path: root/scp2/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-08-31 00:25:58 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-31 23:46:24 +0200
commitb09c5286b84e712a524e3fd5ded904ba9e0f8e84 (patch)
treeab152c735ab9e4146f45799182143eac6e98e9fd /scp2/inc
parentRemove pointless comments and ASCII art (diff)
downloadcore-b09c5286b84e712a524e3fd5ded904ba9e0f8e84.tar.gz
core-b09c5286b84e712a524e3fd5ded904ba9e0f8e84.zip
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
Diffstat (limited to 'scp2/inc')
-rwxr-xr-xscp2/inc/macros.inc7
1 files changed, 7 insertions, 0 deletions
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); \