diff options
author | Andras Timar <atimar@suse.com> | 2012-05-06 12:27:34 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-05-06 12:30:15 +0200 |
commit | b3d63df541ff6b2bf9c77699c8c076ebcde2d6cf (patch) | |
tree | d6718094f25b8f7507cc6f0866a724fd0dfaf385 | |
parent | a09b25f520594410d4851b2e435223aa0627078e (diff) |
fdo#44628 run unopkg.exe after InstallFinalize
Change-Id: I828d6a03b2c3a7b9e9e5dcdcbe142ac6567f0046
-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 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 |