From 48ddb167eaedd08cf087fcbfc5e1cecb8112c23e Mon Sep 17 00:00:00 2001 From: "grt@chromium.org" Date: Thu, 24 Feb 2011 17:36:32 +0000 Subject: Fix in-use updates where %TMP% is on a volume other than %USERPROFILE% and/or %SystemRoot%. We now do temp work on the same volume as the eventual install. In the case of system-level installs, this has the nice side-effect of allowing us to move the install into place rather than copy it, which should also speed up system-level installs. BUG=70368 TEST=Set TMP and TEMP env vars to some volume other than the one holding %USERPROFILE% (for user-level installs) or %SystemRoot% (for system-level installs), then see if in-use updates work. Review URL: http://codereview.chromium.org/6538091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75899 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_installer.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/chrome_installer.gypi') diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi index fd7d4fb..c366613 100644 --- a/chrome/chrome_installer.gypi +++ b/chrome/chrome_installer.gypi @@ -102,6 +102,7 @@ 'installer/util/product_unittest.cc', 'installer/util/product_state_unittest.cc', 'installer/util/run_all_unittests.cc', + 'installer/util/self_cleaning_temp_dir_unittest.cc', 'installer/util/set_reg_value_work_item_unittest.cc', 'installer/util/shell_util_unittest.cc', 'installer/util/wmi_unittest.cc', -- cgit v1.1