summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/setup_main.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting this as it caused installer_unit_tests to fail. Please fix and reland.ananta@chromium.org2010-06-101-1/+1
* Fix problem whereby the "-full" magic value is removed from the "ap" value wh...robertshield@chromium.org2010-06-101-1/+1
* Try harder to clean up temp files in case we have a failed install / upgrade.robertshield@chromium.org2010-05-111-1/+16
* Additional changes to support Chrome / CF installation wrapped in an MSI:robertshield@chromium.org2010-04-281-1/+1
* compile-time test to ensure installer critical enum does not changecpu@chromium.org2010-04-061-0/+6
* Allowing MSI mode detection to work from the master preferences file. robertshield@chromium.org2010-03-221-2/+5
* Modifies the over-install behavior of setup to launch Chrome itself instead o...gwilson@google.com2010-03-121-1/+3
* If running under an MSI, setup.exe must always return 0 on uninstallation.robertshield@chromium.org2010-03-111-4/+13
* Overinstall mismatch, Launch the existing chrome insteadcpu@chromium.org2010-03-051-2/+27
* Disable registering, unregistering, and setting default browserhuanr@chromium.org2010-02-271-5/+5
* Disabling options that sxs channel does not support.huanr@chromium.org2010-02-241-6/+44
* Modifies the behavior of setup.exe so when --system-level-toast is passed, it...gwilson@google.com2010-02-091-2/+3
* System toast was trying to launch the per-user chromecpu@chromium.org2010-02-051-1/+1
* Modify the toast to hit system-level installscpu@chromium.org2010-02-021-1/+12
* Fix chrome_frame_mini_installer.exe to use the right archive names for instal...robertshield@chromium.org2010-01-271-8/+25
* Display proper error message at couple of places during installation.kuchhal@chromium.org2010-01-131-3/+7
* Remove the default usage of --force-uninstall for Chrome Frame uninstallation...robertshield@chromium.org2009-12-171-5/+6
* Revert some of the change to go back to multiple experimentscpu@chromium.org2009-12-031-1/+3
* Revert "installer: clean up to use FilePath instead of std::wstring."kuchhal@chromium.org2009-11-231-40/+53
* installer: clean up to use FilePath instead of std::wstring.kuchhal@chromium.org2009-11-231-53/+40
* Go back to a single toast flavor.cpu@chromium.org2009-11-201-5/+2
* file_util: Fix some callers of CreateNewTempDirectory to remove the deprecate...evan@chromium.org2009-11-191-20/+19
* Continue to remove CHROME_FRAME_BUILD define from code that goes into chrome....robertshield@chromium.org2009-11-041-11/+11
* Add a confirmation dialog confirming the completion of uninstallation for Chr...robertshield@chromium.org2009-11-031-4/+14
* Make GetDistroBooleanPreference return troolean value.kuchhal@chromium.org2009-10-191-10/+19
* Re-try r29078: Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-3/+4
* Revert wstring patch (r29078 and follow up commits). It is causing failures o...estade@chromium.org2009-10-151-4/+3
* Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-3/+4
* Reverting 27880 which was itself a revert of 27876.Original codereview at htt...robertshield@chromium.org2009-10-041-1/+45
* Reverting 27876.robertshield@chromium.org2009-10-021-45/+1
* Improving Chrome Frame uninstall process:robertshield@chromium.org2009-10-021-1/+45
* <html>aa@chromium.org2009-09-211-2/+5
* Add a new flag to the installer to prevent registering for a Google Update la...robertshield@chromium.org2009-09-151-1/+7
* Second part of the multi-toast experimentcpu@chromium.org2009-09-111-3/+6
* Try to cleanup temporary directories created during install operations.kuchhal@chromium.org2009-08-251-0/+1
* Add unit tests for unpacking and patching methods.kuchhal@chromium.org2009-08-051-136/+40
* Add some unit tests for master preferences parsing code.kuchhal@chromium.org2009-08-051-42/+2
* Use alternate icon for Chrome shortcuts if specified in master preferences.kuchhal@chromium.org2009-08-031-18/+4