diff options
author | Andras Timar <atimar@suse.com> | 2013-01-30 13:36:33 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-30 15:25:07 +0100 |
commit | 0701e1ab56dd185fd6fc39012c5a798ca4b77f3f (patch) | |
tree | d634e9dfb5d5d3022b9ff2f475aada734bdf2832 /scp2 | |
parent | cf4ca992349492019938b68ae33ec9fec7cd5e16 (diff) |
remove CopyEditionData CustomAction
It is not entirely clear what this CustomAction was supposed to do, but
program\edition directory is not present in LibreOffice, therefore this
feature is useless.
Change-Id: Icfcd9c5f88da28e171329d951956baaa42908fd0
Diffstat (limited to 'scp2')
-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 9a18464fb68e..4d5116cdebe2 100644 --- a/scp2/source/ooo/windowscustomaction_ooo.scp +++ b/scp2/source/ooo/windowscustomaction_ooo.scp @@ -178,16 +178,6 @@ WindowsCustomAction gid_Customaction_Check_Install_Directory Assignment3 = ("ControlEvent", "CustomSetup", "Next", "DoAction", "CheckInstallDirectory", "Not Installed", "2"); End -WindowsCustomAction gid_Customaction_CopyEditionData - Name = "CopyEditionData"; - Typ = "1"; - Source = "shlxtmsi.dll"; - Target = "copyEditionData"; - Inbinarytable = 1; - Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\"", "end"); - Assignment2 = ("AdminExecuteSequence", "", "end"); -End - WindowsCustomAction gid_Customaction_Patch_Regpatchactivex_Patchactivexcontrol Name = "PatchActiveXControl"; Typ = "65"; |