summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/install_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 184352brettw@chromium.org2013-02-241-2/+2
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-2/+2
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-111-16/+18
* Refactoring: Splitting AddGenericQuickEnableWorkItems().huangs@chromium.org2013-02-041-0/+1
* Chromium didn't have an Active Setup GUID -- fix that.gab@chromium.org2013-01-301-1/+1
* [Fixit-Dec-2012] Auto-launch system-level Chrome post user-level Chrome self-...gab@chromium.org2013-01-051-1/+16
* Windows: Remove desktop profile shortcuts (and any others pointing to the exe...asvitkine@chromium.org2013-01-041-2/+6
* Launch system-level Active Setup immediately following self-destruction of a ...gab@chromium.org2012-11-211-10/+6
* Introduce --install-dev-chrome switch for setup.exe to install (register+shor...gab@chromium.org2012-11-061-19/+0
* No longer install all-users shortcuts on system-level installs; instead insta...gab@chromium.org2012-10-301-3/+41
* Delegate installation of multi-install products to a pre-existing higher vers...grt@chromium.org2012-10-251-0/+2
* Allow NULL in addition to the empty string to address the default value in a ...grt@chromium.org2012-09-261-3/+2
* Enable EULA dialog to be shown from metro Chrome.robertshield@chromium.org2012-09-261-0/+24
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-111-15/+14
* Abstract suffixing logic away from GetApplicationNamegab@chromium.org2012-06-171-5/+5
* Always suffix ChromeHTML entries on Windows for user-level installs.gab@chromium.org2012-06-171-13/+12
* Move ProgramCompare from setup_util to install_util.gab@chromium.org2012-05-311-18/+88
* 1) Generate VisualElementsManifest.xml at install time from a pre-defined tem...gab@chromium.org2012-05-071-0/+2
* Don't register or use the DelegateExecute verb handler if it isn't present.grt@chromium.org2012-04-251-0/+19
* Cleanup: Remove calls to deprecated file_util::AppendToPath() in chrome/insta...thestig@chromium.org2012-03-091-19/+1
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-1/+0
* Implement an AutoLaunch experiment for Chrome for certain brand codes. This i...finnur@chromium.org2011-12-151-2/+5
* Add support for --critical-update-version to installer.grt@chromium.org2011-11-111-1/+1
* Change UpgradeDetectorImpl to use InstallUtil::IsPerUserInstall, which is les...finnur@chromium.org2011-11-081-2/+4
* Fix default browser registration for simplified chinese installs.grt@chromium.org2011-11-021-6/+10
* base/win: small improvement to RegKey API.tfarina@chromium.org2011-10-181-1/+1
* When critical updates have been installed and the user has been idle for quit...finnur@chromium.org2011-10-131-0/+25
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* When using ShellExecuteEx to elevate, create a foreground window and pass tha...robertshield@chromium.org2011-06-301-9/+54
* Start putting stage info into the new InstallerExtraCode1 value in Google Upd...grt@chromium.org2011-06-021-2/+15
* Add additional granularity to the installer stage strings that get written to...robertshield@chromium.org2011-06-021-0/+12
* Write installer results in all relevant registry keys so that we're sure that...grt@chromium.org2011-05-191-8/+7
* Consolidate most CommandLine code across platforms.msw@chromium.org2011-05-141-17/+2
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-7/+6
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-6/+7
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-7/+6
* On uninstall, remove the registry keys that Chrome lays down to make itself t...grt@chromium.org2011-03-301-0/+50
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Write "did run" value to multi-install client state key as well, if it exists.robertshield@chromium.org2011-03-141-0/+8
* Change DeleteRegistryKey to not require opening root keys with RegKey.tommi@chromium.org2011-03-131-2/+3
* Add -stage:ID modifier to products' Google Update "ap" values to better track...grt@chromium.org2011-03-111-0/+55
* Add support for the quick-enable-cf command to the installer. This encompases:grt@chromium.org2011-03-031-2/+2
* Switch from wcsftime to GetDateFormat to avoid crash in setup.tommi@chromium.org2011-02-171-0/+14
* Fix user-to-system-level installation delegation. This looks to have been bro...robertshield@chromium.org2011-02-111-8/+9
* More installer refactoring in the interest of fixing some bugs and cleaning t...grt@chromium.org2011-01-251-2/+24
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-17/+26
* Integrate the Ready Mode prompt with IE and Chrome Frame. In Ready Mode, prom...erikwright@chromium.org2011-01-121-4/+4
* - WriteInstallerResult is now back in InstallUtil and only writes the result ...grt@chromium.org2011-01-051-1/+29