From 674db242c037020626050c8de06367808d94eaaa Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 22 Jun 2014 11:00:07 +0200 Subject: 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 --- scp2/source/ooo/registryitem_ooo.scp | 38 ------------------------------------ 1 file changed, 38 deletions(-) (limited to 'scp2') diff --git a/scp2/source/ooo/registryitem_ooo.scp b/scp2/source/ooo/registryitem_ooo.scp index f5110acff3f7..1c324d5faf68 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 -- cgit