diff options
author | Dirk Voelzke <dv@openoffice.org> | 2010-01-27 14:36:56 +0100 |
---|---|---|
committer | Dirk Voelzke <dv@openoffice.org> | 2010-01-27 14:36:56 +0100 |
commit | 679bc322ed9caa9afc73bca8d89f77e1386f3d4c (patch) | |
tree | d362b6dc3ab0725d84c8c9a1dffeacb43b62db8d /scp2/inc | |
parent | 46c59e3ce1c84607d847c276f9a4a08020fc58c3 (diff) |
dv17: #i92728#: Don't use quotes for procserver32 entry
Diffstat (limited to 'scp2/inc')
-rwxr-xr-x | scp2/inc/macros.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 5ccb8c5cfa18..feef9437beb4 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -524,6 +524,7 @@ End RegistryItem CONCAT2(gid_Regitem_Software_Microsoft_Windows_CurrentVersion_PropertySystem_PropertyHandlers_,extension) \ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; \ ModuleID = modid; \ + ComponentCondition = "VersionNT >= 600"; \ Styles = (X64); \ Subkey = STRING(CONCAT2(SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.,extension)); \ Value = "{AE424E85-F6DF-4910-A6A9-438797986431}"; \ |