From 5bc7a02a0f958ccd2a6479c5214b436cb3d6136d Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 25 Apr 2012 20:23:13 +0200 Subject: fdo#40481 run SelectLanguage custom action during silent install, too --- scp2/source/ooo/windowscustomaction_ooo.scp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scp2/source/ooo') 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 -- cgit