summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mini_installer/mini_installer.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support to the mini_installer for component=shared_library builds.grt2015-01-071-24/+36
* Initialize 'ret' to avoid possible uninitialized read.brucedawson2014-12-051-1/+1
* Specify the path to the old setup.exe in the lpApplicationName parameter to C...grt2014-09-241-3/+5
* mini_installer code cleanups (no functional changes).grt@chromium.org2014-07-091-35/+38
* Cause mini_installer tests to noop on component builds.robertshield@chromium.org2014-05-291-6/+19
* Omaha configuration parameters now use Wow6432Node (32-bit registry) on 64-bi...wfh@chromium.org2014-05-281-1/+3
* Simpler memset, avoids ICE on VS2013 Update2scottmg@chromium.org2014-05-211-23/+5
* Revert 250500 "Add quotes around executable pathes in the mini i..."grt@chromium.org2014-02-141-5/+3
* Add quotes around executable pathes in the mini installercdn@chromium.org2014-02-111-3/+5
* Pop error message and exit early when running mini_installer.exe from a compo...gab@chromium.org2013-08-231-0/+9
* (re-commit) Implement installation of the Chrome App Host.erikwright@chromium.org2012-07-201-23/+32
* Revert 147650 - Implement installation of the Chrome App Host.erikwright@chromium.org2012-07-201-32/+23
* Implement installation of the Chrome App Host.erikwright@chromium.org2012-07-201-23/+32
* Add alternate search paths for the decompression DLL used by mini_installer.exe.robertshield@chromium.org2011-11-111-5/+0
* Fix diff updates for MSI installs. Also makes diff updates possible for GCF a...grt@chromium.org2011-07-191-106/+97
* Write installer results in all relevant registry keys so that we're sure that...grt@chromium.org2011-05-191-36/+42
* Remove unnecessary include.tommi@chromium.org2011-05-101-2/+1
* WinDDK ATL and MSVC express 2008/2005 compatability mark@chromium.org2011-03-211-15/+44
* Switch out the setup api for using the cabinet API directly.tommi@chromium.org2011-03-161-12/+11
* Clean up temporary files and folders left over from previous installations.tommi@chromium.org2011-03-161-265/+384
* Remove need to invoke expand.exe from mini_installer.amit@chromium.org2011-02-081-20/+10
* Add -multifail to the Google Update "ap" value if --multi-install is present ...grt@chromium.org2011-01-061-18/+53
* - WriteInstallerResult is now back in InstallUtil and only writes the result ...grt@chromium.org2011-01-051-0/+1
* Add support for --multi-install to mini_installer, fixed a memory leak, fixed...grt@chromium.org2010-12-201-40/+155
* Revert 69428 - Add support for --multi-install to mini_installer, fixed a mem...finnur@chromium.org2010-12-161-155/+40
* Add support for --multi-install to mini_installer, fixed a memory leak, fixed...grt@chromium.org2010-12-161-40/+155
* Cause the -full magic value to only be written to HKCU for user-level install...robertshield@chromium.org2010-08-111-7/+11
* Include the Chrome Frame binary in Chrome installers. Note that it will only ...robertshield@chromium.org2010-07-071-0/+3
* Use different product IO for SxS in mini installer.huanr@chromium.org2010-05-281-1/+11
* Adding a secondary mini_installer target for Chrome Frame. This will remove t...robertshield@chromium.org2010-01-191-4/+2
* Avoid a first-chance access violation a few lines down that happensjoi@chromium.org2009-11-181-1/+1
* Parameterize the Google Update appid at build time instead of hard coding it ...robertshield@chromium.org2009-09-011-4/+14
* Do not write magic string to registry for non Google Chrome builds.kuchhal@chromium.org2009-06-261-1/+3
* Fix the code that writes magic string to the registry.kuchhal@chromium.org2009-06-241-8/+18
* Set magic string in registry to enable fallback to full installer in case of ...kuchhal@chromium.org2009-06-161-0/+29
* Use current dir as working directory if %TEMP% directory doesnt work.kuchhal@chromium.org2009-06-151-17/+29
* Make mini_installer changes for 3 stage updates.kuchhal@chromium.org2009-06-031-146/+208
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Do not remove quotes around paths in command line to setup.exe.kuchhal@chromium.org2009-01-151-15/+18
* * Check expand.exe exit code.kuchhal@chromium.org2009-01-061-1/+3
* Let mini_installer pass any arbitrary command line flags to setup.exe. This w...kuchhal@chromium.org2008-10-091-18/+71
* Return the exit code from setup.exe instead of returning a generic return code.kuchhal@chromium.org2008-09-111-2/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add chrome to the repository.initial.commit2008-07-261-0/+392