summaryrefslogtreecommitdiff
path: root/scp2/source/winexplorerext/module_winexplorerext.scp
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/winexplorerext/module_winexplorerext.scp')
-rw-r--r--scp2/source/winexplorerext/module_winexplorerext.scp25
1 files changed, 12 insertions, 13 deletions
diff --git a/scp2/source/winexplorerext/module_winexplorerext.scp b/scp2/source/winexplorerext/module_winexplorerext.scp
index f20edccc59ae..3932e4f4d7c9 100644
--- a/scp2/source/winexplorerext/module_winexplorerext.scp
+++ b/scp2/source/winexplorerext/module_winexplorerext.scp
@@ -35,22 +35,21 @@ Module gid_Module_Optional_Winexplorerext
ParentID = gid_Module_Optional;
Dirs = (gid_Dir_Shlxthdl);
Files = (gid_File_Lib_Shlxthdl,
- gid_File_Lib_Shlxthdl64,
- gid_File_Lib_OOoFilt,
- gid_File_Lib_OOoFilt64,
+ gid_File_Lib_OOoFilt,
+ gid_File_Lib_PropertyHdl,
gid_File_Lib_Shlxtmsi,
- gid_File_Lib_Reg64,
gid_File_Tmp_Userinstall_Winexplorerext_Inf);
End
-Module gid_Module_Optional_Winexplorerext_PropertyHdl
- ParentID = gid_Module_Optional_Winexplorerext;
- Name = "gid_Module_Optional_Winexplorerext_PropertyHdl";
- Description = "gid_Module_Optional_Winexplorerext_PropertyHdl";
- Sortkey = "1210";
- Default = YES;
- Styles = (HIDDEN_ROOT);
+Module gid_Module_Optional_Winexplorerext_x64
+ ParentID = gid_Module_Optional_Winexplorerext;
+ Name = "gid_Module_Optional_Winexplorerext_x64";
+ Description = "gid_Module_Optional_Winexplorerext_x64";
+ Sortkey = "1210";
+ Default = YES;
+ Styles = (HIDDEN_ROOT);
Dirs = (gid_Dir_Shlxthdl);
- Files = (gid_File_Lib_PropertyHdl,
- gid_File_Lib_PropertyHdl64);
+ Files = (gid_File_Lib_Shlxthdl64,
+ gid_File_Lib_OOoFilt64,
+ gid_File_Lib_PropertyHdl64);
End