diff options
author | Andras Timar <atimar@suse.com> | 2012-04-25 20:23:13 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-04-25 20:26:00 +0200 |
commit | 5bc7a02a0f958ccd2a6479c5214b436cb3d6136d (patch) | |
tree | d232dc7806564d865cf3dd896010d71c476f496e /scp2/source/ooo | |
parent | c41e9c7c0a7a986c8ad87a4b8033843803792506 (diff) |
fdo#40481 run SelectLanguage custom action during silent install, too
Diffstat (limited to 'scp2/source/ooo')
-rw-r--r-- | scp2/source/ooo/windowscustomaction_ooo.scp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp index 51cfda129d4d..97d1bcf2c483 100644 --- a/scp2/source/ooo/windowscustomaction_ooo.scp +++ b/scp2/source/ooo/windowscustomaction_ooo.scp @@ -471,7 +471,8 @@ WindowsCustomAction gid_Customaction_SelectLanguage Source = "sellangmsi.dll"; Target = "SelectLanguage"; Inbinarytable = 1; - Assignment1 = ("ControlEvent", "SetupType", "Next", "DoAction", "SelectLanguage", "1", "1"); + Assignment1 = ("InstallExecuteSequence", "NOT Installed", "MigrateFeatureStates"); + Assignment2 = ("InstallUISequence", "NOT Installed", "MigrateFeatureStates"); End WindowsCustomAction gid_Customaction_SortTree |