diff options
author | Andras Timar <atimar@suse.com> | 2013-03-02 16:20:52 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-03-02 20:09:25 +0100 |
commit | c3429a0da677fa0bf111ce5b9d00ee4440930f7b (patch) | |
tree | 4c64fe916c56eb6666531ee7e47b1f3ab4c123a7 /scp2 | |
parent | c859cc21cd4b577b4e7df8955375fcc5df2bd980 (diff) |
remove RebuildShellIconCache CustomAction (it was Win 9x/NT/2K only)
Change-Id: Id856c2279520d9183c8b10967f5b56903d21963f
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/windowscustomaction_ooo.scp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp index 4d5116cdebe2..4242fcdf5d04 100644 --- a/scp2/source/ooo/windowscustomaction_ooo.scp +++ b/scp2/source/ooo/windowscustomaction_ooo.scp @@ -158,15 +158,6 @@ WindowsCustomAction gid_Customaction_Shellextensionsdll5 Assignment2 = ("InstallUISequence", "Not REMOVE=\"ALL\" And Not PATCH", "FindRelatedProducts"); End -WindowsCustomAction gid_Customaction_Shellextensionsdll6 - Name = "Shellextensionsdll6"; - Typ = "65"; - Source = "shlxtmsi.dll"; - Target = "RebuildShellIconCache"; - Inbinarytable = 1; - Assignment1 = ("InstallExecuteSequence", "Not PATCH", "end"); -End - WindowsCustomAction gid_Customaction_Check_Install_Directory Name = "CheckInstallDirectory"; Typ = "65"; |