Author: Zero3
Date: 2009-01-23 15:28:25 +0000 (Fri, 23 Jan 2009)
New Revision: 25247

Modified:
   trunk/apps/wininstaller/src_freenethelpers/FreenetLauncher.ahk
Log:
Fixed reg path to Chrome installdir

Modified: trunk/apps/wininstaller/src_freenethelpers/FreenetLauncher.ahk
===================================================================
--- trunk/apps/wininstaller/src_freenethelpers/FreenetLauncher.ahk      
2009-01-23 15:25:00 UTC (rev 25246)
+++ trunk/apps/wininstaller/src_freenethelpers/FreenetLauncher.ahk      
2009-01-23 15:28:25 UTC (rev 25247)
@@ -110,7 +110,7 @@
 ;
 ; Try browser: Google Chrome (no direct registry key to where it is installed, 
so we will have to do with what we get)
 ;
-RegRead, _ChromeInstallDir, HKEY_LOCAL_MACHINE, 
Software\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome, 
InstallLocation
+RegRead, _ChromeInstallDir, HKEY_CURRENT_USER, 
Software\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome, 
InstallLocation
 
 If (!ErrorLevel && _ChromeInstallDir <> "")
 {

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to