summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup
Commit message (Expand)AuthorAgeFilesLines
* Fix some comments in DeleteChromeRegistrationKeys.gab@chromium.org2013-03-051-4/+1
* Removing non-Launcher Apps V2 flow, interpreting --app-host as --app-launcher.huangs@chromium.org2013-03-011-2/+1
* Also install Chrome shortcuts when Chrome is added to a multi-install.gab@chromium.org2013-02-261-3/+7
* Revert 184352brettw@chromium.org2013-02-244-19/+16
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-244-16/+19
* Move file_path.h to base/files.brettw@chromium.org2013-02-245-5/+5
* Removing the installer's dependence on googleurl (GURL).huangs@chromium.org2013-02-211-0/+1
* Convert FilePath to base::FilePath.brettw@chromium.org2013-02-192-2/+2
* Add a limited install extension from webstore command.levin@chromium.org2013-02-161-13/+54
* Setting RunAsUser in the install-application app command.huangs@chromium.org2013-02-151-1/+2
* Fix a regression in quick-enable-app-host.erikwright@chromium.org2013-02-111-6/+7
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-119-231/+249
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-082-2/+2
* Adding "RunAsUser" to app command; adding it to quick-enable-application-host...huangs@chromium.org2013-02-082-63/+62
* quick-enable-cf should only be added/removed when operating on multi-install ...grt@chromium.org2013-02-053-104/+95
* Remove an HKCU class registration accidently dropped by an old Canary (as lon...gab@chromium.org2013-02-051-19/+64
* Refactoring: Splitting AddGenericQuickEnableWorkItems().huangs@chromium.org2013-02-044-168/+261
* Add FilePath to base namespace.brettw@chromium.org2013-02-024-35/+46
* Implementing app command to query EULA acceptance state for Chrome. huangs@chromium.org2013-02-013-2/+47
* Rename "App Host" to "App Launcher" in user-visible UIhuangs@chromium.org2013-01-301-5/+29
* Copy instead of moving the archive if not running from temp.erikwright@chromium.org2013-01-281-16/+15
* Initial whack at getting ash_unittests to connect to a viewer process on Win/...robertshield@chromium.org2013-01-211-1/+2
* During App Launcher install, install V2 App if instructed to do so via enviro...huangs@chromium.org2013-01-205-0/+36
* Duplicate setup.exe into an identical executable and point Active Setup to th...gab@chromium.org2013-01-101-2/+13
* [Fixit-Dec-2012] Auto-launch system-level Chrome post user-level Chrome self-...gab@chromium.org2013-01-052-9/+39
* Neglected nits from https://codereview.chromium.org/11412015/ erikwright@chromium.org2013-01-041-7/+12
* Windows: Remove desktop profile shortcuts (and any others pointing to the exe...asvitkine@chromium.org2013-01-042-9/+8
* [Fixit-Dec-2012] Set the working directory of setup.exe to the temp dir when ...gab@chromium.org2013-01-031-1/+12
* Revert 174893 - Windows: Remove desktop profile shortcuts (and any others poi...eroman@chromium.org2013-01-032-8/+9
* Windows: Remove desktop profile shortcuts (and any others pointing to the exe...asvitkine@chromium.org2013-01-032-9/+8
* Refactor first_run, very few things should depend on whether the First Run se...gab@chromium.org2013-01-021-1/+1
* Fix uninstallation of stand-alone user-level app launcher.erikwright@chromium.org2012-12-234-58/+231
* Removing flow to demote App Launcher to App Host, so app_host.exe can be dele...huangs@chromium.org2012-12-143-82/+0
* Keep installing all-users Start Menu and Desktop shortcuts on system-level in...gab@chromium.org2012-12-112-15/+22
* Adding uninstaller flow to demote App Launcher to App Host (AKA opt-out).huangs@chromium.org2012-12-053-25/+123
* Do not proceed with --register-dev-chrome if a real Chrome is already present.gab@chromium.org2012-11-221-10/+36
* Remove self-destruct message box (causing hang in Metro).gab@chromium.org2012-11-211-30/+3
* Launch system-level Active Setup immediately following self-destruction of a ...gab@chromium.org2012-11-211-0/+8
* Add default icon to app_host.exe, and use it in shortcuts during installation.huangs@chromium.org2012-11-201-6/+4
* Uninstall Chrome + has App Host + not App Launcher => Uninstall App Host.huangs@chromium.org2012-11-191-1/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-164-17/+17
* Revert 168080 - Configure system-level Chrome settings (i.e. install its shor...garykac@chromium.org2012-11-161-12/+0
* Configure system-level Chrome settings (i.e. install its shortcuts) immediate...gab@chromium.org2012-11-151-0/+12
* Fixing App Launcher shortcut icons, including uninstall shortcut.huangs@chromium.org2012-11-091-0/+2
* Do not go through interactive-make-default flow if we are already default bro...gab@chromium.org2012-11-091-2/+1
* SHChangeNotify at the end of ShellUtil::RegisterChromeBrowser() instead of in...gab@chromium.org2012-11-081-2/+0
* Adding App Launcher shortcuts on install.huangs@chromium.org2012-11-083-35/+74
* Modify the App Host quick enable app command to install the launcher.erikwright@chromium.org2012-11-073-10/+10
* Refactoring shortcut creation code in ShellUtil.huangs@chromium.org2012-11-074-76/+78
* Introduce --install-dev-chrome switch for setup.exe to install (register+shor...gab@chromium.org2012-11-063-10/+61