| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a flag to all of the registry related work items to specify whether to op... | wfh@chromium.org | 2014-05-23 | 1 | -1/+6 |
* | Fix the EULA sentinel file path determination. | msw@chromium.org | 2014-04-15 | 1 | -5/+2 |
* | Fix the new First Run sentinel file path determination. | msw@chromium.org | 2014-03-28 | 1 | -0/+3 |
* | Move CommandLine to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -3/+3 |
* | Always drop the First Run sentinel in the User Data directory. | gab@chromium.org | 2014-02-26 | 1 | -3/+2 |
* | Installer: remove uses of PlatformFile | rvargas@chromium.org | 2014-02-25 | 1 | -4/+4 |
* | Add base:: to string16s in chrome/. | dbeam@chromium.org | 2013-12-20 | 1 | -17/+17 |
* | Use a direct include of strings headers in chrome/installer/, part 2. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Move Version to base namespace. | xhwang@chromium.org | 2013-04-22 | 1 | -3/+6 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -2/+2 |
* | Move FilePath->base::FilePath | brettw@chromium.org | 2013-02-11 | 1 | -6/+6 |
* | Windows: Remove desktop profile shortcuts (and any others pointing to the exe... | asvitkine@chromium.org | 2013-01-04 | 1 | -0/+1 |
* | Launch system-level Active Setup immediately following self-destruction of a ... | gab@chromium.org | 2012-11-21 | 1 | -3/+3 |
* | Introduce --install-dev-chrome switch for setup.exe to install (register+shor... | gab@chromium.org | 2012-11-06 | 1 | -5/+0 |
* | No longer install all-users shortcuts on system-level installs; instead insta... | gab@chromium.org | 2012-10-30 | 1 | -1/+10 |
* | Allow NULL in addition to the empty string to address the default value in a ... | grt@chromium.org | 2012-09-26 | 1 | -4/+4 |
* | Enable EULA dialog to be shown from metro Chrome. | robertshield@chromium.org | 2012-09-26 | 1 | -0/+7 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Remove two deprecated methods from base::Version | isherman@chromium.org | 2012-07-11 | 1 | -10/+13 |
* | Move ProgramCompare from setup_util to install_util. | gab@chromium.org | 2012-05-31 | 1 | -16/+41 |
* | Don't register or use the DelegateExecute verb handler if it isn't present. | grt@chromium.org | 2012-04-25 | 1 | -0/+5 |
* | Cleanup: Remove calls to deprecated file_util::AppendToPath() in chrome/insta... | thestig@chromium.org | 2012-03-09 | 1 | -21/+1 |
* | Change UpgradeDetectorImpl to use InstallUtil::IsPerUserInstall, which is les... | finnur@chromium.org | 2011-11-08 | 1 | -1/+4 |
* | Fix default browser registration for simplified chinese installs. | grt@chromium.org | 2011-11-02 | 1 | -13/+20 |
* | When critical updates have been installed and the user has been idle for quit... | finnur@chromium.org | 2011-10-13 | 1 | -3/+8 |
* | Write installer results in all relevant registry keys so that we're sure that... | grt@chromium.org | 2011-05-19 | 1 | -9/+11 |
* | Consolidate most CommandLine code across platforms. | msw@chromium.org | 2011-05-14 | 1 | -2/+2 |
* | On uninstall, remove the registry keys that Chrome lays down to make itself t... | grt@chromium.org | 2011-03-30 | 1 | -1/+41 |
* | Write "did run" value to multi-install client state key as well, if it exists. | robertshield@chromium.org | 2011-03-14 | 1 | -0/+4 |
* | Change DeleteRegistryKey to not require opening root keys with RegKey. | tommi@chromium.org | 2011-03-13 | 1 | -8/+1 |
* | Add -stage:ID modifier to products' Google Update "ap" values to better track... | grt@chromium.org | 2011-03-11 | 1 | -0/+7 |
* | Switch from wcsftime to GetDateFormat to avoid crash in setup. | tommi@chromium.org | 2011-02-17 | 1 | -0/+3 |
* | Fix user-to-system-level installation delegation. This looks to have been bro... | robertshield@chromium.org | 2011-02-11 | 1 | -4/+5 |
* | More installer refactoring in the interest of fixing some bugs and cleaning t... | grt@chromium.org | 2011-01-25 | 1 | -4/+8 |
* | - WriteInstallerResult is now back in InstallUtil and only writes the result ... | grt@chromium.org | 2011-01-05 | 1 | -0/+10 |
* | - Installation results for use by Google Update are now written at the Packag... | grt@chromium.org | 2010-12-22 | 1 | -0/+3 |
* | Removing IsChromeFrameProcess. | tommi@chromium.org | 2010-12-21 | 1 | -6/+0 |
* | Installer cleanup | amit@chromium.org | 2010-12-16 | 1 | -3/+3 |
* | Add a CEEE mode to the ChromeFrame distribution class. | robertshield@chromium.org | 2010-12-13 | 1 | -6/+0 |
* | Refactor the installer to support multi-install. | tommi@chromium.org | 2010-12-01 | 1 | -24/+6 |
* | Attempt to reland http://codereview.chromium.org/4928002/ | tommi@chromium.org | 2010-11-15 | 1 | -3/+2 |
* | Revert 66088 - Changing the installer switches from wchar_t[] to char[]. | tommi@chromium.org | 2010-11-15 | 1 | -2/+3 |
* | Changing the installer switches from wchar_t[] to char[]. | tommi@chromium.org | 2010-11-14 | 1 | -3/+2 |
* | Refactoring the master_preferences functions. | tommi@chromium.org | 2010-11-03 | 1 | -0/+7 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 1 | -1/+7 |
* | Add the ability to call an alternate entry point name on self-registering DLL... | robertshield@chromium.org | 2010-09-06 | 1 | -0/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fix a couple of issues with MSI support through upgrades: | robertshield@chromium.org | 2010-06-07 | 1 | -0/+9 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ... | tfarina@chromium.org | 2010-06-06 | 1 | -2/+2 |
* | Additional changes to support Chrome / CF installation wrapped in an MSI: | robertshield@chromium.org | 2010-04-28 | 1 | -4/+15 |