James Hawkins : msi: Don't publish the product for the custom action test.

Alexandre Julliard julliard at winehq.org
Sat Mar 15 05:53:49 CDT 2008


Module: wine
Branch: master
Commit: 5e5c4a98093f5a54f5d23d487f0083cda49a063f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5e5c4a98093f5a54f5d23d487f0083cda49a063f

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Fri Mar 14 16:01:35 2008 -0500

msi: Don't publish the product for the custom action test.

---

 dlls/msi/tests/install.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index 0c3ae20..c6f22c5 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -621,12 +621,7 @@ static const CHAR ca51_install_exec_seq_dat[] = "Action\tCondition\tSequence\n"
                                                 "CostFinalize\t\t1000\n"
                                                 "InstallValidate\t\t1400\n"
                                                 "InstallInitialize\t\t1500\n"
-                                                "ProcessComponents\t\t1600\n"
-                                                "UnpublishFeatures\t\t1800\n"
                                                 "InstallFiles\t\t4000\n"
-                                                "RegisterProduct\t\t6100\n"
-                                                "PublishFeatures\t\t6300\n"
-                                                "PublishProduct\t\t6400\n"
                                                 "InstallFinalize\t\t6600";
 
 static const CHAR ca51_custom_action_dat[] = "Action\tType\tSource\tTarget\n"




More information about the wine-cvs mailing list