diff options
author | Andras Timar <atimar@suse.com> | 2012-04-24 21:51:33 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-04-24 21:58:51 +0200 |
commit | 39bb77fd667f9d9fdaf374f3934b6eec7b7dc57a (patch) | |
tree | b7894f2a124c93147f7688c8b0df6702c3f6cfae /scp2 | |
parent | d8f145d1ebe8836f559ba47a1978063d922c6294 (diff) |
fdo#46355 sort SelectionTree control of Custom Setup with a custom action
Although Microsoft says that SelectionTree control can publish a control
event only on Windows Server 2003 and above, the custom action seems to
be working under a fully patched Windows XP SP3. Maybe it fails silently
on older Windows XPs, not to mention Windows 2000. I did not test those.
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"; |