From b3d63df541ff6b2bf9c77699c8c076ebcde2d6cf Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 6 May 2012 12:27:34 +0200 Subject: fdo#44628 run unopkg.exe after InstallFinalize Change-Id: I828d6a03b2c3a7b9e9e5dcdcbe142ac6567f0046 --- scp2/source/ooo/windowscustomaction_ooo.scp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp index 97d1bcf2c483..c111e179c542 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 -- cgit v1.2.3