[Wine-patches] Revert "msi: fix deferred execution custom actions behaviour in ACTION_CustomAction(...). Eterbug 807."

Alexander Morozov amorozov на etersoft.ru
Пн Ноя 16 14:14:52 MSK 2009


См. http://bugs.etersoft.ru/show_bug.cgi?id=2658
----------- следующая часть -----------
From 6224c7b0a7b7f9214c298df8081f78d9f432547e Mon Sep 17 00:00:00 2001
From: Alexander Morozov <amorozov на etersoft.ru>
Date: Mon, 16 Nov 2009 13:39:51 +0300
Subject: [PATCH] Revert "msi: fix deferred execution custom actions behaviour in ACTION_CustomAction(...). Eterbug 807."

This reverts commit 3c4ff513b609f3e59b8c9928cd8196763321a4a3.
---
 dlls/msi/custom.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/msi/custom.c b/dlls/msi/custom.c
index a352af4..0af5daa 100644
--- a/dlls/msi/custom.c
+++ b/dlls/msi/custom.c
@@ -285,10 +285,7 @@ UINT ACTION_CustomAction(MSIPACKAGE *package, LPCWSTR action, UINT script, BOOL
             }
 
             if (deferred_data)
-            {
                 set_deferred_action_props(package, deferred_data);
-                goto end; /* eterbug 807 */
-            }
             else if (actiondata)
                 MSI_SetPropertyW(package,szActionData,actiondata);
             else
-- 
1.6.4.4



Подробная информация о списке рассылки Wine-patches