summaryrefslogtreecommitdiffstats
path: root/scp2/source/ooo/file_library_ooo.scp
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-08-29 12:54:45 -0700
committerAndras Timar <atimar@suse.com>2013-08-29 13:39:39 -0700
commit4b600518e061436fa0384578a1e7b25f44788297 (patch)
tree9f9d932604706a2a3646d2dbfe7183eb4fc2cc08 /scp2/source/ooo/file_library_ooo.scp
parentclean obsolete parts of ScMyCell (diff)
downloadcore-4b600518e061436fa0384578a1e7b25f44788297.tar.gz
core-4b600518e061436fa0384578a1e7b25f44788297.zip
take out MSI CustomAction dlls from AutoInstall
BINARYTABLE, BINARYTABLE_ONLY flags were not handled Change-Id: Ic6a0233e4f4213b9ea83a491949ab05c299a9201
Diffstat (limited to 'scp2/source/ooo/file_library_ooo.scp')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp46
1 files changed, 46 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index a86e8d70a9fa..583e458a1a9e 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -504,3 +504,49 @@ File gid_File_Lib_Rdf
#endif
End
#endif // SYSTEM_REDLAND
+
+#if defined(WNT) && defined(HAVE_WINDOWS_SDK)
+
+File gid_File_Lib_sn_tools
+ LIB_FILE_BODY;
+ Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY, DONTRENAMEINPATCH);
+ Dir = SCP2_OOO_LIB_DIR;
+ Name = "sn_tools.dll";
+End
+
+File gid_File_Lib_Reg4allmsdoc
+ LIB_FILE_BODY;
+ Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
+ Dir = SCP2_OOO_BIN_DIR;
+ Name = "reg4allmsdoc.dll";
+End
+
+File gid_File_Lib_Qslnkmsi
+ LIB_FILE_BODY;
+ Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
+ Dir = SCP2_OOO_BIN_DIR;
+ Name = "qslnkmsi.dll";
+End
+
+File gid_File_Lib_Sdqsmsi
+ LIB_FILE_BODY;
+ Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
+ Dir = SCP2_OOO_BIN_DIR;
+ Name = "sdqsmsi.dll";
+End
+
+File gid_File_Lib_Instooofiltmsi
+ LIB_FILE_BODY;
+ Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
+ Dir = SCP2_OOO_BIN_DIR;
+ Name = "instooofiltmsi.dll";
+End
+
+File gid_File_Lib_sellangmsi
+ LIB_FILE_BODY;
+ Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
+ Dir = gid_Brand_Dir_Program;
+ Name = "sellangmsi.dll";
+End
+
+#endif /* WNT && HAVE_WINDOWS_SDK */