gabrielpaz7 / msofficesvn

Automatically exported from code.google.com/p/msofficesvn
0 stars 0 forks source link

Registory access problem on x64 #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Confirmed this works in Office 2010 Beta.

However, on x64 installations of windows, read/writes to the
HKEY_LOCAL_MACHINE\SOFTWARE by 32bit programs are redirected to
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node

This means that word will throw up a 80007002 error when it tries to read
the registry because TortoiseSVN doesn't make keys in that spot. The
solution is to duplicate the HKLM\Software\TortoiseSVN keys to
HKLM\Software\Wow6432Node?\TortoiseSVN and then this macro will work just fine.

Original issue reported on code.google.com by kok...@gmail.com on 2 Apr 2010 at 4:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Is there any way to handle this on installation on x64 systems?

Original comment by jacobkwi...@gmail.com on 12 Mar 2011 at 3:53

GoogleCodeExporter commented 9 years ago
TortoiseSVN 1.7 x64 version supports 32 bit applications.

Original comment by chiay...@plaxie.com on 14 Jan 2012 at 5:02

GoogleCodeExporter commented 9 years ago
Please use TortoiseSVN 1.7x, or use msofficesvn 1.3x.
TortoiseSVN 1.7x installer register ProcPath value to 
HKLM\Software\Wow6432Node?\TortoiseSVN key.

msofficesvn 1.3x read ProcPath value from HKEY_LOCAL_MACHINE\SOFTWARE.

Original comment by kok...@gmail.com on 7 Feb 2012 at 1:29

GoogleCodeExporter commented 9 years ago

Original comment by kok...@gmail.com on 7 Feb 2012 at 1:30