summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-03-27 12:48:53 +0200
committerAndras Timar <atimar@suse.com>2012-03-27 15:40:15 +0200
commit45295f3cdceb4c289553791071b5d7f4962d2ec4 (patch)
tree66b08f867ff4cd29bc554ceea6c4c87b2d9060b0 /scp2
parent1192b227544c87f25a367ebff478cbdc190dad02 (diff)
don't install 32-bit shell extensions on 64-bit Windows
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/winexplorerext/file_winexplorerext.scp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scp2/source/winexplorerext/file_winexplorerext.scp b/scp2/source/winexplorerext/file_winexplorerext.scp
index 59a009962ad0..d24a00761240 100644
--- a/scp2/source/winexplorerext/file_winexplorerext.scp
+++ b/scp2/source/winexplorerext/file_winexplorerext.scp
@@ -37,6 +37,7 @@ File gid_File_Lib_OOoFilt
Styles = (PACKED);
Dir = gid_Dir_Shlxthdl;
Name = "ooofilt.dll";
+ ComponentCondition = "NOT VersionNT64";
End
#ifdef BUILD_X64
@@ -56,6 +57,7 @@ File gid_File_Lib_Shlxthdl
Styles = (PACKED);
Dir = gid_Dir_Shlxthdl;
Name = "shlxthdl.dll";
+ ComponentCondition = "NOT VersionNT64";
End
#ifdef BUILD_X64
@@ -74,6 +76,7 @@ File gid_File_Lib_PropertyHdl
Styles = (PACKED);
Dir = gid_Dir_Shlxthdl;
Name = "propertyhdl.dll";
+ ComponentCondition = "NOT VersionNT64";
End
#ifdef BUILD_X64