summaryrefslogtreecommitdiff
path: root/scp2/source/activex/module_activex.scp
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/activex/module_activex.scp')
-rw-r--r--scp2/source/activex/module_activex.scp9
1 files changed, 6 insertions, 3 deletions
diff --git a/scp2/source/activex/module_activex.scp b/scp2/source/activex/module_activex.scp
index e56ced78b120..fbcbaba58ff6 100644
--- a/scp2/source/activex/module_activex.scp
+++ b/scp2/source/activex/module_activex.scp
@@ -17,7 +17,10 @@
*/
#include "macros.inc"
+
#include "AutoInstall/activexbinarytable"
+#include "AutoInstall/activex"
+#include "AutoInstall/activexwin64"
Module gid_Module_Optional_Activexcontrol
PackageInfo = "packinfo_office.txt";
@@ -26,8 +29,8 @@ Module gid_Module_Optional_Activexcontrol
Default = NO;
Minimal = NO;
ParentID = gid_Module_Optional;
- Files = (auto_activexbinarytable_ALL
- gid_File_Lib_Soactivex,
- gid_File_Lib_Soactivex64,
+ Files = (auto_activexbinarytable_ALL,
+ auto_activex_ALL,
+ auto_activexwin64_ALL,
gid_File_Lib_Regpatchactivex_Msi);
End