Created
April 21, 2015 13:34
-
-
Save dslewis/a1a9aa2e921c86b84656 to your computer and use it in GitHub Desktop.
Debug output from win-detect-browsers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft Windows [Version 6.3.9600] | |
(c) 2013 Microsoft Corporation. All rights reserved. | |
C:\Users\dslewis>SET DEBUG=win-detect-browsers | |
C:\Users\dslewis>win-detect-browsers | |
win-detect-browsers chrome: found "C:\Program Files (x86)\Google\Chrome\Applic | |
ation\chrome.exe" in default location +0ms | |
win-detect-browsers firefox: found "C:\Program Files (x86)\Mozilla Firefox\fir | |
efox.exe" in default location +7ms | |
win-detect-browsers ie: found "C:\Program Files (x86)\Internet Explorer\iexplo | |
re.exe" in default location +2ms | |
win-detect-browsers ie: found "C:\Program Files\Internet Explorer\iexplore.exe | |
" in default location +2ms | |
win-detect-browsers ie: found "C:\Program Files\Internet Explorer\iexplore.exe | |
" in registry ("HKLM\Software\Clients\StartMenuInternet\iexplore.exe\shell\open\ | |
command") +8ms | |
win-detect-browsers ie: found "C:\Program Files\Internet Explorer\iexplore.exe | |
" in registry ("HKLM\Software\Wow6432Node\Clients\StartMenuInternet\iexplore.exe | |
\shell\open\command") +2ms | |
win-detect-browsers firefox: found "C:\Program Files (x86)\Mozilla Firefox\fir | |
efox.exe" in registry ("HKLM\Software\Wow6432Node\Clients\StartMenuInternet\fire | |
fox.exe\shell\open\command") +1ms | |
win-detect-browsers firefox: found "C:\Program Files (x86)\Mozilla Firefox\fir | |
efox.exe" in registry ("HKCU\Software\Clients\StartMenuInternet\firefox.exe\shel | |
l\open\command") +2ms | |
win-detect-browsers firefox: found "C:\Program Files (x86)\Mozilla Firefox\fir | |
efox.exe" in registry ("HKLM\Software\Clients\StartMenuInternet\firefox.exe\shel | |
l\open\command") +1ms | |
win-detect-browsers chrome: found "C:\Program Files (x86)\Google\Chrome\Applic | |
ation" in registry ("HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\ | |
App Paths\chrome.exe") +1ms | |
win-detect-browsers chrome: found "C:\Program Files (x86)\Google\Chrome\Applic | |
ation\chrome.exe" in registry ("HKLM\Software\Wow6432Node\Clients\StartMenuInter | |
net\Google Chrome\shell\open\command") +2ms | |
win-detect-browsers chrome: found "C:\Program Files (x86)\Google\Chrome\Applic | |
ation\chrome.exe" in registry ("HKLM\Software\Clients\StartMenuInternet\Google C | |
hrome\shell\open\command") +1ms | |
win-detect-browsers get version with 'wmic datafile where Name="C:\\Program Fi | |
les (x86)\\Mozilla Firefox\\firefox.exe" get Version /format:value' +180ms | |
win-detect-browsers get version with 'wmic datafile where Name="C:\\Program Fi | |
les (x86)\\Internet Explorer\\iexplore.exe" get Version /format:value' +59ms | |
win-detect-browsers get version with 'wmic datafile where Name="C:\\Program Fi | |
les\\Internet Explorer\\iexplore.exe" get Version /format:value' +91ms | |
win-detect-browsers get version with 'wmic datafile where Name="C:\\Program Fi | |
les (x86)\\Google\\Chrome\\Application\\chrome.exe" get Version /format:value' + | |
40ms | |
win-detect-browsers get version with 'wmic datafile where Name="C:\\Program Fi | |
les (x86)\\Google\\Chrome\\Application" get Version /format:value' +41ms | |
win-detect-browsers Error: No output | |
at done (C:\Users\dslewis\AppData\Roaming\npm\node_modules\win-detect-browse | |
rs\lib\exec.js:16:13) | |
at ChildProcess.<anonymous> (C:\Users\dslewis\AppData\Roaming\npm\node_modul | |
es\win-detect-browsers\lib\exec.js:39:7) | |
at ChildProcess.EventEmitter.emit (events.js:98:17) | |
at maybeClose (child_process.js:743:16) | |
at Process.ChildProcess._handle.onexit (child_process.js:810:5) +40ms | |
firefox 26.0.0.5087 | |
@ C:\Program Files (x86)\Mozilla Firefox\firefox.exe | |
ie 11.0.9600.17416 | |
@ C:\Program Files (x86)\Internet Explorer\iexplore.exe | |
ie 11.0.9600.17416 | |
@ C:\Program Files\Internet Explorer\iexplore.exe | |
chrome 42.0.2311.90 | |
@ C:\Program Files (x86)\Google\Chrome\Application\chrome.exe | |
chrome | |
@ C:\Program Files (x86)\Google\Chrome\Application | |
C:\Users\dslewis> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment