Re: [WiX-users] Issues with writing to Registry on 64 bit 2008R2 server

2010-12-23 Thread Blair
ssage- From: Pound, Robert (CDC/OCOO/ITSO) (CTR) [mailto:u...@cdc.gov] Sent: Thursday, December 16, 2010 10:35 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Issues with writing to Registry on 64 bit 2008R2 server Thanks to all who have responded. The prob

Re: [WiX-users] Issues with writing to Registry on 64 bit 2008R2 server

2010-12-16 Thread Wilson, Phil
: Thursday, December 16, 2010 10:35 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Issues with writing to Registry on 64 bit 2008R2 server Thanks to all who have responded. The problem has to do with the user account that is doing the install. My user account is p

Re: [WiX-users] Issues with writing to Registry on 64 bit 2008R2 server

2010-12-16 Thread Pound, Robert (CDC/OCOO/ITSO) (CTR)
From: Sharad Patel [spa...@winscribe.com] Sent: Tuesday, December 14, 2010 6:11 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Issues with writing to Registry on 64 bit 2008R2 server > 1. Why is this being written to HKCU o

Re: [WiX-users] Issues with writing to Registry on 64 bit 2008R2 server

2010-12-14 Thread Sharad Patel
> 1. Why is this being written to HKCU on server instead of HKLM? > 2. Any idea where it picked up the "Software\Classes\VirtualStore\Machine\Software" path? It's File and registry virtualization in Windows. http://support.microsoft.com/kb/927387 > 3. How do I force it to write to the HKLM path,

Re: [WiX-users] Issues with writing to Registry on 64 bit 2008R2 server

2010-12-14 Thread Paden, Patrick
<< My CA DLL writes several values to the HKLM\Software\XYZ\Test sub tree. On my development PC the entries are where I expect them to be (HKLM\Software\XYZ\Test\...). The installed application can read the values without a problem. When I install on the server the registry entries are stored in