summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup
Commit message (Expand)AuthorAgeFilesLines
* Alter the installer policy check to allow System-level installations to be in...robertshield@chromium.org2011-03-311-16/+13
* On uninstall, remove the registry keys that Chrome lays down to make itself t...grt@chromium.org2011-03-306-28/+219
* Move some files from base to base/memory.levin@chromium.org2011-03-286-7/+7
* Toasting by brand code. finnur@chromium.org2011-03-231-2/+6
* WinDDK ATL and MSVC express 2008/2005 compatability mark@chromium.org2011-03-212-4/+12
* Fix toast experiments, which had regressed.grt@chromium.org2011-03-171-5/+15
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Fix cleanup of old version directories. Specifically, only keep the versions ...robertshield@chromium.org2011-03-161-2/+4
* Include quick enable tests only in google builds.tommi@chromium.org2011-03-161-0/+5
* Change DeleteRegistryKey to not require opening root keys with RegKey.tommi@chromium.org2011-03-131-32/+16
* Delete chrome.7z archives in the current installation when doing an upgrade t...grt@chromium.org2011-03-121-2/+12
* Stop uninstalling if user cancels Chrome uninstall.grt@chromium.org2011-03-111-2/+14
* Add -stage:ID modifier to products' Google Update "ap" values to better track...grt@chromium.org2011-03-116-92/+65
* Fix fix to remove RLZ-related registry values at uninstall; see r76915.grt@chromium.org2011-03-071-1/+2
* When handling --rename-chrome-exe, leave in-use chrome.exe in old_chrome.exe ...grt@chromium.org2011-03-071-6/+11
* Add brand-code migration to the Chrome installer when creating the new multi-...robertshield@chromium.org2011-03-066-39/+126
* Make sure to remove RLZ-related registry values on chrome uninstall.rogerta@chromium.org2011-03-041-0/+6
* Create a "GetWOW64Status()" utility function and make the rest of the codebas...pkasting@chromium.org2011-03-041-19/+4
* Add support for the quick-enable-cf command to the installer. This encompases:grt@chromium.org2011-03-036-32/+564
* Delete Temp dir at uninstall.grt@chromium.org2011-03-031-7/+26
* Fix in-use updates where %TMP% is on a volume other than %USERPROFILE% and/or...grt@chromium.org2011-02-242-55/+57
* Add product-specific flags to the rename command in the registry. This fixes...grt@chromium.org2011-02-181-8/+7
* Temp dir cleanup:grt@chromium.org2011-02-186-83/+70
* Switch from wcsftime to GetDateFormat to avoid crash in setup.tommi@chromium.org2011-02-171-9/+4
* New installation validator machinery to check the machine state. This CL con...grt@chromium.org2011-02-141-0/+11
* Support for --quick-enable-cf in the installer.tommi@chromium.org2011-02-076-18/+208
* Fix version folder detection for diff updates. We previously picked a random ...robertshield@chromium.org2011-02-044-17/+36
* Unconditionally remove "-multifail" from "ap" values. Previously, "-multifai...grt@chromium.org2011-02-031-33/+53
* Register the Chrome Frame elevation policy in the installer.tommi@chromium.org2011-02-035-14/+302
* wstring: use FilePath::value() on Windows to get wstringsevan@chromium.org2011-02-011-4/+4
* More installer refactoring in the interest of fixing some bugs and cleaning t...grt@chromium.org2011-01-2512-903/+948
* Regkey functions return error code instead of boolamit@chromium.org2011-01-195-29/+19
* Refactor out of install.cc the set of functions that operate on a work item l...robertshield@chromium.org2011-01-147-699/+1205
* Integrate the Ready Mode prompt with IE and Chrome Frame. In Ready Mode, prom...erikwright@chromium.org2011-01-125-183/+442
* Applying http://codereview.chromium.org/6156005/ for tommi. Original desc.:robertshield@chromium.org2011-01-111-10/+13
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-092-6/+6
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-072-6/+6
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-072-6/+6
* Fix uninitialized variable regression.grt@chromium.org2011-01-051-1/+1
* Add a new pair of installer result strings for multi-installer safeguards.grt@chromium.org2011-01-051-7/+5
* - WriteInstallerResult is now back in InstallUtil and only writes the result ...grt@chromium.org2011-01-055-110/+351
* Refactor the install flow in the Chrome installer to use a single WorkItemLis...robertshield@chromium.org2011-01-043-111/+156
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-2/+2
* Don't update Chrome's uninstall command line if it is not installed (as per t...tommi@chromium.org2010-12-311-1/+5
* Do machine inspection on install.tommi@chromium.org2010-12-292-10/+43
* base/version: remove wstring versionevan@chromium.org2010-12-231-1/+2
* Support for GCF ready-mode.tommi@chromium.org2010-12-235-118/+332
* Make use of the list of DLLs returned by each BrowserDistribution instance, r...robertshield@chromium.org2010-12-233-55/+90
* Add support for reporting crashes in the Chrome installer. This basically inv...ananta@chromium.org2010-12-221-0/+83
* - Installation results for use by Google Update are now written at the Packag...grt@chromium.org2010-12-223-57/+48