summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup
Commit message (Expand)AuthorAgeFilesLines
* Show canary icon in Programs and Features (Add/Remove Programs) control panel.grt@chromium.org2011-10-171-4/+4
* Errors while deleting old version dirs no longer cause them to grow in odd ways.grt@chromium.org2011-10-151-2/+3
* Fix in-use updates for Chrome Frame.grt@chromium.org2011-09-236-220/+219
* 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-112-2/+31
* Fix DCHECK in GCF quick-enable.grt@chromium.org2011-08-111-1/+1
* Fix two problems found while testing chrome reactivation:rogerta@chromium.org2011-07-291-6/+18
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-203-11/+11
* Take two at splitting result codes between content and chrome.dpranke@chromium.org2011-07-191-11/+11
* Fix diff updates for MSI installs. Also makes diff updates possible for GCF a...grt@chromium.org2011-07-191-1/+28
* Convert the remaining callers of LaunchApp to LaunchProcess.evan@chromium.org2011-07-181-1/+1
* Revert r92730, r92731, r92732 ... will land again once I ensure the win build...dpranke@chromium.org2011-07-151-11/+11
* This change will split the result codes between content and chrome.dpranke@chromium.org2011-07-151-11/+11
* Cause new_chrome.exe to always be written if Chrome Frame is in use, resultin...robertshield@chromium.org2011-07-151-4/+16
* 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-125-26/+175
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-1/+0
* Change the system-level EULA dialog to not use GET parameters with res:// url...robertshield@chromium.org2011-07-052-35/+32
* 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-022-1/+13
* 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-262-9/+35
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-193-5/+5
* Write installer results in all relevant registry keys so that we're sure that...grt@chromium.org2011-05-191-44/+22
* Copy setup.exe rather than moving it since it is created outside of the targe...grt@chromium.org2011-05-121-3/+5
* Alter MoveTreeWorkItem to provide an option to not copy over a directory that...robertshield@chromium.org2011-05-122-6/+16
* Put SxS switches back into the rename command.grt@chromium.org2011-05-121-5/+5
* Product-specific flags are no longer required, used, or validated in --rename...grt@chromium.org2011-05-092-43/+63
* Control crash reporting and UMA collection in multi-install via a value in th...grt@chromium.org2011-05-053-16/+140
* first-run: Reland refactor of Upgrade class into upgrade_util API.tfarina@chromium.org2011-04-131-2/+2
* Broke ARM compile.siggi@chromium.org2011-04-131-2/+2
* first-run: Refactor Upgrade class into a common upgrade_util API.tfarina@chromium.org2011-04-131-2/+2
* Delete the setup temp file on uninstall.tommi@chromium.org2011-04-124-0/+85
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-1/+2
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-2/+1
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-1/+2
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-062-2/+12
* 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