summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup
Commit message (Expand)AuthorAgeFilesLines
* Add a CEEE mode to the ChromeFrame distribution class.robertshield@chromium.org2010-12-133-58/+18
* Temporary workaround to get tests that reference singletons either directly o...tommi@chromium.org2010-12-091-1/+1
* When COM DLL registration fails, return false from DoPostInstallTasks.tommi@chromium.org2010-12-071-1/+4
* Support for checking multiple keyfiles when removing an installation package.tommi@chromium.org2010-12-022-6/+4
* Refactor the installer to support multi-install.tommi@chromium.org2010-12-018-840/+1034
* Fix setup_unittest.exe so it, you know, can ever possibly pass.robertshield@chromium.org2010-11-301-22/+16
* Fix the collection of Chrome uninstall survey results which regressed a year ...robertshield@chromium.org2010-11-201-3/+5
* Attempt to reland http://codereview.chromium.org/4928002/tommi@chromium.org2010-11-154-50/+33
* Revert 66088 - Changing the installer switches from wchar_t[] to char[].tommi@chromium.org2010-11-154-33/+50
* Changing the installer switches from wchar_t[] to char[].tommi@chromium.org2010-11-144-50/+33
* Add multi install support to MasterPreferences and start using it in a few pl...tommi@chromium.org2010-11-112-71/+79
* Wait a bit for the helper to exit before continuing with removing files.tommi@chromium.org2010-11-111-4/+31
* Refactoring the master_preferences functions.tommi@chromium.org2010-11-033-36/+35
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-031-1/+1
* 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-204-92/+83
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-172-6/+9
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-152-4/+4
* CommandLine: remove wstring-based program() accessorevan@chromium.org2010-10-145-43/+51
* When uninstalling, only attempt to unregister DLLs if in ChromeFrame mode.robertshield@chromium.org2010-09-161-2/+3
* Add termination of the chrome frame helper process to the uninstaller.robertshield@chromium.org2010-09-091-0/+16
* Setting oopcrashes=1 during installhuanr@chromium.org2010-09-071-0/+4
* Add the ability to call an alternate entry point name on self-registering DLL...robertshield@chromium.org2010-09-062-3/+6
* Allow download Chrome page to set Chrome as default even if it is not a new i...mirandac@chromium.org2010-09-021-1/+14
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-191-0/+1
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-1/+3
* Cleanup Registry API: part 3.tfarina@chromium.org2010-08-141-1/+1
* Extension package creation cleanuperg@google.com2010-08-111-1/+1
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-1/+3
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-062-13/+14
* 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-032-3/+7
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-265-0/+5
* 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-073-27/+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
* Fix a couple of issues with MSI support through upgrades:robertshield@chromium.org2010-06-072-40/+62
* file_util: Convert the wstring version of IsDirectoryEmpty to FilePath.tfarina@chromium.org2010-05-261-3/+2
* Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.tfarina@chromium.org2010-05-241-10/+11
* 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-283-42/+65
* compile-time test to ensure installer critical enum does not changecpu@chromium.org2010-04-061-0/+6
* Have Chrome Frame always delete the user profile on uninstall unless an MSI u...robertshield@chromium.org2010-03-291-2/+21
* Allowing MSI mode detection to work from the master preferences file. robertshield@chromium.org2010-03-225-154/+30