fix(chrome installers): Check for existence

- Don't launch Chrome installers if they're already
    installed
 - Heuristic for Canary is a path check
 - Heuristic for dev channel is path check + reg key
This commit is contained in:
Iristyle
2013-04-03 12:28:08 -04:00
parent 2f854eaadf
commit 8d03388413
4 changed files with 49 additions and 8 deletions

View File

@@ -19,6 +19,7 @@
<releaseNotes></releaseNotes>
</metadata>
<files>
<file src="..\core\ChromeHelpers.ps1" target="tools" />
<file src="tools\**" target="tools" />
</files>
</package>