diff options
author | Andras Timar <atimar@suse.com> | 2012-06-12 22:04:04 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-06-12 22:07:05 +0200 |
commit | 1505ba77d8051dbcf1ff681c55031ea2f6a1b83b (patch) | |
tree | 39027572379ea1845a74643819fed74b265a1bad /scp2/source/ooo/windowscustomaction_ooo.scp | |
parent | 1c18604836ce8063b80cc8090445bf0c0094c5d8 (diff) |
delete problematic IsOfficeRunning custom action
Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff
Diffstat (limited to 'scp2/source/ooo/windowscustomaction_ooo.scp')
-rw-r--r-- | scp2/source/ooo/windowscustomaction_ooo.scp | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp index 2fdae2c2804d..3733fb3e4a51 100644 --- a/scp2/source/ooo/windowscustomaction_ooo.scp +++ b/scp2/source/ooo/windowscustomaction_ooo.scp @@ -107,7 +107,7 @@ WindowsCustomAction gid_Customaction_sdqsmsidll Source = "sdqsmsi.dll"; Target = "ShutDownQuickstarter"; Inbinarytable = 1; - Assignment1 = ("InstallExecuteSequence", "", "IsOfficeRunning"); + Assignment1 = ("InstallExecuteSequence", "", "CCPSearch"); End WindowsCustomAction gid_Customaction_qslnkmsidll @@ -321,34 +321,6 @@ WindowsCustomAction gid_Customaction_Patch_Shutdownquickstarter Assignment2 = ("InstallExecuteSequence", "", "IsolateComponents"); End -WindowsCustomAction gid_Customaction_Patch_Isofficerunning - Name = "IsOfficeRunning"; - Typ = "321"; - Source = "patchmsi.dll"; - Target = "IsOfficeRunning"; - Inbinarytable = 1; - Assignment1 = ("ControlEvent", "ReadyToInstall", "InstallNow", "DoAction", "IsOfficeRunning", "1", "1"); - Assignment2 = ("InstallExecuteSequence", "VersionNT < 600", "RunningOffice"); -End - -WindowsCustomAction gid_Customaction_Full_Isofficerunning - Name = "IsOfficeRunning"; - Typ = "65"; - Source = "shlxtmsi.dll"; - Target = "IsOfficeRunning"; - Inbinarytable = 1; - Assignment1 = ("InstallExecuteSequence", "VersionNT < 600 Or Not PATCH", "RunningOffice"); -End - -WindowsCustomAction gid_Customaction_Langpack_Isofficerunning - Name = "IsOfficeRunning"; - Typ = "65"; - Source = "lngpckinsthlp.dll"; - Target = "IsOfficeRunning"; - Inbinarytable = 1; - Assignment1 = ("InstallExecuteSequence", "PATCH And VersionNT < 600", "RunningOffice"); -End - WindowsCustomAction gid_Customaction_CheckPatchList Name = "CheckPatchList"; Typ = "65"; |