summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/setup_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Abstract suffixing logic away from GetApplicationNamegab@chromium.org2012-06-171-3/+3
* Always suffix ChromeHTML entries on Windows for user-level installs.gab@chromium.org2012-06-171-22/+25
* HKCR/ChromeHTML Win8 registry requirementsgab@chromium.org2012-04-211-1/+1
* Launch Google Update on uninstall.grt@chromium.org2012-03-151-0/+38
* Fix system-level toast for multi-install Chrome.grt@chromium.org2012-02-281-5/+10
* Cleanup: Remove some deprecated file_util methods.thestig@chromium.org2012-02-241-4/+5
* Remove remaining references to CEEE.rogerta@chromium.org2011-12-201-1/+1
* Allow updates to user-level products when system-level products are present.grt@chromium.org2011-11-151-28/+31
* Add support for --critical-update-version to installer.grt@chromium.org2011-11-111-7/+8
* Fix default browser registration for simplified chinese installs.grt@chromium.org2011-11-021-5/+5
* Fix in-use updates for Chrome Frame.grt@chromium.org2011-09-231-28/+45
* Improve install error strings when higher version exists.grt@chromium.org2011-08-191-13/+30
* Proper EULA handling for quick-enable.grt@chromium.org2011-08-111-2/+4
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* Convert the remaining callers of LaunchApp to LaunchProcess.evan@chromium.org2011-07-181-1/+1
* Check setup.exe called with --register-chrome-browser is running as adminbenwells@chromium.org2011-07-131-0/+1
* Handle eulaaccepted and oeminstall mo betta for multi-install. During first ...grt@chromium.org2011-07-121-10/+3
* Change the system-level EULA dialog to not use GET parameters with res:// url...robertshield@chromium.org2011-07-051-10/+7
* Add support for a environment variable that selects between system-level inst...robertshield@chromium.org2011-06-271-0/+5
* Return a new error code multi-install updates if Group Policy settings blocki...grt@chromium.org2011-06-161-3/+85
* Add additional granularity to the installer stage strings that get written to...robertshield@chromium.org2011-06-021-0/+2
* Clear the installer stage info after patching setup.exe. We're seeing update...grt@chromium.org2011-06-021-0/+2
* Upgrade all multi-install products present on the system when the installer i...grt@chromium.org2011-05-311-7/+15
* No longer block installs of multi-install Chrome Frame when an existing insta...grt@chromium.org2011-05-271-24/+2
* Allow chrome to become the os default handler for arbitrary protocols on mac/...koz@chromium.org2011-05-261-7/+31
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-3/+3
* Write installer results in all relevant registry keys so that we're sure that...grt@chromium.org2011-05-191-44/+22
* Alter MoveTreeWorkItem to provide an option to not copy over a directory that...robertshield@chromium.org2011-05-121-2/+4
* Product-specific flags are no longer required, used, or validated in --rename...grt@chromium.org2011-05-091-37/+57
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-061-1/+2
* 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-301-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Toasting by brand code. finnur@chromium.org2011-03-231-2/+6
* Fix toast experiments, which had regressed.grt@chromium.org2011-03-171-5/+15
* 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-111-4/+17
* 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-061-10/+11
* Add support for the quick-enable-cf command to the installer. This encompases:grt@chromium.org2011-03-031-1/+2
* 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