[Libreoffice-commits] .: scp2/source

Andras Timar timar at kemper.freedesktop.org
Wed Apr 25 11:26:08 PDT 2012


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

New commits:
commit 5bc7a02a0f958ccd2a6479c5214b436cb3d6136d
Author: Andras Timar <atimar at suse.com>
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


More information about the Libreoffice-commits mailing list