scp2/source/ooo/windowscustomaction_ooo.scp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5bc7a02a0f958ccd2a6479c5214b436cb3d6136d
Author: Andras Timar <[email protected]>
Date:   Wed Apr 25 20:23:13 2012 +0200

    fdo#40481 run SelectLanguage custom action during silent install, too

diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp 
b/scp2/source/ooo/windowscustomaction_ooo.scp
index 51cfda1..97d1bcf 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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to