diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/windowscustomaction_ooo.scp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp index 70197b77504d..51cfda129d4d 100644 --- a/scp2/source/ooo/windowscustomaction_ooo.scp +++ b/scp2/source/ooo/windowscustomaction_ooo.scp @@ -474,6 +474,15 @@ WindowsCustomAction gid_Customaction_SelectLanguage Assignment1 = ("ControlEvent", "SetupType", "Next", "DoAction", "SelectLanguage", "1", "1"); End +WindowsCustomAction gid_Customaction_SortTree + Name = "SortTree"; + Typ = "321"; + Source = "sellangmsi.dll"; + Target = "SortTree"; + Inbinarytable = 1; + Assignment1 = ("ControlEvent", "CustomSetup", "Tree", "DoAction", "SortTree", "1", "1"); +End + WindowsCustomAction gid_Customaction_RebaseLibrariesonproperties Name = "RebaseLibrariesOnProperties"; Typ = "65"; |