[Libreoffice-commits] .: scp2/source

Andras Timar timar at kemper.freedesktop.org
Sun May 6 03:30:21 PDT 2012


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

New commits:
commit b3d63df541ff6b2bf9c77699c8c076ebcde2d6cf
Author: Andras Timar <atimar at suse.com>
Date:   Sun May 6 12:27:34 2012 +0200

    fdo#44628 run unopkg.exe after InstallFinalize
    
    Change-Id: I828d6a03b2c3a7b9e9e5dcdcbe142ac6567f0046

diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp
index 97d1bcf..c111e17 100644
--- a/scp2/source/ooo/windowscustomaction_ooo.scp
+++ b/scp2/source/ooo/windowscustomaction_ooo.scp
@@ -214,12 +214,12 @@ End
 
 WindowsCustomAction gid_Customaction_Register_Extensions
 	Name = "RegisterExtensions";
-	Typ = "1025";
+	Typ = "1";
 	Source = "shlxtmsi.dll";
 	Target = "RegisterExtensions";
 	Inbinarytable = 1;
-	Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\"", "behind_SetInstalllocation");
-	Assignment2 = ("AdminExecuteSequence", "Not REMOVE=\"ALL\"", "behind_SetInstalllocation");
+	Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\"", "behind_InstallFinalize");
+	Assignment2 = ("AdminExecuteSequence", "Not REMOVE=\"ALL\"", "behind_InstallFinalize");
 End
 
 WindowsCustomAction gid_Customaction_Remove_Extensions


More information about the Libreoffice-commits mailing list