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

New commits:
commit b00c1b1af85c95fe37fed6a89491dbfcf3547eee
Author: Andras Timar <ati...@suse.com>
Date:   Wed Apr 25 20:23:13 2012 +0200

    fdo#40481 run SelectLanguage custom action during silent install, too
    
    Signed-off-by: Fridrich Å trba <fridrich.st...@bluewin.ch>

diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp 
b/scp2/source/ooo/windowscustomaction_ooo.scp
index f62b086..c111e17 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
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to