From 5e5c4a98093f5a54f5d23d487f0083cda49a063f Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Fri, 14 Mar 2008 16:01:35 -0500 Subject: [PATCH] msi: Don't publish the product for the custom action test. --- dlls/msi/tests/install.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 0c3ae20b5ea..c6f22c53c56 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"