diff options
author | Andras Timar <atimar@suse.com> | 2013-01-30 13:25:16 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-30 15:25:04 +0100 |
commit | d14c765b6e20158af34520e1092c552a6d28bbb3 (patch) | |
tree | d9d29087b0062d259cd3ea0fcfb8b01d22f49456 /scp2/source/ooo/windowscustomaction_ooo.scp | |
parent | 030124d836a3f8571e26c8ce6b5d752ca7ab2511 (diff) |
remove CopyExtensionData CustomAction
It copied *.oxt from [SourceDir]\extension to TARGETDIR\share\extension\install.
One might think that *.oxt files there get installed automagically at first start,
but no, it does not happen. This feature looks useless.
Change-Id: I5ce583f3b46f5e4e962449790bdce70f99aa135b
Diffstat (limited to 'scp2/source/ooo/windowscustomaction_ooo.scp')
-rw-r--r-- | scp2/source/ooo/windowscustomaction_ooo.scp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp index 06d152004237..c7cdc3564b66 100644 --- a/scp2/source/ooo/windowscustomaction_ooo.scp +++ b/scp2/source/ooo/windowscustomaction_ooo.scp @@ -198,16 +198,6 @@ WindowsCustomAction gid_Customaction_CopyEditionData Assignment2 = ("AdminExecuteSequence", "", "end"); End -WindowsCustomAction gid_Customaction_CopyExtensionData - Name = "CopyExtensionData"; - Typ = "1"; - Source = "shlxtmsi.dll"; - Target = "copyExtensionData"; - Inbinarytable = 1; - Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\"", "end"); - Assignment2 = ("AdminExecuteSequence", "", "end"); -End - WindowsCustomAction gid_Customaction_Patch_Regpatchactivex_Patchactivexcontrol Name = "PatchActiveXControl"; Typ = "65"; |