From d62bd166dc95d092fe8cc5447531badf7f5c6469 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Tue, 26 Feb 2008 01:51:41 -0600 Subject: [PATCH] msi: Remove setting a source list property that's in the wrong place. --- dlls/msi/files.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dlls/msi/files.c b/dlls/msi/files.c index da929652a74..8ed23955c63 100644 --- a/dlls/msi/files.c +++ b/dlls/msi/files.c @@ -739,21 +739,11 @@ UINT ACTION_InstallFiles(MSIPACKAGE *package) { struct media_info *mi; UINT rc = ERROR_SUCCESS; - LPWSTR ptr; MSIFILE *file; /* increment progress bar each time action data is sent */ ui_progress(package,1,1,0,0); - /* handle the keys for the SourceList */ - ptr = strrchrW(package->PackagePath,'\\'); - if (ptr) - { - ptr++; - msi_package_add_info(package, MSIINSTALLCONTEXT_USERMANAGED, - MSICODE_PRODUCT, INSTALLPROPERTY_PACKAGENAMEW, ptr); - } - schedule_install_files(package); /*