summaryrefslogtreecommitdiffstats
path: root/chrome/installer
Commit message (Expand)AuthorAgeFilesLines
* Improve my last change about informing google update about eula.cpu@google.com2009-03-132-2/+3
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-127-7/+0
* Allow passing in package version info, since it's already calculated by themmoss@chromium.org2009-03-112-72/+56
* Inform google_update that the user has acepted the EULAcpu@google.com2009-03-115-9/+33
* Allow packaging to run from other directories (e.g. buildbot archive staging ...mmoss@chromium.org2009-03-101-17/+65
* NO CODE CHANGEdeanm@chromium.org2009-03-1055-55/+0
* NO CODE CHANGE.maruel@google.com2009-03-105-16/+32
* Snapshotting progress.bradnelson@google.com2009-03-091-0/+2
* Script and configs to generate Debian packages from current build.mmoss@chromium.org2009-03-0911-0/+609
* Snapshoting improvements for building with gyp under windows.bradnelson@google.com2009-03-062-0/+117
* Fixes a bug in the criteria checker that caused the 6-month flag to not be de...gwilson@google.com2009-03-051-72/+32
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-0511-476/+476
* Move files instead of copying them.kuchhal@chromium.org2009-03-0410-7/+562
* Fix stupid mistake of forgetting negation in if condition.kuchhal@chromium.org2009-03-041-1/+1
* Use actual file system directory for Desktop shortcut instead of virtual folder.kuchhal@chromium.org2009-03-041-1/+2
* Add a set of long-running metrics to Chrome that are sent up only at uninstal...robertshield@google.com2009-03-049-19/+213
* Move chrome/apps/result_codes.h to chrome/common/result_codes.hthestig@chromium.org2009-03-031-2/+1
* Wire chrome shortcuts tooltip (installation)cpu@google.com2009-02-288-12/+37
* Before installing Chrome check that the installation directory doesn't exist ...kuchhal@chromium.org2009-02-273-17/+45
* Fix all places where we used the GetWinVersion functionnsylvain@chromium.org2009-02-252-4/+4
* Remove code that adds "Url Protocol" key to registry entrysverrir@chromium.org2009-02-252-4/+12
* Added master preference to select the appropiate shortcut textcpu@google.com2009-02-243-46/+48
* Modifies setup to have all the supported languages available for the in-appli...gwilson@google.com2009-02-182-9/+124
* Fix mini_installer failing on Windows 7 (issue 7732).mal@chromium.org2009-02-161-2/+1
* Missing file, broken buildcpu@google.com2009-02-131-0/+24
* Test for Symantec SEPcpu@google.com2009-02-135-2/+108
* Remove the executable bit from a bunch of files that shouldn't have had it.evan@chromium.org2009-02-1254-0/+0
* Fix bugs related to making Chrome default browser on Vista and also do some c...kuchhal@chromium.org2009-02-125-82/+57
* Adds the 6-month flag functionality back into the criteria checker,gwilson@google.com2009-02-053-298/+474
* Fix the dependency checker tool. Rules for a directory did modify their direc...stoyan@chromium.org2009-02-051-0/+3
* Add support for 8 Indian languages. jungshik@google.com2009-02-041-0/+8
* This fixes the usage stats opt-in javascript on the in EULA dialog to return ...gwilson@google.com2009-02-041-2/+2
* Setting the App Paths registry key at install time for admin users forrobertshield@chromium.org2009-02-025-0/+54
* Register .crx file handler to install Chrome extensions.mpcomplete@google.com2009-01-302-0/+40
* Changes references to FilePath to wstring for release branch build.gwilson@google.com2009-01-301-3/+3
* This CL fixes bugs with EULAcpu@google.com2009-01-296-6/+4
* Wire the stats consent checkbox of the EULAcpu@google.com2009-01-294-23/+36
* Changes the in-application EULA dialog to not require the checkbox be checked...gwilson@google.com2009-01-2944-44/+44
* Adds the localized oem html resources to setupcpu@google.com2009-01-282-12/+15
* Adding new EULA dialog translations.gwilson@google.com2009-01-2741-0/+1927
* Forgot to use the correct enums on my previous distro CLcpu@google.com2009-01-272-4/+6
* Wire the eula and the dialog display codecpu@google.com2009-01-2710-19/+223
* Prep for generated .vcproj files:sgk@google.com2009-01-231-34/+34
* Add the EULA distro paramcpu@google.com2009-01-223-5/+53
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-212-2/+2
* Generate all chrome .vcproj files:sgk@google.com2009-01-174-102/+371
* Do not remove quotes around paths in command line to setup.exe.kuchhal@chromium.org2009-01-151-15/+18
* Write installer success result to the registry even for user level installs.kuchhal@chromium.org2009-01-152-18/+20
* Don't launch uninstall survey for forced user-level uninstallskuchhal@chromium.org2009-01-141-2/+4
* Call logging::InitLogging. The lack of this was causing some hangs (and poss...erikkay@google.com2009-01-131-2/+0