summaryrefslogtreecommitdiffstats
path: root/chrome/installer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the installer_unittests.scons file into installer\util,sgk@google.com2009-01-112-10/+11
* fix google chrome installer teststc@google.com2009-01-091-6/+6
* Clear the refferer registry entry upon succesful pingcpu@google.com2009-01-072-5/+22
* * Check expand.exe exit code.kuchhal@chromium.org2009-01-061-1/+3
* Change the signature of JSONReader::Read() and relatedaa@chromium.org2008-12-291-6/+5
* Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...evanm@google.com2008-12-261-1/+1
* Initial generation of native Visual Studio solution filessgk@google.com2008-12-194-33/+129
* Convert from using env['PLATFORM'] directly to using the more flexiblesgk@google.com2008-12-183-9/+9
* * Add resource file to criteria checker test application to get CompanyName.kuchhal@chromium.org2008-12-173-56/+275
* * Remove re-offer check from criteria checker.kuchhal@chromium.org2008-12-171-154/+0
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-168-989/+989
* * Launch Chrome in non-elevated mode.kuchhal@chromium.org2008-12-166-86/+196
* Apply svn:executable to .py files which should have it.phajdan.jr@chromium.org2008-12-121-0/+0
* * Write installer result to ClientState key instead of Clients key.kuchhal@chromium.org2008-12-095-1/+16
* More addions to the installer html dialog classcpu@google.com2008-12-083-11/+106
* * Return error in case non admin user tries system level install.kuchhal@chromium.org2008-12-084-8/+27