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