diff options
author | Andras Timar <atimar@suse.com> | 2013-01-29 13:20:07 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-30 15:25:05 +0100 |
commit | cf4ca992349492019938b68ae33ec9fec7cd5e16 (patch) | |
tree | a8463c2c9bc1d5aca03ea1784de360e319267926 /scp2 | |
parent | d14c765b6e20158af34520e1092c552a6d28bbb3 (diff) |
remove DotNetCheck CustomAction
We do not need to call a dll function for a simple version check.
Change-Id: If82b06a61f10dbfe3eb92b6fe495e6d800c57aff
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 c7cdc3564b66..9a18464fb68e 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_Dotnetcheck - Name = "DotNetCheck"; - Typ = "321"; - Source = "shlxtmsi.dll"; - Target = "DotNetCheck"; - Inbinarytable = 1; - Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\"", "LaunchConditions"); - Assignment2 = ("InstallUISequence", "Not REMOVE=\"ALL\"", "LaunchConditions"); -End - WindowsCustomAction gid_Customaction_CopyEditionData Name = "CopyEditionData"; Typ = "1"; |