diff options
author | Andras Timar <atimar@suse.com> | 2012-05-06 12:27:34 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-05-08 09:53:35 +0100 |
commit | a9dbdd81ed2d2cfb7154316e5cc3580172d31618 (patch) | |
tree | 0b4a3546f633b3ba1956383cf5ca44aa770644b5 /scp2 | |
parent | 864fc92a5644ea56cd0fd3dec4e40601b828b31c (diff) |
fdo#44628 run unopkg.exe after InstallFinalize
Change-Id: I828d6a03b2c3a7b9e9e5dcdcbe142ac6567f0046
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/windowscustomaction_ooo.scp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp index 70197b77504d..2ddfe3431bd0 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 |