summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/setup_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix in-use updates where %TMP% is on a volume other than %USERPROFILE% and/or...grt@chromium.org2011-02-241-31/+37
* Temp dir cleanup:grt@chromium.org2011-02-181-29/+29
* 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-071-16/+19
* Fix version folder detection for diff updates. We previously picked a random ...robertshield@chromium.org2011-02-041-4/+4
* Unconditionally remove "-multifail" from "ap" values. Previously, "-multifai...grt@chromium.org2011-02-031-33/+53
* 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-251-178/+288
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-4/+2
* Integrate the Ready Mode prompt with IE and Chrome Frame. In Ready Mode, prom...erikwright@chromium.org2011-01-121-2/+11
* 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-091-3/+3
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-3/+3
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-3/+3
* 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-051-70/+121
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-2/+2
* Do machine inspection on install.tommi@chromium.org2010-12-291-2/+29
* Support for GCF ready-mode.tommi@chromium.org2010-12-231-37/+51
* 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-221-40/+38
* Installer cleanupamit@chromium.org2010-12-161-4/+3
* Adding a new class, PackageProperties that represents the shared binaries for...tommi@chromium.org2010-12-151-14/+14
* Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ...robertshield@chromium.org2010-12-151-104/+104
* Revert 69165 - Merge the installer, installer_util and setup_util namespaces ...robertshield@chromium.org2010-12-141-104/+104
* Merge the installer, installer_util and setup_util namespaces into a single i...robertshield@chromium.org2010-12-141-104/+104
* Add a CEEE mode to the ChromeFrame distribution class.robertshield@chromium.org2010-12-131-10/+5
* Support for checking multiple keyfiles when removing an installation package.tommi@chromium.org2010-12-021-2/+2
* Refactor the installer to support multi-install.tommi@chromium.org2010-12-011-250/+348
* Attempt to reland http://codereview.chromium.org/4928002/tommi@chromium.org2010-11-151-8/+5
* Revert 66088 - Changing the installer switches from wchar_t[] to char[].tommi@chromium.org2010-11-151-5/+8
* Changing the installer switches from wchar_t[] to char[].tommi@chromium.org2010-11-141-8/+5
* Add multi install support to MasterPreferences and start using it in a few pl...tommi@chromium.org2010-11-111-27/+18
* Refactoring the master_preferences functions.tommi@chromium.org2010-11-031-17/+17
* Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...pkasting@chromium.org2010-10-271-1/+1
* Update installer error strings to include Chrome Frame specific branding when...robertshield@chromium.org2010-10-261-2/+12
* Convert LOG(INFO) to VLOG(1) - chrome/installer/.pkasting@chromium.org2010-10-201-18/+17
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-2/+2
* CommandLine: remove wstring-based program() accessorevan@chromium.org2010-10-141-17/+20
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-1/+3
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-061-12/+12
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Revert "Remove GetSwitchValue() from chrome/* where easy."evan@chromium.org2010-08-041-12/+11
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-041-11/+12
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-2/+5
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* During installer cleanup, replace the use of rollback-able DeleteTreeWorkItem...robertshield@chromium.org2010-07-231-6/+6
* Include the Chrome Frame binary in Chrome installers. Note that it will only ...robertshield@chromium.org2010-07-071-23/+18
* Resubmit of r49346 that caused mysterious test failures on the bot.robertshield@chromium.org2010-06-121-1/+1