diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-06-22 11:00:07 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-06-29 09:56:38 -0700 |
commit | b3d251c882f1ddd8b59b181c2f0446cd97194336 (patch) | |
tree | 899e92271a15938171f00735860dcbec2e7085d6 /scp2 | |
parent | a9b019c66e1b492773a579135520d8a50b02f623 (diff) |
fdo#80332 remove "Support assistive technology tools" checkbox from installer
Revert "fdo#39833 add "Support assistive technology tools" option to Windows installer"
This reverts commit 98fd8f345504e98e9ed16f4845d55f5b88b77a5e.
Conflicts:
instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf
instsetoo_native/inc_openoffice/windows/msi_templates/CheckBox.idt
instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt
Change-Id: I04cafd063bd06db37eadd13b58f7b7adfad2ca42
(cherry picked from commit 674db242c037020626050c8de06367808d94eaaa)
Reviewed-on: https://gerrit.libreoffice.org/9851
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit e7beb56826bf57de563ed70cea7043dccc33756d)
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/registryitem_ooo.scp | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/scp2/source/ooo/registryitem_ooo.scp b/scp2/source/ooo/registryitem_ooo.scp index 653b0a577858..b0ad74dd287b 100644 --- a/scp2/source/ooo/registryitem_ooo.scp +++ b/scp2/source/ooo/registryitem_ooo.scp @@ -665,41 +665,3 @@ RegistryItem gid_Regitem_Software_RegisteredApplications Value = "SOFTWARE\%MANUFACTURER\%PRODUCTNAME\%PRODUCTVERSION\Capabilities"; Styles = (); End - -Module gid_Module_Enable_AT_Tools_For_All_Users - ParentID = gid_Module_Root; - Name = "gid_Module_Enable_AT_Tools_For_All_Users"; - Description = "gid_Module_Enable_AT_Tools_For_All_Users"; - Styles = (HIDDEN_ROOT); - Minimal = YES; - Default = YES; -End - -Module gid_Module_Enable_AT_Tools_For_Current_User - ParentID = gid_Module_Root; - Name = "gid_Module_Enable_AT_Tools_For_Current_User"; - Description = "gid_Module_Enable_AT_Tools_For_Current_User"; - Styles = (HIDDEN_ROOT); - Minimal = YES; - Default = YES; -End - -RegistryItem gid_Regitem_Enable_AT_Tools_For_All_Users - ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; - Subkey = "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; - ModuleID = gid_Module_Enable_AT_Tools_For_All_Users; - Name = "SAL_ACCESSIBILITY_ENABLED"; - Value = "1"; - Styles = (); - ComponentCondition = "(ALLUSERS=1) AND (ENABLEATTOOLS=1)"; -End - -RegistryItem gid_Regitem_Enable_AT_Tools_For_Current_User - ParentID = PREDEFINED_HKEY_CURRENT_USER; - Subkey = "Environment"; - ModuleID = gid_Module_Enable_AT_Tools_For_Current_User; - Name = "SAL_ACCESSIBILITY_ENABLED"; - Value = "1"; - Styles = (); - ComponentCondition = "(ALLUSERS<>1) AND (ENABLEATTOOLS=1)"; -End |